Searched refs:CWD (Results 1 – 25 of 275) sorted by relevance
1234567891011
/external/curl/tests/data/ |
D | test142 | 33 CWD part1 34 CWD part2 35 CWD part3 36 CWD part4 37 CWD part5 38 CWD part6 39 CWD part7 40 CWD part8 41 CWD part9 42 CWD part10 [all …]
|
D | test147 | 14 REPLY CWD 550 I won't allow this on my server 15 COUNT CWD 1 25 FTP with --ftp-create-dirs (failing CWD) 43 CWD first 45 CWD first 46 CWD dir 47 CWD here
|
D | test1225 | 41 CWD / 42 CWD foo 47 CWD / 48 CWD / 49 CWD foo 50 CWD bar
|
D | test108 | 21 FTP PORT upload with CWD 24 ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P - 43 CWD CWD 44 CWD STOR 45 CWD RETR
|
D | test408 | 24 FTPS PORT upload with CWD 27 -k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/CWD/STOR/RETR/408 -T log/upload408 -P - 48 CWD CWD 49 CWD STOR 50 CWD RETR
|
D | test296 | 6 CWD 25 FTP CWD with --ftp-method multicwd 38 CWD first 39 CWD second 40 CWD third
|
D | test575 | 42 CWD fully_simulated 43 CWD UNIX 60 CWD / 61 CWD fully_simulated 62 CWD UNIX 83 CWD fully_simulated 84 CWD UNIX
|
D | test146 | 41 CWD first 42 CWD dir 43 CWD here 48 CWD /
|
D | test1113 | 47 CWD fully_simulated 48 CWD DOS 65 CWD / 66 CWD fully_simulated 67 CWD DOS
|
D | test574 | 46 CWD fully_simulated 47 CWD UNIX 64 CWD / 65 CWD fully_simulated 66 CWD UNIX
|
D | test215 | 34 Get two FTP dir listings from the same remote dir: no second CWD 47 CWD a 48 CWD path 49 CWD 215
|
D | test125 | 11 REPLY CWD 314 bluah you f00l! 21 FTP download, failed CWD 37 CWD path
|
D | test190 | 11 DELAY CWD 60 24 FTP download with strict timeout and slow CWD 41 CWD path
|
D | test127 | 36 CWD path 37 CWD to 38 CWD file
|
D | test297 | 6 CWD 25 FTP CWD with --ftp-method singlecwd 38 CWD first/second/third
|
D | test1003 | 14 # a ~17000 bytes response string to CWD to make sure the ftp parser deals 17 REPLY CWD 250 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA… 40 CWD path
|
D | test106 | 42 CWD / 43 CWD path with spaces 44 CWD and things2
|
D | test210 | 23 Get two FTP files from the same remote dir: no second CWD 40 CWD a 41 CWD path
|
D | test216 | 34 CWD a 35 CWD path 36 CWD 216
|
/external/selinux/secilc/docs/ |
D | Makefile | 1 CWD ?= $(shell pwd) macro 2 HTMLDIR ?= $(CWD)/html 3 PDFDIR ?= $(CWD)/pdf 4 TMPDIR ?= $(CWD)/tmp 5 TESTDIR ?= $(CWD)/../test
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.SlackBuild | 2 CWD=`pwd` 23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz 25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 45 zcat $CWD/rc.dnsmasq.gz > $PKG/etc/rc.d/rc.dnsmasq.new 51 cat $CWD/slack-desc > $PKG/install/slack-desc 52 zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
1234567891011