Home
last modified time | relevance | path

Searched refs:prefile_64 (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
255 if (((prefile_64 = getenv(MSG_ORIG(MSG_LD_PRELOAD_64))) == NULL) || in main()
256 (*prefile_64 == '\0')) { in main()
257 prefile_64 = MSG_ORIG(MSG_STR_EMPTY); in main()
280 prefile_64 = str; in main()
617 if (prefile_64 != MSG_ORIG(MSG_STR_EMPTY)) { in run()
618 files = prefile_64; in run()