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

1 2 3 4 5 6

  /external/clearsilver/util/
osdep.h 30 int mkstemp(char *path);
missing.c 87 int mkstemp(char *path) function
neo_misc.h 82 int mkstemp(char *path);
  /external/clearsilver/
acconfig.h 45 /* Does your system have the mkstemp() call? */
  /external/elfutils/tests/
newscn.c 35 fd = mkstemp (name);
newfile.c 56 fd = mkstemp (fname);
  /bionic/libc/stdio/
tempnam.c 40 "warning: tempnam() possibly used unsafely; consider using mkstemp()");
tmpfile.c 59 fd = mkstemp(buf);
tmpnam.c 40 "warning: tmpnam() possibly used unsafely; consider using mkstemp()");
mktemp.c 53 mkstemp(char *path) function
75 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
  /external/bluetooth/glib/glib/
gfileutils.h 100 /* Wrapper / workalike for mkstemp() */
  /external/webkit/WebKitTools/wx/build/
waf_extensions.py 37 (fd, filename) = tempfile.mkstemp()
  /bionic/libstdc++/include/
cstdlib 56 using ::mkstemp;
  /external/elfutils/libasm/
asm_begin.c 130 result->fd = mkstemp (result->tmp_fname);
  /external/qemu/android/utils/
tempfile.c 91 tempfd = mkstemp( template );
filelock.c 56 ** temp - a temporary file make unique with mkstemp
228 temp_fd = mkstemp( lock->temp );
  /ndk/sources/cxx-stl/system/include/
cstdlib 56 using ::mkstemp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 52 using ::mkstemp;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 52 using ::mkstemp;
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 55 using ::mkstemp;
  /external/bison/djgpp/
subpipe.c 76 fd = mkstemp(tmp_file_name[0]);
82 fd = mkstemp(tmp_file_name[1]);
  /external/qemu/
osdep.c 150 phys_ram_fd = mkstemp(phys_ram_file);
159 phys_ram_fd = mkstemp(phys_ram_file);
qemu-sockets-android.c 288 * Using mkstemp() doesn't make things more secure here
293 fd = mkstemp(unpath); close(fd);
qemu-sockets.c 349 * Using mkstemp() doesn't make things more secure here
354 fd = mkstemp(un.sun_path); close(fd);
  /bionic/libc/include/
stdlib.h 61 extern int mkstemp (char *);

Completed in 1067 milliseconds

1 2 3 4 5 6