Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/libiberty/
Dtmpnam.c17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
Dfunctions.texi1384 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
DChangeLog4188 * tmpnam.c (L_tmpnam): Fix typo.
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dtmpnam.c17 #ifndef L_tmpnam
18 #define L_tmpnam 100 macro
24 static char tmpnam_buffer[L_tmpnam];
Dfunctions.texi1346 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
DChangeLog3990 * tmpnam.c (L_tmpnam): Fix typo.
/freebsd-9-stable/lib/libc/stdio/
Dtmpnam.c54 static char buf[L_tmpnam];
58 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Dconf.h362 #ifndef L_tmpnam
363 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
Drcsfnms.c308 static char tpnamebuf[TEMPNAMES][L_tmpnam];
/freebsd-9-stable/include/
Dstdio.h210 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
/freebsd-9-stable/contrib/libc++/include/
Dcstdio23 L_tmpnam
Dmodule.modulemap207 export_macros BUFSIZ, EOF, FILENAME_MAX, FOPEN_MAX, L_tmpnam, NULL,
/freebsd-9-stable/contrib/cvs/src/
Dfilesubr.c840 char ifn[L_tmpnam + 1];
DChangeLog-972214 * filesubr.c: Do not define L_tmpnam. It is in ANSI and SunOS4,
2217 (cvs_temp_name): Do not use L_tmpnam in the mktemp code; this
DChangeLog-962762 * filesubr.c, cvs.h (cvs_temp_name): New function. Move L_tmpnam
/freebsd-9-stable/contrib/binutils/binutils/
DChangeLog-9197858 * objdump.c (L_tmpnam): Never define.