Searched defs:mkstemp (Results 1 - 9 of 9) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
H A D | shell.py | 93 mkstemp = _tempfile.mkstemp variable 100 fd, name = mkstemp('.py') 178 fd, name = mkstemp('.py')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
H A D | shell.py | 93 mkstemp = _tempfile.mkstemp variable 100 fd, name = mkstemp('.py') 178 fd, name = mkstemp('.py')
|
/external/openssh/openbsd-compat/ |
H A D | mktemp.c | 111 "warning: mktemp() possibly used unsafely; consider using mkstemp()"); 121 mkstemp(char *path) function
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
H A D | shell.py | 95 mkstemp = _tempfile.mkstemp variable 124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function 154 fd, name = mkstemp('.py') 260 fd, name = mkstemp('.py')
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
H A D | shell.py | 95 mkstemp = _tempfile.mkstemp variable 124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, function 154 fd, name = mkstemp('.py') 260 fd, name = mkstemp('.py')
|
/external/bison/darwin-lib/ |
H A D | 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 i [all...] |
/external/bison/linux-lib/ |
H A D | 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 i [all...] |
/external/libmtp/src/ |
H A D | 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);
|
/external/valgrind/coregrind/ |
H A D | m_libcfile.c | 770 Int VG_(mkstemp) ( const HChar* part_of_name, /*OUT*/HChar* fullname ) function 794 VG_(printf)("VG_(mkstemp): trying: %s\n", fullname); 800 VG_(umsg)("VG_(mkstemp): failed to create temp file: %s\n", fullname);
|
Completed in 609 milliseconds