Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c29 #ifndef P_tmpdir
30 # define P_tmpdir "/tmp" macro
185 if (direxists (P_tmpdir)) in __path_search()
186 dir = P_tmpdir; in __path_search()
187 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
/haiku/headers/posix/
H A Dstdio.h37 #define P_tmpdir "/tmp/" macro
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h137 # define P_tmpdir "/tmp" macro