Searched refs:prefile_32 (Results 1 – 1 of 1) sorted by relevance
149 static const char *prefile_32, *prefile_64, *prefile; variable251 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()