HomeSort by: relevance | last modified time | path
    Searched defs:L_tmpnam (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/external/gpl3/binutils.old/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/external/gpl3/gcc/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/external/gpl3/gcc.old/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/external/gpl3/gdb/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/external/gpl3/gdb.old/dist/libiberty/
tmpnam.c 7 it. @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
17 #ifndef L_tmpnam
18 #define L_tmpnam 100
24 static char tmpnam_buffer[L_tmpnam];
  /src/include/
stdio.h 199 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /src/external/gpl2/rcs/include/
conf.h 366 #ifndef L_tmpnam
367 #define L_tmpnam 32 /* power of 2 > sizeof("/usr/tmp/xxxxxxxxxxxxxxx") */

Completed in 24 milliseconds