HomeSort by relevance Sort by last modified time
    Searched defs:L_tmpnam (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /toolchain/binutils/binutils-2.27/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];
  /bionic/libc/include/
stdio.h 103 #define L_tmpnam 4096
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 305 #define L_tmpnam PATH_MAX /* must be == PATH_MAX */
369 @param[out] Buffer A pointer to an array of at least L_tmpnam char elements.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 48 #define L_tmpnam (sizeof(_P_tmpdir) + 12)
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 330 L_tmpnam = 20
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 330 L_tmpnam = 20
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 330 L_tmpnam = 20
  /external/python/cpython2/Lib/plat-atheos/
IN.py 177 L_tmpnam = 20

Completed in 1393 milliseconds