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

1 2 3 4 5

  /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.6/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio_lim.h 24 # define L_tmpnam 20
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 58 #ifndef L_tmpnam
59 #error "L_tmpnam must be a macro"
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 31 #ifndef L_tmpnam
32 #error L_tmpnam not defined
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.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/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
  /bionic/libc/include/
stdio.h 190 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /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 */
  /development/ndk/platforms/android-L/include/
stdio.h 178 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /external/bison/djgpp/
subpipe.c 57 static char tmp_file_name[2][L_tmpnam];
  /external/chromium_org/third_party/skia/third_party/lua/src/
loslib.c 56 #define LUA_TMPNAMBUFSIZE L_tmpnam
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 187 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 187 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /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/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 191 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/
stdio.h 187 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 187 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 187 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */

Completed in 278 milliseconds

1 2 3 4 5