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

  /ndk/sources/host-tools/sed-4.2.1/lib/
mkstemp.c 40 mkstemp (template) function
  /bionic/libc/stdio/
mktemp.c 53 mkstemp(char *path) function
75 "warning: mktemp() possibly used unsafely; consider using mkstemp()");
  /external/openssh/openbsd-compat/
mktemp.c 59 mkstemp(char *path) function
  /external/bison/darwin-lib/
stdlib.h 91 /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */
719 # define mkstemp rpl_mkstemp
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
725 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
727 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
729 _GL_CXXALIASWARN (mkstemp);
731 # undef mkstemp macro
733 _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable -
    [all...]
  /external/bison/linux-lib/
stdlib.h 91 /* On Mac OS X 10.3, only <unistd.h> declares mkstemp. */
719 # define mkstemp rpl_mkstemp
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
725 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
727 _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/));
729 _GL_CXXALIASWARN (mkstemp);
731 # undef mkstemp macro
733 _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable -
    [all...]
  /external/libmtp/src/
playlist-spl.c 101 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL) macro
103 # error Missing mkstemp() function.
136 int fd = mkstemp(tmpname);
190 char tmpname[] = "/tmp/mtp-spl2pl-XXXXXX"; // must be a var since mkstemp modifies it
195 int fd = mkstemp(tmpname);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 594 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
597 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
600 # define mkstemp mkstemp64 macro
619 mkstemp. But allow the caller to pass additional flags which are
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 594 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
597 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
600 # define mkstemp mkstemp64 macro
619 mkstemp. But allow the caller to pass additional flags which are
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 594 extern int mkstemp (char *__template) __nonnull ((1)) __wur;
597 extern int __REDIRECT (mkstemp, (char *__template), mkstemp64)
600 # define mkstemp mkstemp64 macro
619 mkstemp. But allow the caller to pass additional flags which are
  /external/valgrind/main/coregrind/
m_libcfile.c 660 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) function
684 VG_(printf)("VG_(mkstemp): trying: %s\n", buf);
690 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", buf);
    [all...]

Completed in 480 milliseconds