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

/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dtmpnam.c26 #ifdef P_tmpdir
27 # undef P_tmpdir macro
29 #define P_tmpdir "/tmp" macro
40 (void)sprintf(s, "%s/XXXXXX", P_tmpdir);
/macosx-10.10.1/cxxfilt-11/cxxfilt/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. */
110 #ifdef P_tmpdir
111 base = try_dir (P_tmpdir, base);
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dtempdir.c62 P_tmpdir (POSIX define)
104 #ifdef P_tmpdir
109 if (test_tempdir(P_tmpdir, p)) {
110 dir = P_tmpdir;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dtmpnam.c72 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
H A Dtempnam.c86 f = P_tmpdir;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_config.hin38 #elif defined( P_tmpdir )
39 # define LDAP_TMPDIR P_tmpdir
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dtempname.c37 #ifndef P_tmpdir
38 # define P_tmpdir "/tmp" macro
120 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
155 if (direxists (P_tmpdir))
156 dir = P_tmpdir;
157 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dtempname.c31 #ifndef P_tmpdir
32 # define P_tmpdir "/tmp" macro
148 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
183 if (direxists (P_tmpdir))
184 dir = P_tmpdir;
185 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
/macosx-10.10.1/groff-38/groff/src/include/
H A Dnonposix.h113 # ifndef P_tmpdir
115 # define P_tmpdir _P_tmpdir macro
117 # define P_tmpdir "c:/temp" macro
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dtmpfile.cpp43 // otherwise if P_tmpdir is defined, create temporary files there
44 #ifdef P_tmpdir
45 # define DEFAULT_TMPDIR P_tmpdir
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dtmpfile.c64 #ifdef P_tmpdir
65 sys_tmpdir = P_tmpdir;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c65 #include <stdio.h> /* for P_tmpdir */
232 * If __dirhelper() fails, try TMPDIR and P_tmpdir,
237 if (access(p = P_tmpdir, W_OK) == 0)
/macosx-10.10.1/system_cmds-643.1.1/chpass.tproj/
H A Dchpass.c337 tmpdir = P_tmpdir; // defined in the system headers, defaults to /tmp
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c228 strcpy(fileName, P_tmpdir);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPipe.c206 strcpy(fileName, P_tmpdir); /* INTL: Native. */
259 strcpy(fileName, P_tmpdir); /* INTL: Native. */
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPipe.c207 strcpy(fileName, P_tmpdir); /* INTL: Native. */
260 strcpy(fileName, P_tmpdir); /* INTL: Native. */
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdio.h201 #define P_tmpdir "/var/tmp/" macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsdiff.c1194 #ifndef P_tmpdir
1195 # define P_tmpdir "/tmp"
1208 char const *dir = tmpdir ? tmpdir : P_tmpdir;
1190 # define P_tmpdir macro
/macosx-10.10.1/file_cmds-242/pax/
H A Dar_subs.c578 char *tmpdir = P_tmpdir, *TMPDIR;
/macosx-10.10.1/nano-12/src/
H A Dfiles.c1087 /* This function calls mkstemp(($TMPDIR|P_tmpdir|/tmp/)"nano.XXXXXX").
1108 * full_tempdir is NULL, try P_tmpdir instead. */
1110 full_tempdir = check_writable_directory(P_tmpdir);
1112 /* if P_tmpdir is NULL, use /tmp. */

Completed in 245 milliseconds