| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | tmpdir.c | 35 #ifndef P_tmpdir 36 # define P_tmpdir "/tmp" macro 130 if (direxists (P_tmpdir)) in path_search() 131 dir = P_tmpdir; in path_search() 132 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in path_search()
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| H A D | make-temp-file.c | 138 #ifdef P_tmpdir in choose_tmpdir() 141 if (strcmp (P_tmpdir, "\\") == 0) in choose_tmpdir() 144 base = try_dir (P_tmpdir, base); in choose_tmpdir()
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| H A D | make-temp-file.c | 137 #ifdef P_tmpdir in choose_tmpdir() 140 if (strcmp (P_tmpdir, "\\") == 0) in choose_tmpdir() 143 base = try_dir (P_tmpdir, base); in choose_tmpdir()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| H A D | make-temp-file.c | 135 #ifdef P_tmpdir in choose_tmpdir() 138 if (strcmp (P_tmpdir, "\\") == 0) in choose_tmpdir() 141 base = try_dir (P_tmpdir, base); in choose_tmpdir()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | tmpnam.c | 20 #ifndef P_tmpdir 21 #define P_tmpdir "/usr/tmp" macro 43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter); in tmpnam()
|
| H A D | make-temp-file.c | 123 #ifdef P_tmpdir in choose_tmpdir() 126 if (strcmp (P_tmpdir, "\\") == 0) in choose_tmpdir() 129 base = try_dir (P_tmpdir, base); in choose_tmpdir()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | tempname.c | 36 #ifndef P_tmpdir 37 # define P_tmpdir "/tmp" macro 163 if (direxists (P_tmpdir)) in __path_search() 164 dir = P_tmpdir; in __path_search() 165 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | tempname.c | 33 #ifndef P_tmpdir 34 # 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()
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | tempname.c | 35 #ifndef P_tmpdir 36 # define P_tmpdir "/tmp" macro 187 if (direxists (P_tmpdir)) in __path_search() 188 dir = P_tmpdir; in __path_search() 189 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | tempname.c | 30 #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()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | stdio.d | 624 enum P_tmpdir = "/tmp"; in version() local 628 enum P_tmpdir = "/tmp"; in version() local 632 enum P_tmpdir = "/var/tmp"; in version() local 636 enum P_tmpdir = "/var/tmp/"; in version() local 640 enum P_tmpdir = "/var/tmp/"; in version() local 644 enum P_tmpdir = "/tmp/"; in version() local 648 enum P_tmpdir = "/var/tmp/"; in version() local 652 enum P_tmpdir = "/var/tmp/"; in version() local 656 enum P_tmpdir = "/tmp"; in version() local
|
| /netbsd-src/external/bsd/openldap/include/ |
| H A D | ldap_config.h | 39 #elif defined( P_tmpdir ) 40 # define LDAP_TMPDIR P_tmpdir
|
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | nonposix.h | 115 # ifndef P_tmpdir 117 # define P_tmpdir _P_tmpdir macro 119 # define P_tmpdir "c:/temp" macro
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitProtExecAllocator.c | 111 #ifdef P_tmpdir in create_tempfile() 112 len = (P_tmpdir != NULL) ? strlen(P_tmpdir) : 0; in create_tempfile() 115 strcpy(tmp_name, P_tmpdir); in create_tempfile()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_config.hin | 38 #elif defined( P_tmpdir ) 39 # define LDAP_TMPDIR P_tmpdir
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | tmpfile.cpp | 46 #ifdef P_tmpdir 47 # define DEFAULT_TMPDIR P_tmpdir
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | tmpnam.c | 62 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount); in tmpnam()
|
| H A D | tempnam.c | 92 if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL) in tempnam()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_platform_linux.cc | 153 #ifdef P_tmpdir in MapRodata() 155 tmpdir = P_tmpdir; in MapRodata()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cc | 155 #ifdef P_tmpdir in MapRodata() 157 tmpdir = P_tmpdir; in MapRodata()
|