Searched defs:mkstemp (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dstdlib.h91 /* 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 i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h91 /* 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 i
[all...]
/external/libmtp/src/
H A Dplaylist-spl.c101 # 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);
/external/valgrind/main/coregrind/
H A Dm_libcfile.c735 Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname ) function
759 VG_(printf)("VG_(mkstemp): trying: %s\n", buf);
765 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", buf);

Completed in 134 milliseconds