Searched refs:COPY (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dsftp-badcmds.sh9 COPY=${OBJ}/copy
12 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
14 rm -f ${COPY}
16 echo "get $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
18 test -f ${COPY} && fail "existing copy after get nonexistent"
20 rm -f ${COPY}.dd/*
25 test -f ${COPY}
[all...]
H A Dsftp-batch.sh7 COPY=${OBJ}/copy
10 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
13 get $DATA $COPY
14 put ${COPY} ${COPY}.1
15 rm ${COPY}
16 -put ${COPY}
[all...]
H A Dsftp-cmds.sh11 COPY=${OBJ}/copy
21 QUOTECOPY=${COPY}".\"blah\""
22 QUOTECOPY_ARG=${COPY}'.\"blah\"'
24 SPACECOPY="${COPY} this has spaces.txt"
25 SPACECOPY_ARG="${COPY}\ this\ has\ spaces.txt"
27 GLOBMETACOPY="${COPY} [metachar].txt"
29 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}
[all...]
H A Dsftp.sh7 COPY=${OBJ}/copy
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
22 rm -f ${COPY}.1 ${COPY}.2
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
34 rm -f ${COPY}.1 ${COPY}.2
H A Dstderr-data.sh7 COPY=${OBJ}/copy
8 rm -f ${COPY}
15 2> ${COPY}
20 cmp ${DATA} ${COPY} || fail "stderr corrupt"
21 rm -f ${COPY}
25 > /dev/null 2> ${COPY}
30 cmp ${DATA} ${COPY} || fail "stderr corrupt"
31 rm -f ${COPY}
H A Dtransfer.sh7 COPY=${OBJ}/copy
11 rm -f ${COPY}
12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
20 rm -f ${COPY}
22 ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
26 cmp $DATA ${COPY} || fail "corrupted copy"
29 rm -f ${COPY}
H A Dssh-com-sftp.sh7 COPY=${OBJ}/copy
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
53 rm -f ${COPY}.1 ${COPY}.2
60 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
61 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
66 rm -f ${COPY}.1 ${COPY}.2
H A Drekey.sh7 COPY=${OBJ}/copy
10 rm -f ${COPY} ${LOG} ${DATA}
16 rm -f ${COPY}
19 -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}" \
24 cmp $DATA ${COPY} || fail "corrupted copy"
32 rm -f ${COPY} ${LOG} ${DATA}
H A Dstderr-after-eof.sh8 COPY=${OBJ}/copy
23 rm -f ${DATA} ${COPY}
31 2> ${COPY}
36 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} &&
38 cmp ${DATA} ${COPY} || fail "stderr corrupt"
40 rm -f ${DATA} ${COPY}
H A Dputty-transfer.sh7 COPY=${OBJ}/copy
18 rm -f ${COPY}
23 -i putty.rsa$p 127.0.0.1 cat ${DATA} > ${COPY}
27 cmp ${DATA} ${COPY} || fail "corrupted copy"
31 rm -f ${COPY}
35 "cat > ${COPY}"
39 cmp $DATA ${COPY} || fail "corrupted copy"
43 rm -f ${COPY}
H A Dconch-ciphers.sh7 COPY=${OBJ}/copy
19 rm -f ${COPY}
24 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY}
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
30 rm -f ${COPY}
H A Dputty-ciphers.sh7 COPY=${OBJ}/copy
20 rm -f ${COPY}
22 127.0.0.1 cat ${DATA} > ${COPY}
26 cmp ${DATA} ${COPY} || fail "corrupted copy"
28 rm -f ${COPY}
H A Dmultiplex.sh14 COPY=$OBJ/ls.copy
43 rm -f ${COPY}
45 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
46 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
47 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
49 rm -f ${COPY}
51 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
52 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
53 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
55 rm -f ${COPY}
[all...]
H A Dscp.sh16 COPY=${OBJ}/copy
18 DIR=${COPY}.dd
19 DIR2=${COPY}.dd2
27 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fai
[all...]
H A Dreexec.sh7 COPY=${OBJ}/copy
23 rm -f ${COPY}
27 cat ${DATA} > ${COPY}
31 cmp ${DATA} ${COPY} || fail "corrupted copy"
32 rm -f ${COPY}
H A Dssh-com-client.sh71 COPY=${OBJ}/copy
72 rm -f ${COPY}
101 rm -f ${COPY}
102 ${ssh2} -F ${OBJ}/ssh2_config somehost cat ${DATA} > ${COPY}
106 cmp ${DATA} ${COPY} || fail "ssh2 ${v} cat test (receive) data mismatch"
110 rm -f ${COPY}
112 ${ssh2} -F ${OBJ}/ssh2_config host "cat > ${COPY}"
116 cmp ${DATA} ${COPY} || \
121 rm -f ${COPY}
/macosx-10.10/BerkeleyDB-21/db/docs_src/images/
H A DMakefile3 COPY= api.gif next.gif prev.gif ps.gif ref.gif macro
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/arch/
H A DMakefile3 COPY= bigpic.gif smallpic.gif macro
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/install/
H A DMakefile3 COPY= magic.txt magic.s5.be.txt magic.s5.le.txt macro
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/refs/
H A DMakefile3 COPY= bdb_usenix.ps embedded.html hash_usenix.ps libtp_usenix.ps macro
/macosx-10.10/apache-793/httpd/
H A DNWGNUmakefile396 $(call COPY,$(OBJDIR)/$(NLM_NAME).nlm, $(INSTALLBASE)/)
397 $(call COPY,ABOUT_APACHE, $(INSTALLBASE)/)
398 $(call COPY,CHANGES, $(INSTALLBASE)/)
399 $(call COPY,LICENSE, $(INSTALLBASE)/)
400 $(call COPY,README, $(INSTALLBASE)/)
401 $(call COPY,VERSIONING, $(INSTALLBASE)/)
402 $(call COPY,STATUS, $(INSTALLBASE)/)
403 $(call COPY,support/dbmmanage.in, $(INSTALLBASE)/bin/dbmmanage.pl)
404 $(call COPY,support/logresolve.pl.in, $(INSTALLBASE)/bin/logresolve.pl)
405 $(call COPY,suppor
[all...]
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dclobber.rb21 COPY = 'data/copy'
34 File.open(COPY, 'w') {|f| f.puts 'dummy' }
56 assert_same_file SRC, COPY, message
62 assert_same_file SRC, COPY
68 assert_same_file SRC, COPY
74 assert_same_file SRC, COPY
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/program/
H A DMakefile3 COPY= solaris.txt macro
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetOpcodes.h65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
83 /// COPY - Target-independent register copy. This instruction can also be
85 COPY = 13, enumerator in enum:llvm::TargetOpcode::__anon10106
/macosx-10.10/apr-32/apr/apr/
H A DNWGNUmakefile378 $(call COPY,$(APR)/$(TARGET_nlm),$(INSTALLBASE)/)
380 -$(call COPY,$(APR)/LICENSE,$(INSTALLBASE)/)
381 -$(call COPY,$(APR)/STATUS,$(INSTALLBASE)/STATUS.apr)
382 -$(call COPY,$(APR)/CHANGES,$(INSTALLBASE)/CHANGES.apr)
383 -$(call COPY,$(APU)/STATUS,$(INSTALLBASE)/STATUS.apu)
384 -$(call COPY,$(APU)/CHANGES,$(INSTALLBASE)/CHANGES.apu)
390 $(call COPY,$(APR)/include/*.h,$(INSTALLBASE)/include/)
391 $(call COPY,$(APR)/*.imp,$(INSTALLBASE)/lib/)
392 $(call COPY,$(APR)/misc/netware/*.xdc,$(INSTALLBASE)/lib/)
393 $(call COPY,
[all...]

Completed in 152 milliseconds

1234567