Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dgentempfd.c27 int fd = __open (P_tmpdir, O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd()
29 if (fd < 0 && errno == ENOENT && strcmp (P_tmpdir, "/tmp") != 0) in __gen_tempfd()
/sysdeps/posix/
A Dtempname.c30 #ifndef P_tmpdir
31 # define P_tmpdir "/tmp" macro
142 if (direxists (P_tmpdir)) in __path_search()
143 dir = P_tmpdir; in __path_search()
144 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
/sysdeps/mach/hurd/
A Dtmpfile.c40 const char *dirname = __libc_secure_getenv ("TMPDIR") ?: P_tmpdir; in __tmpfile()

Completed in 4 milliseconds