Searched refs:L_tmpnam (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | tmpnam.c | 17 #ifndef L_tmpnam 18 #define L_tmpnam 100 macro 24 static char tmpnam_buffer[L_tmpnam];
|
| D | functions.texi | 1384 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
|
| D | ChangeLog | 4188 * tmpnam.c (L_tmpnam): Fix typo.
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | tmpnam.c | 17 #ifndef L_tmpnam 18 #define L_tmpnam 100 macro 24 static char tmpnam_buffer[L_tmpnam];
|
| D | functions.texi | 1346 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
|
| D | ChangeLog | 3990 * tmpnam.c (L_tmpnam): Fix typo.
|
| /freebsd-9-stable/lib/libc/stdio/ |
| D | tmpnam.c | 54 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/ |
| D | conf.h | 362 #ifndef L_tmpnam 363 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */ macro
|
| D | rcsfnms.c | 308 static char tpnamebuf[TEMPNAMES][L_tmpnam];
|
| /freebsd-9-stable/include/ |
| D | stdio.h | 210 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */ macro
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstdio | 23 L_tmpnam
|
| D | module.modulemap | 207 export_macros BUFSIZ, EOF, FILENAME_MAX, FOPEN_MAX, L_tmpnam, NULL,
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | filesubr.c | 840 char ifn[L_tmpnam + 1];
|
| D | ChangeLog-97 | 2214 * 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
|
| D | ChangeLog-96 | 2762 * filesubr.c, cvs.h (cvs_temp_name): New function. Move L_tmpnam
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | ChangeLog-9197 | 858 * objdump.c (L_tmpnam): Never define.
|