preload
const char *preload;
preload = NULL;
preload = name;
if (preload) {
MSG_ORIG(MSG_ENV_LD_PRELOAD), preload);
(putenv(eldf) != 0) || (preload && (putenv(epld) != 0))) {
const char *preload = 0;
preload = MSG_ORIG(MSG_LD_PRELOAD);
preload = MSG_ORIG(MSG_LD_PRELOAD_64);
preload = MSG_ORIG(MSG_LD_PRELOAD_32);
if ((str = (char *)malloc(strlen(preload) +
(void) sprintf(str, format, preload, fname, files);
if (preload) {
size = strlen(preload);
if ((strncmp(preload, str, size) == 0) &&
if (rpl_preload && (preload(rpl_preload, mlmp, &clmp) == 0))
if (prm_preload && (preload(prm_preload, mlmp, &clmp) == 0))
adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *))
state->as_preload = preload;
const char *preload;
preload = getenv("LD_PRELOAD");
if (preload != NULL) {
if (strstr(preload, "umem") != NULL) {
"ENOMEM tests", preload);
uint16_t logcwmin, preload;
preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024;
tmp = logcwmin << 16 | preload;
uint16_t logcwmin, preload, tmp;
preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6;
tmp = logcwmin << 12 | preload;