Home
last modified time | relevance | path

Searched refs:prefile (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
259 if (((prefile = getenv(MSG_ORIG(MSG_LD_PRELOAD))) == NULL) || in main()
260 (*prefile == '\0')) { in main()
261 prefile = MSG_ORIG(MSG_STR_EMPTY); in main()
287 prefile = str; in main()
601 const char *files = prefile; in run()