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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/gcc4/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-6-1-5-RELEASE/lib/libc/stdio/
H A Dtmpnam.c59 static char buf[L_tmpnam];
63 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXXX", P_tmpdir, tmpcount);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/cstdio/
H A Dmacros.cc40 #ifndef L_tmpnam
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h364 #ifndef L_tmpnam
365 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
H A Drcsfnms.c327 static char tpnamebuf[TEMPNAMES][L_tmpnam];
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dluaconf.h665 #define LUA_TMPNAMBUFSIZE L_tmpnam
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h197 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmain.c802 # define TEMPLATE_LEN L_tmpnam

Completed in 259 milliseconds