HomeSort by relevance Sort by last modified time
    Searched refs:L_tmpnam (Results 1 - 25 of 29) sorted by null

1 2

  /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/upstream-openbsd/lib/libc/stdio/
tmpnam.c 46 static char buf[L_tmpnam];
50 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
tmpnam.c 63 static char buf[L_tmpnam];
67 (void)snprintf(s, L_tmpnam, "%stmp_%lu_XXXX", _PATH_TMP, tmpcount);
  /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
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
filestreamtest.cpp 87 char filename[L_tmpnam];
prettywritertest.cpp 140 char filename[L_tmpnam];
encodedstreamtest.cpp 165 char filename[L_tmpnam];
198 char filename[L_tmpnam];
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 52 #ifndef L_tmpnam
53 #error L_tmpnam not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 33 #ifndef L_tmpnam
34 #error L_tmpnam not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 52 #ifndef L_tmpnam
53 #error L_tmpnam not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 33 #ifndef L_tmpnam
34 #error L_tmpnam not defined
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 107 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
  /bionic/tests/headers/posix/
stdio_h.c 43 MACRO(L_tmpnam);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c 56 #define LUA_TMPNAMBUFSIZE L_tmpnam
  /external/syslinux/com32/lua/src/
loslib.c 59 #define LUA_TMPNAMBUFSIZE 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...]
  /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
  /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...]
  /bionic/tests/
stdio_test.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]

Completed in 405 milliseconds

1 2