mkstemp           262 ext/fileinfo/libmagic/compress.c 		tfd = mkstemp(buf);
mkstemp            88 ext/opcache/zend_shared_alloc.c 	lock_file = mkstemp(lockfile_name);
mkstemp           613 ext/zip/lib/zip_close.c     if ((tfd=mkstemp(temp)) == -1) {
mkstemp           161 main/php_open_temporary_file.c 	fd = mkstemp(opened_path);
mkstemp          1044 sapi/phpdbg/phpdbg.c 		if (!mkstemp(bp_tmp_file)) {