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

  /bionic/libc/stdio/
tmpnam.c 48 static char buf[L_tmpnam];
52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 58 #ifndef L_tmpnam
59 #error "L_tmpnam must be a macro"
  /external/bison/djgpp/
subpipe.c 60 static char tmp_file_name[2][L_tmpnam];
  /bionic/libc/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h 203 #define L_tmpnam 1024 /* XXX must be == PATH_MAX */

Completed in 46 milliseconds