Home
last modified time | relevance | path

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

/original-bsd/lib/libc/stdio/
H A Dtmpnam.c25 static char buf[L_tmpnam];
29 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dstdio.h167 #ifndef L_tmpnam
168 #define L_tmpnam (sizeof(P_tmpdir) + 15) macro
/original-bsd/include/
H A Dstdio.h173 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/original-bsd/contrib/rcs-V5.6/src/
H A Drcsfnms.c250 static char tfnamebuf[TEMPNAMES][L_tmpnam];