Searched refs:tmpdir (Results 1 – 14 of 14) sorted by relevance
39 …m_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode), (max_memory_us… argument49 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir…
6 $testdir = __DIR__ . '/bug47177.tmpdir';
359 char* tmpdir; member377 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write()430 if (ts->tmpdir) { in php_stream_temp_close()431 efree(ts->tmpdir); in php_stream_temp_close()567 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex()576 if (tmpdir) { in _php_stream_temp_create_ex()577 self->tmpdir = estrdup(tmpdir); in _php_stream_temp_create_ex()
427 tmpdir="$TMPDIR"429 tmpdir="$TEMPDIR"431 tmpdir="/tmp"433 tmpdir="$tmpdir/.shtool.$$"435 rm -rf "$tmpdir" >/dev/null 2>&1 || true436 mkdir "$tmpdir" >/dev/null 2>&1438 echo "$msgprefix:Error: failed to create temporary directory \`$tmpdir'" 1>&2444 tmpfile="$tmpdir/shtool.tmp"462 rm -rf "$tmpdir" >/dev/null 2>&1 || true
152 $temp = self::tmpdir();196 static function tmpdir() function in Extract_Phar
188 $temp = self::tmpdir();232 static function tmpdir()482 $temp = self::tmpdir();526 static function tmpdir()784 $temp = self::tmpdir();828 static function tmpdir()
208 $temp = self::tmpdir();252 static function tmpdir()503 $temp = self::tmpdir();547 static function tmpdir()798 $temp = self::tmpdir();842 static function tmpdir()
152 $temp = self::tmpdir();196 static function tmpdir()
6226 tmpdir=`func_mktempdir`6228 outputname="$tmpdir/$file"6236 ${rm}r "$tmpdir"6268 test -n "$outputname" && ${rm}r "$tmpdir"
Completed in 77 milliseconds