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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
tmpnam.c 53 static char buf[L_tmpnam];
57 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 58 #ifndef L_tmpnam
59 #error "L_tmpnam must be a macro"
  /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/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc 99 char b[L_tmpnam + 1]; // HPUX multithread return 0 if s is 0
  /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-3/include/
stdio.h 182 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /development/ndk/platforms/android-8/include/
stdio.h 182 #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.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 212 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */

Completed in 226 milliseconds

1 2 3