Home
last modified time | relevance | path

Searched refs:prefile_32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c149 static const char *prefile_32, *prefile_64, *prefile; variable
251 if (((prefile_32 = getenv(MSG_ORIG(MSG_LD_PRELOAD_32))) == NULL) || in main()
252 (*prefile_32 == '\0')) { in main()
253 prefile_32 = MSG_ORIG(MSG_STR_EMPTY); in main()
273 prefile_32 = str; in main()
622 if (prefile_32 != MSG_ORIG(MSG_STR_EMPTY)) { in run()
623 files = prefile_32; in run()