Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
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()
/glibc-2.36/stdio-common/
Dtst-tmpnam.c43 if (strncmp (name, P_tmpdir, sizeof (P_tmpdir) - 1) != 0) in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
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()
/glibc-2.36/sysdeps/mach/hurd/
Dtmpfile.c40 const char *dirname = __libc_secure_getenv ("TMPDIR") ?: P_tmpdir; in __tmpfile()
/glibc-2.36/conform/data/
Dstdio.h-data32 constant P_tmpdir
/glibc-2.36/libio/
Dstdio.h120 # define P_tmpdir "/tmp" macro
/glibc-2.36/manual/
Dfilesys.texi3474 The value of the @code{P_tmpdir} macro.
3492 @deftypevr {SVID Macro} {char *} P_tmpdir
/glibc-2.36/ChangeLog.old/
DChangeLog.125739 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
DChangeLog.62275 * libio/stdio.h: Define P_tmpdir only is __USE_SVID.
DChangeLog.81554 Define P_tmpdir for X/Open.
/glibc-2.36/posix/
Dtst-regex.input1554 Define P_tmpdir for X/Open.