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

1 2 3

  /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
  /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 32 #ifndef L_tmpnam
33 #error L_tmpnam not defined
  /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/depr/depr.c.headers/
stdio_h.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/protobuf/src/google/protobuf/testing/
googletest.cc 99 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
  /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 */
  /external/bison/djgpp/
subpipe.c 57 static char tmp_file_name[2][L_tmpnam];
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /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 */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */

Completed in 161 milliseconds

1 2 3