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

/ast/src/lib/libast/comp/
H A Dtmpnam.c41 #ifndef L_tmpnam
42 #define L_tmpnam 25 macro
48 static char buf[L_tmpnam];
50 return pathtemp(s ? s : buf, L_tmpnam, NiL, "tn", NiL);
/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);
/ast/src/cmd/mailx/
H A Dlocal.h118 #ifndef L_tmpnam
119 #define L_tmpnam 25 macro
/ast/src/lib/libtksh/tcl/
H A DtclUnixFile.c440 char fileName[L_tmpnam];

Completed in 16 milliseconds