Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 – 25 of 481) sorted by path

12345678910>>...20

/php-src/.circleci/
H A Dconfig.yml161 sudo mkdir -p /etc/php.d
/php-src/
H A D.cirrus.yml19 - mkdir /etc/php.d
H A Dconfigure.ac123 $php_shtool mkdir -p libs
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml20 mkdir -p $MYSQL_DIR
/php-src/.github/actions/install-linux-x32/
H A Daction.yml9 mkdir -p /etc/php.d
/php-src/.github/actions/install-linux/
H A Daction.yml9 sudo mkdir -p /etc/php.d
/php-src/.github/scripts/
H A Dsetup-slapd.sh5 sudo mkdir -p /etc/ldap/ssl
/php-src/.github/scripts/windows/
H A Dbuild.bat12 mkdir "%PHP_BUILD_CACHE_BASE_DIR%"
17 mkdir "%PHP_BUILD_OBJ_DIR%"
H A Dtest_task.bat77 mkdir %OPENSSLDIR%
91 mkdir %~d0\usr\local\lib\enchant-2
95 mkdir %~d0\usr\local\share\enchant\hunspell
117 mkdir %PHP_BUILD_DIR%\test_file_cache
132 mkdir c:\tests_tmp
/php-src/.github/workflows/
H A Dnightly.yml689 sudo mkdir -p /etc/php.d
H A Dpush.yml273 sudo mkdir -p /etc/php.d
/php-src/Zend/tests/
H A Dgh10469.phpt12 @mkdir($tmpDir, 0777, true);
/php-src/Zend/
H A Dzend_virtual_cwd.c1606 retval = mkdir(new_state.cwd, mode); in virtual_mkdir()
H A Dzend_virtual_cwd.h318 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode)
/php-src/benchmark/
H A Dbenchmark.php17 mkdir($profilesDir, 0755, true);
47 mkdir($dir, 0755, true);
H A Dshared.php69 mkdir($dir, 0755, true);
/php-src/build/
H A DMakefile.gcov50 @mkdir gcovr_html
H A DMakefile.global1 mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
H A Dconfig.guess120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
121 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
H A Dgen_stub.php5858 if (!mkdir($phpParserDir)) {
6123 mkdir($classSynopsesDirectory);
6149 mkdir($manualTarget);
H A Dlibtool.m41139 mkdir conftest
1141 mkdir out
1213 mkdir .libs 2>/dev/null
1478 test -d \$dldir || mkdir -p \$dldir~
H A Dltmain.sh90 mkdir="mkdir"
184 $mkdir "$my_tmpdir"
340 $show "$mkdir $my_gentop"
341 $run $mkdir "$my_gentop"
368 $show "$mkdir $my_xdir"
369 $run $mkdir "$my_xdir"
957 $show "$mkdir ${xdir}$objdir"
958 $run $mkdir ${xdir}$objdir
5427 $mkdir \"\$progdir\"
5568 $show "$mkdir $gentop"
[all …]
H A Dphp.m4890 $php_shtool mkdir -p $1
899 $php_shtool mkdir -p $BUILD_DIR
2301 @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir
H A Dshtool168 shtoolize -obuild/shtool echo install mkdir platform path
177 echo|install|mkdir|platform|path )
222 mkdir )
436 mkdir "$tmpdir" >/dev/null 2>&1
946 mkdir )
969 mkdir $p || errstatus=$?
1009 mkdir $pathcomp || {
/php-src/docs-old/
H A Dself-contained-extensions.md30 mkdir /tmp/newext

Completed in 95 milliseconds

12345678910>>...20