Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dtempname.c36 #ifndef P_tmpdir
37 # define P_tmpdir "/tmp" macro
154 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()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c211 #ifdef P_tmpdir
212 tmpdir = P_tmpdir;
/ndk/sources/host-tools/make-3.81/
Dmain.c1471 # ifdef P_tmpdir in main()
1472 # define DEFAULT_TMPDIR P_tmpdir in main()