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

1234

/freebsd-9.3-release/crypto/openssh/regress/
H A Dsftp-perm.sh22 rm -f ${COPY} ${COPY}.1
23 test -d ${COPY}.dd && { rmdir ${COPY}.dd || fatal "rmdir ${COPY}.dd"; }
86 "put $DATA $COPY" \
88 "cmp $DATA $COPY" \
89 "test ! -f $COPY"
93 "chmod 0700 $COPY" \
94 "touch $COPY; chmo
[all...]
H A Dsftp-batch.sh8 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
11 get $DATA $COPY
12 put ${COPY} ${COPY}.1
13 rm ${COPY}
14 -put ${COPY} ${COPY}
[all...]
H A Dsftp-badcmds.sh10 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
12 rm -f ${COPY}
14 echo "get $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
16 test -f ${COPY} && fail "existing copy after get nonexistent"
18 rm -f ${COPY}.dd/*
23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
26 rm -f ${COPY}
[all...]
H A Dsftp-cmds.sh19 QUOTECOPY=${COPY}".\"blah\""
20 QUOTECOPY_ARG=${COPY}'.\"blah\"'
22 SPACECOPY="${COPY} this has spaces.txt"
23 SPACECOPY_ARG="${COPY}\ this\ has\ spaces.txt"
25 GLOBMETACOPY="${COPY} [metachar].txt"
27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}
[all...]
H A Dsftp.sh9 get $DATA ${COPY}.1
10 put $DATA ${COPY}.2
19 rm -f ${COPY}.1 ${COPY}.2
26 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
31 rm -f ${COPY}.1 ${COPY}.2
H A Dstderr-after-eof.sh7 rm -f ${DATA} ${COPY}
15 2> ${COPY}
20 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} &&
22 cmp ${DATA} ${COPY} || fail "stderr corrupt"
24 rm -f ${DATA} ${COPY}
H A Dtransfer.sh8 rm -f ${COPY}
9 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
13 cmp ${DATA} ${COPY} || fail "corrupted copy"
17 rm -f ${COPY}
19 ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
23 cmp $DATA ${COPY} || fail "corrupted copy"
26 rm -f ${COPY}
H A Dssh-com-sftp.sh10 get $DATA ${COPY}.1
11 put $DATA ${COPY}.2
51 rm -f ${COPY}.1 ${COPY}.2
58 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
64 rm -f ${COPY}.1 ${COPY}.2
H A Dstderr-data.sh11 2> ${COPY}
16 cmp ${DATA} ${COPY} || fail "stderr corrupt"
17 rm -f ${COPY}
21 > /dev/null 2> ${COPY}
26 cmp ${DATA} ${COPY} || fail "stderr corrupt"
27 rm -f ${COPY}
H A Dconch-ciphers.sh16 rm -f ${COPY}
21 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY}
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
27 rm -f ${COPY}
H A Dputty-ciphers.sh17 rm -f ${COPY}
19 127.0.0.1 cat ${DATA} > ${COPY}
23 cmp ${DATA} ${COPY} || fail "corrupted copy"
25 rm -f ${COPY}
H A Dputty-transfer.sh15 rm -f ${COPY}
20 -i putty.rsa$p 127.0.0.1 cat ${DATA} > ${COPY}
24 cmp ${DATA} ${COPY} || fail "corrupted copy"
28 rm -f ${COPY}
32 "cat > ${COPY}"
36 cmp $DATA ${COPY} || fail "corrupted copy"
40 rm -f ${COPY}
H A Dsftp-chroot.sh21 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
24 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
H A Dscp.sh16 DIR=${COPY}.dd
17 DIR2=${COPY}.dd2
26 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
32 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
33 cmp ${DATA} ${COPY} || fail "corrupted copy"
37 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
47 cp ${DATA} ${COPY}
[all...]
H A Dmultiplex.sh48 rm -f ${COPY}
50 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
51 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
52 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
54 rm -f ${COPY}
56 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
57 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
58 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
60 rm -f ${COPY}
62 echo "get ${DATA} ${COPY}" | \
[all...]
H A Dreexec.sh21 rm -f ${COPY}
25 cat ${DATA} > ${COPY}
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
30 rm -f ${COPY}
H A Drekey.sh14 rm -f ${COPY} ${LOG}
16 "cat > ${COPY}"
20 cmp ${DATA} ${COPY} || fail "corrupted copy ($@)"
64 rm -f ${COPY} ${LOG}
66 $OBJ/ssh_proxy somehost "cat >${COPY};sleep $s;sleep 3"
70 cmp ${DATA} ${COPY} || fail "corrupted copy"
81 rm -f ${COPY} ${LOG}
98 rm -f ${COPY} ${LOG}
142 rm -f ${COPY} ${DATA}
H A Dforwarding.sh30 somehost cat ${DATA} > ${COPY}
31 test -f ${COPY} || fail "failed copy of ${DATA}"
32 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
116 somehost cat ${DATA} > ${COPY}
117 test -f ${COPY} || fail "failed copy of ${DATA}"
118 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
H A Dssh-com-client.sh97 rm -f ${COPY}
98 ${ssh2} -F ${OBJ}/ssh2_config somehost cat ${DATA} > ${COPY}
102 cmp ${DATA} ${COPY} || fail "ssh2 ${v} cat test (receive) data mismatch"
106 rm -f ${COPY}
108 ${ssh2} -F ${OBJ}/ssh2_config host "cat > ${COPY}"
112 cmp ${DATA} ${COPY} || \
117 rm -f ${COPY}
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetOpcodes.h65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
84 /// COPY - Target-independent register copy. This instruction can also be
86 COPY = 13, enumerator in enum:llvm::TargetOpcode::__anon2021
/freebsd-9.3-release/lib/libc/gen/
H A Dstatvfs.c110 #define COPY(field) \ macro
119 COPY(f_bavail);
120 COPY(f_bfree);
121 COPY(f_blocks);
122 COPY(f_ffree);
123 COPY(f_files);
/freebsd-9.3-release/sys/net/
H A Dif_mib.c101 #define COPY(fld) ifmd.ifmd_##fld = ifp->if_##fld macro
102 COPY(pcount);
103 COPY(data);
104 #undef COPY macro
127 #define COPY(fld) ifp->if_##fld = ifmd.ifmd_##fld macro
128 COPY(data);
131 #undef COPY macro
/freebsd-9.3-release/lib/libc/stdio/
H A Dfvwrite.c70 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n)) macro
130 COPY(w); /* copy MIN(fp->_w,len), */
137 COPY(w);
150 COPY(w);
177 COPY(w);
188 COPY(w);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dheapsort.c60 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
116 COPY(par, child, count, size, tmp1, tmp2); \
124 COPY(child, k, count, size, tmp1, tmp2); \
127 COPY(child, par, count, size, tmp1, tmp2); \
174 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
175 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
/freebsd-9.3-release/release/scripts/
H A Dpackage-trees.sh19 COPY=$1 ; shift
45 ${COPY} ${TREE}/All/${package}.tbz ${discdir}/packages/All

Completed in 229 milliseconds

1234