Searched refs:P_tmpdir (Results 1 – 3 of 3) sorted by relevance
36 #ifndef P_tmpdir37 # define P_tmpdir "/tmp" macro154 if (direxists (P_tmpdir)) in __path_search()155 dir = P_tmpdir; in __path_search()156 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
211 #ifdef P_tmpdir212 tmpdir = P_tmpdir;
1471 # ifdef P_tmpdir in main()1472 # define DEFAULT_TMPDIR P_tmpdir in main()