Searched defs:prefile_32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c154 static const char *prefile_32, *prefile_64, *prefile; variable
266 if (((prefile_32 = getenv(MSG_ORIG(MSG_LD_PRELOAD_32))) == NULL) ||
267 (*prefile_32 == '\0')) {
268 prefile_32 = MSG_ORIG(MSG_STR_EMPTY);
288 prefile_32 = str;
696 if (prefile_32 != MSG_ORIG(MSG_STR_EMPTY)) {
697 files = prefile_32;

Completed in 71 milliseconds