Searched refs:P_tmpdir (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dtmpnam.c53 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
H A Dtempnam.c71 f = P_tmpdir;
/freebsd-current/contrib/byacc/
H A Dmain.c737 #ifdef P_tmpdir
738 tmpdir = P_tmpdir;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp160 #ifdef P_tmpdir
162 tmpdir = P_tmpdir;
/freebsd-current/contrib/diff/src/
H A Dsdiff.c1200 #ifndef P_tmpdir
1201 # define P_tmpdir "/tmp"
1214 char const *dir = tmpdir ? tmpdir : P_tmpdir;
1196 # define P_tmpdir macro
/freebsd-current/include/
H A Dstdio.h222 #define P_tmpdir "/tmp/" macro

Completed in 257 milliseconds