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

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dtmpnam_r.c54 if (access(P_tmpdir, W_OK | X_OK) == 0)
55 (void) strcpy(p, P_tmpdir);
H A Dtmpfile.c68 if (access(P_tmpdir, W_OK | X_OK) == 0)
69 (void) strcpy(tfname, P_tmpdir);
H A Dtempnam.c61 z = sizeof (P_tmpdir) - 1;
75 if (access(pcopy(p, P_tmpdir), (W_OK | X_OK)) == 0)
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h116 /* P_tmpdir - used by tmpnam.c and tempnam.c.
119 #ifndef P_tmpdir
123 # define P_tmpdir M_TMPDIR macro
124 #endif /* P_tmpdir */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h379 #ifndef P_tmpdir
380 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h358 #ifndef P_tmpdir
359 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h379 #ifndef P_tmpdir
380 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h358 #ifndef P_tmpdir
359 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h379 #ifndef P_tmpdir
380 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h358 #ifndef P_tmpdir
359 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h379 #ifndef P_tmpdir
380 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h358 #ifndef P_tmpdir
359 #define P_tmpdir "/var/tmp/" /*NOCATLITERAL*/ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1555 file (C<P_tmpdir>) but simply depends on the choice of tmpdir()

Completed in 67 milliseconds