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

12

/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
135 #ifdef P_tmpdir
138 if (strcmp (P_tmpdir, "\\") == 0)
141 base = try_dir (P_tmpdir, base);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
137 #ifdef P_tmpdir
140 if (strcmp (P_tmpdir, "\\") == 0)
143 base = try_dir (P_tmpdir, base);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
135 #ifdef P_tmpdir
138 if (strcmp (P_tmpdir, "\\") == 0)
141 base = try_dir (P_tmpdir, base);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
123 #ifdef P_tmpdir
126 if (strcmp (P_tmpdir, "\\") == 0)
129 base = try_dir (P_tmpdir, base);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
123 #ifdef P_tmpdir
126 if (strcmp (P_tmpdir, "\\") == 0)
129 base = try_dir (P_tmpdir, base);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dtmpnam.c20 #ifndef P_tmpdir
21 #define P_tmpdir "/usr/tmp" macro
43 sprintf (s, "%s/%s%x.%x", P_tmpdir, "t", pid, tmpnam_counter);
H A Dmake-temp-file.c24 #include <stdio.h> /* May get P_tmpdir. */
123 #ifdef P_tmpdir
126 if (strcmp (P_tmpdir, "\\") == 0)
129 base = try_dir (P_tmpdir, base);
/netbsd-current/external/bsd/openldap/include/
H A Dldap_config.h39 #elif defined( P_tmpdir )
40 # define LDAP_TMPDIR P_tmpdir
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtmpdir.c35 #ifndef P_tmpdir
36 # define P_tmpdir "/tmp" macro
95 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
130 if (direxists (P_tmpdir))
131 dir = P_tmpdir;
132 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/netbsd-current/lib/libc/stdio/
H A Dtmpnam.c62 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount);
H A Dtempnam.c92 if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dtempname.c36 #ifndef P_tmpdir
37 # define P_tmpdir "/tmp" macro
128 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
163 if (direxists (P_tmpdir))
164 dir = P_tmpdir;
165 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dtempname.c33 #ifndef P_tmpdir
34 # 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"))
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dtempname.c35 #ifndef P_tmpdir
36 # define P_tmpdir "/tmp" macro
152 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
187 if (direxists (P_tmpdir))
188 dir = P_tmpdir;
189 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c29 #ifndef P_tmpdir
30 # define P_tmpdir "/tmp" macro
96 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
131 if (direxists (P_tmpdir))
132 dir = P_tmpdir;
133 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c30 #ifndef P_tmpdir
31 # define P_tmpdir "/tmp" macro
107 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
142 if (direxists (P_tmpdir))
143 dir = P_tmpdir;
144 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dnonposix.h115 # ifndef P_tmpdir
117 # define P_tmpdir _P_tmpdir macro
119 # define P_tmpdir "c:/temp" macro
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpfile.cpp45 // otherwise if P_tmpdir is defined, create temporary files there
46 #ifdef P_tmpdir
47 # define DEFAULT_TMPDIR P_tmpdir
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dagent.cc126 #define SOCK_DIR P_tmpdir
145 res = xsnprintf (path, UNIX_PATH_MAX, "%s/gdb_ust%d", P_tmpdir, pid);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dagent.cc126 #define SOCK_DIR P_tmpdir
145 res = xsnprintf (path, UNIX_PATH_MAX, "%s/gdb_ust%d", P_tmpdir, pid);

Completed in 211 milliseconds

12