Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 – 25 of 31) sorted by relevance

12

/curl/tests/data/
H A Dtest60914 Test file for mkdir test
25 SFTP post-quote mkdir failure
28 …url_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: -Q "-mkdir %PWD/%LOGDIR/file%…
31 Test file for mkdir test
H A Dtest118222 mkdir %LOGDIR/data ; mkdir %LOGDIR/log; cp %SRCDIR/data/test1 %LOGDIR/data; echo 'test:1:Test shoul…
H A Dtest145916 mkdir -p %PWD/%LOGDIR/test%TESTNUMBER.dir/.ssh
H A Dtest61024 perl %SRCDIR/libtest/test%TESTNUMBER.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
H A Dtest61124 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
H A Dtest63826 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
H A Dtest63926 perl %SRCDIR/libtest/test610.pl mkdir %PWD/%LOGDIR/test%TESTNUMBER.dir
/curl/src/
H A Dtool_dirhie.c40 # define mkdir(x,y) (mkdir)((x)) macro
151 if(!skip && (-1 == mkdir(dirbuildup, (mode_t)0000750)) && in create_dir_hierarchy()
/curl/scripts/
H A Dcoverage.sh29 mkdir -p cvr
H A Dverify-release55 mkdir -p _tarballs
H A Dmaketgz185 mkdir "$tempdir"
223 mkdir "$tempdir"
/curl/packages/OS400/
H A Dmake-docs.sh35 [ -d "${IFSDIR}/docs" ] || mkdir "${IFSDIR}/docs"
H A Dmake-include.sh50 then mkdir -p "${IFSINCLUDE}"
H A Dmake-src.sh86 then mkdir -p "${IFSBIN}"
/curl/.github/workflows/
H A Ddistcheck.yml78 mkdir build
101 mkdir build
153 mkdir _verify
H A Dconfigure-vs-cmake.yml41mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --wit…
79mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --dis…
116mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-schannel --without-libpsl --ho…
H A Dlinux-old.yml80 mkdir bld-1
89 mkdir bld-cares
114 mkdir bld-am
H A Dnon-native.yml137mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-w…
196mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-w…
/curl/winbuild/
H A DMakefileBuild.vc606 @if not exist "$(DIRDIST)\bin" mkdir $(DIRDIST)\bin
607 @if not exist "$(DIRDIST)\include" mkdir $(DIRDIST)\include
608 @if not exist "$(DIRDIST)\include\curl" mkdir $(DIRDIST)\include\curl
609 @if not exist "$(DIRDIST)\lib" mkdir $(DIRDIST)\lib
612 @if not exist "$(LIB_DIROBJ)" mkdir $(LIB_DIROBJ)
613 @if not exist "$(LIB_DIROBJ)\vauth" mkdir $(LIB_DIROBJ)\vauth
614 @if not exist "$(LIB_DIROBJ)\vtls" mkdir $(LIB_DIROBJ)\vtls
615 @if not exist "$(LIB_DIROBJ)\vssh" mkdir $(LIB_DIROBJ)\vssh
616 @if not exist "$(LIB_DIROBJ)\vquic" mkdir $(LIB_DIROBJ)\vquic
619 @if not exist "$(CURL_DIROBJ)" mkdir $(CURL_DIROBJ)
[all …]
/curl/plan9/include/
H A Dmkfile31 mkdir -p $DIR
/curl/docs/cmdline-opts/
H A Dquote.md67 ## mkdir directory_name
68 The mkdir command creates the directory named by the directory_name operand.
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md91 ## mkdir directory_name
93 The mkdir command creates the directory named by the directory_name operand.
/curl/projects/
H A Dbuild-openssl.bat376 if not exist "%TMP_BUILD_PATH%" mkdir "%TMP_BUILD_PATH%"
578 mkdir "%OUTDIR%\LIB Debug" 1>nul
588 mkdir "%OUTDIR%\DLL Debug" 1>nul
609 mkdir "%OUTDIR%\LIB Release" 1>nul
619 mkdir "%OUTDIR%\DLL Release" 1>nul
/curl/lib/
H A DMakefile.mk286 MKDIR = mkdir -p $1
/curl/tests/
H A Dtestcurl.md103 $ mkdir curl-testing

Completed in 38 milliseconds

12