Home
last modified time | relevance | path

Searched refs:L_tmpnam (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtmpnam.c41 #ifndef L_tmpnam
42 #define L_tmpnam 25 macro
48 static char buf[L_tmpnam]; in tmpnam()
50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL); in tmpnam()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtmp.c30 #ifndef L_tmpnam
31 #define L_tmpnam 25 macro
39 len = !buf ? 0 : !dir ? L_tmpnam : (strlen(dir) + 14); in pathtmp()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtmpnam_r.c72 s = tsdalloc(_T_TMPNAM, L_tmpnam, NULL); in tmpnam()
H A Dtmpfile.c56 char tfname[L_tmpnam]; in _common()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio349 <<"#ifndef L_tmpnam">>
350 #ifndef L_tmpnam
351 #define L_tmpnam (sizeof(P_tmpdir)+15)
353 <<"#define L_tmpnam">> L_tmpnam
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h120 #define L_tmpnam 25 /* (sizeof(P_tmpdir) + 15) */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h154 #define L_tmpnam 25 /* (sizeof(P_tmpdir) + 15) */ macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Druncmd.c62 static char errfile[L_tmpnam+1];
H A Dpkgtrans.c784 char tmp_entry[ENTRY_MAX], tmp_file[L_tmpnam+1]; in wdsheader()
/illumos-gate/usr/src/boot/include/
H A Dstdio.h213 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio364 #ifndef L_tmpnam
365 #define L_tmpnam 25
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio364 #ifndef L_tmpnam
365 #define L_tmpnam 25
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio364 #ifndef L_tmpnam
365 #define L_tmpnam 25
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio364 #ifndef L_tmpnam
365 #define L_tmpnam 25