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

1 2 3 4 5

  /ndk/sources/host-tools/sed-4.2.1/lib/
mkstemp.c 40 mkstemp (template) function
stdlib.in.h 219 # define mkstemp rpl_mkstemp
220 extern int mkstemp (char * /*template*/);
222 /* On MacOS X 10.3, only <unistd.h> declares mkstemp. */
226 # undef mkstemp
227 # define mkstemp(t) \
228 (GL_LINK_WARNING ("mkstemp is unportable - " \
229 "use gnulib module mkstemp for portability"), \
230 mkstemp (t))
  /bionic/libc/stdio/
tmpfile.c 59 fd = mkstemp(buf);
mktemp.c 53 mkstemp(char *path) function
75 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
  /external/elfutils/tests/
newscn.c 51 fd = mkstemp (name);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 55 using ::mkstemp;
  /external/webkit/Tools/wx/build/
waf_extensions.py 37 (fd, filename) = tempfile.mkstemp()
51 (fd2, filename2) = tempfile.mkstemp()
  /external/webkit/Source/WebCore/platform/mac/
FileSystemMac.mm 62 platformFileHandle = mkstemp(temporaryFilePath.data());
  /external/openssh/openbsd-compat/
xmmap.c 68 tmpfd = mkstemp(tmpname);
71 fatal("mkstemp(\"%s\"): %s",
mktemp.c 59 mkstemp(char *path) function
  /bionic/libstdc++/include/
cstdlib 56 using ::mkstemp;
  /external/bison/djgpp/
subpipe.c 76 fd = mkstemp(tmp_file_name[0]);
82 fd = mkstemp(tmp_file_name[1]);
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 56 using ::mkstemp;
  /ndk/sources/cxx-stl/system/include/
cstdlib 56 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 52 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 52 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdlib 56 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdlib 56 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdlib 56 using ::mkstemp;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdlib 56 using ::mkstemp;
  /development/ndk/platforms/android-3/include/
stdlib.h 60 extern int mkstemp (char *);
  /development/ndk/platforms/android-8/include/
stdlib.h 61 extern int mkstemp (char *);
  /development/ndk/platforms/android-9/include/
stdlib.h 61 extern int mkstemp (char *);
  /external/chromium/base/
file_util_android.cc 31 mkstemp(char *path) function
54 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 92 extern Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname );

Completed in 1064 milliseconds

1 2 3 4 5