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

/netbsd-current/external/gpl3/gcc/dist/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];
/netbsd-current/external/gpl3/binutils/dist/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];
/netbsd-current/external/gpl3/gdb/dist/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];
/netbsd-current/external/gpl3/gdb.old/dist/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];
/netbsd-current/external/gpl3/binutils.old/dist/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];
/netbsd-current/external/gpl3/gcc.old/dist/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];
/netbsd-current/lib/libc/stdio/
H A Dtmpnam.c58 static char buf[L_tmpnam];
62 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount);
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h366 #ifndef L_tmpnam
367 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
/netbsd-current/external/mit/lua/dist/src/
H A Dloslib.c125 #define LUA_TMPNAMBUFSIZE L_tmpnam
/netbsd-current/include/
H A Dstdio.h199 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsfnms.c316 static char tpnamebuf[TEMPNAMES][L_tmpnam];
/netbsd-current/external/gpl2/gmake/dist/
H A Dmain.c861 # define TEMPLATE_LEN L_tmpnam
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3437 char s[L_tmpnam];

Completed in 203 milliseconds