HomeSort by relevance Sort by last modified time
    Searched full:l_tmpnam (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/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 48 static char buf[L_tmpnam];
52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /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
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 32 #ifndef L_tmpnam
33 #error L_tmpnam not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 31 #ifndef L_tmpnam
32 #error L_tmpnam not defined
  /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/input.output/file.streams/c.files/
cstdio.pass.cpp 31 #ifndef L_tmpnam
32 #error L_tmpnam not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 31 #ifndef L_tmpnam
32 #error L_tmpnam not defined
  /external/libcxx/include/
cstdio 23 L_tmpnam
module.modulemap 207 export_macros BUFSIZ, EOF, FILENAME_MAX, FOPEN_MAX, L_tmpnam, NULL,
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 99 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
  /external/bison/djgpp/
subpipe.c 57 static char tmp_file_name[2][L_tmpnam];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 23 L_tmpnam
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 23 L_tmpnam
  /bionic/libc/include/
stdio.h 95 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /development/ndk/platforms/android-21/include/
stdio.h 198 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /development/ndk/platforms/android-3/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /development/ndk/platforms/android-8/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 330 L_tmpnam = 20
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */

Completed in 6241 milliseconds

1 2 3 4