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

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dtmpnam.c7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dtmpnam.c7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
/freebsd-9.3-release/lib/libc/stdio/
H A Dtmpnam.c54 static char buf[L_tmpnam];
58 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dconf.h362 #ifndef L_tmpnam
363 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
H A Drcsfnms.c308 static char tpnamebuf[TEMPNAMES][L_tmpnam];
/freebsd-9.3-release/tools/regression/p1003_1b/
H A Dsched.c213 char nam[L_tmpnam];
/freebsd-9.3-release/include/
H A Dstdio.h210 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c841 char ifn[L_tmpnam + 1];

Completed in 88 milliseconds