Home
last modified time | relevance | path

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

123

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dtmpdir.c35 #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/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); in tmpnam()
H A Dmake-temp-file.c123 #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/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); in tmpnam()
H A Dmake-temp-file.c123 #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/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); in tmpnam()
H A Dmake-temp-file.c137 #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/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); in tmpnam()
H A Dmake-temp-file.c123 #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/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); in tmpnam()
H A Dmake-temp-file.c123 #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/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); in tmpnam()
H A Dmake-temp-file.c123 #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/external/gpl2/xcvs/dist/lib/
H A Dtempname.c36 #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/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c29 #ifndef P_tmpdir
30 # define P_tmpdir "/tmp" macro
131 if (direxists (P_tmpdir)) in __path_search()
132 dir = P_tmpdir; in __path_search()
133 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
/netbsd/external/gpl2/texinfo/dist/lib/
H A Dtempname.c35 #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/external/gpl2/diffutils/dist/lib/
H A Dtempname.c33 #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/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c29 #ifndef P_tmpdir
30 # define P_tmpdir "/tmp" macro
131 if (direxists (P_tmpdir)) in __path_search()
132 dir = P_tmpdir; in __path_search()
133 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp")) in __path_search()
/netbsd/external/bsd/openldap/include/
H A Dldap_config.h39 #elif defined( P_tmpdir )
40 # define LDAP_TMPDIR P_tmpdir
/netbsd/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/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitProtExecAllocator.c111 #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/external/bsd/openldap/dist/include/
H A Dldap_config.hin38 #elif defined( P_tmpdir )
39 # define LDAP_TMPDIR P_tmpdir
/netbsd/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpfile.cpp46 #ifdef P_tmpdir
47 # define DEFAULT_TMPDIR P_tmpdir
/netbsd/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); in gdb_connect_sync_socket()
/netbsd/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); in gdb_connect_sync_socket()

123