HomeSort by relevance Sort by last modified time
    Searched refs:tmpfile (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /bionic/libc/bionic/
tmpfile.cpp 100 FILE* tmpfile() { function
  /external/jpeg/
jmemansi.c 10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)
  /external/qemu/distrib/jpeg-6b/
jmemansi.c 10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 140 using std::tmpfile;
  /external/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 108 using _STLP_VENDOR_CSTD::tmpfile;
  /system/core/libctest/
ctest.c 52 suite->out = tmpfile();
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 177 f = tmpfile();
232 f = tmpfile();
  /external/libpng/contrib/gregbook/
wpng.c 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
  /external/bison/darwin-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /external/bison/lib/
stdio.in.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 172 extern FILE *tmpfile (void) __wur;
175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
177 # define tmpfile tmpfile64
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 172 extern FILE *tmpfile (void) __wur;
175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
177 # define tmpfile tmpfile64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 172 extern FILE *tmpfile (void) __wur;
175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
177 # define tmpfile tmpfile64
  /development/ndk/platforms/android-3/include/
stdio.h 246 FILE *tmpfile(void);
  /development/ndk/platforms/android-8/include/
stdio.h 246 FILE *tmpfile(void);
  /external/libmtp/examples/
detect.c 213 FILE *xmltmp = tmpfile();
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdio_h.pass.cpp 92 static_assert((std::is_same<decltype(tmpfile()), FILE*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
cstdio.pass.cpp 93 static_assert((std::is_same<decltype(std::tmpfile()), std::FILE*>::value), "");
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 276 FILE *tmpfile(void);

Completed in 859 milliseconds

12 3 4 5