Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_win32.h24 #ifndef mkstemp
25 # define mkstemp(t) _creat(_mktemp(t), _S_IREAD|_S_IWRITE) macro
H A Dzipint.h52 #define mkstemp _zip_mkstemp macro
H A Dzip_close.c615 if ((tfd=mkstemp(temp)) == -1) { in _zip_create_temp_output()
/PHP-5.5/ext/pcre/tests/
H A D005.phpt55 …t/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp'
57 …t/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp'
411 …t/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp'
420 [8] => the use of `tempnam' is dangerous, better use `mkstemp'
426 …t/mysql/libmysql/my_tempnam.c:115: warning: the use of `tempnam' is dangerous, better use `mkstemp'
435 [8] => the use of `tempnam' is dangerous, better use `mkstemp'
/PHP-5.5/main/
H A Dphp_open_temporary_file.c161 fd = mkstemp(opened_path); in php_do_open_temporary_file()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c263 tfd = mkstemp(buf); in file_pipe2file()
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c88 lock_file = mkstemp(lockfile_name); in zend_shared_alloc_create_lock()
/PHP-5.5/
H A Dconfigure.in642 mkstemp \
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1802 + int tmp = mkstemp(filename);

Completed in 49 milliseconds