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
150 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
185 if (direxists (P_tmpdir))
186 dir = P_tmpdir;
187 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/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
203 P_tmpdir is tried and finally "/tmp". The storage for the filename

Completed in 27 milliseconds