Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/freebsd/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"; }
94 "touch $COPY; chmod 0400 $COPY" \
121 "rename $COPY ${COPY}.1" \
128 "rename -l $COPY ${COPY}.1" \
135 "ln -s $COPY ${COPY}.1" \
142 "ln $COPY ${COPY}.1" \
236 "rename -l $COPY ${COPY}.1" \
244 "ln -s $COPY ${COPY}.1" \
252 "ln $COPY ${COPY}.1" \
[all …]
H A Dsftp-cmds.sh27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2
28 mkdir ${COPY}.dd
68 rm -f ${COPY}
74 rm -f ${COPY}
103 rm -f ${COPY}.dd/*
109 rm -f ${COPY}.dd/*
131 rm -f ${COPY}
184 echo "rename ${COPY}.dd ${COPY}.dd2" | \
196 rm -f ${COPY}.2
201 rm -f ${COPY}.2
[all …]
H A Dsftp-badcmds.sh10 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
12 rm -f ${COPY}
18 rm -f ${COPY}.dd/*
26 rm -f ${COPY}
32 rm -f ${COPY}.dd/*
40 rm -f ${COPY}
46 rm -rf ${COPY} ${COPY}.dd
47 cp $DATA $COPY
48 mkdir ${COPY}.dd
57 rm -rf ${COPY}
[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}.2
25 get $DATA $COPY
26 put ${COPY} ${COPY}.3
27 rm ${COPY}.*
29 put ${COPY}.3 ${COPY}.4
53 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
H A Dscp.sh9 DIR=${COPY}.dd
10 DIR2=${COPY}.dd2
12 DIR3=${COPY}.dd.glob[456]
69 cp ${DATA} ${COPY}
70 $SCP $scpopts ${COPY} somehost:${COPY} || fail "copy failed"
75 cp ${DATA} ${COPY}
76 $SCP $scpopts somehost:${COPY} ${COPY} || fail "copy failed"
83 ls -l $DATA $COPY
94 cp ${DATA} ${COPY}
100 cp ${DATA} ${COPY}
[all …]
H A Dmultiplex.sh61 rm -f ${COPY}
67 rm -f ${COPY}
73 rm -f ${COPY}
75 echo "get ${DATA} ${COPY}" | \
80 rm -f ${COPY}
83 test -f ${COPY} || fail "scp: failed copy ${DATA}"
86 rm -f ${COPY}
93 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
96 rm -f ${COPY} $OBJ/unix-[123].fwd
104 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY}
[all …]
H A Dscp-uri.sh9 DIR=${COPY}.dd
10 DIR2=${COPY}.dd2
20 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
47 cp ${DATA} ${COPY}
48 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
49 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
53 cp ${DATA} ${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 Dscp3.sh7 DIR=${COPY}.dd
8 DIR2=${COPY}.dd2
18 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
45 $SCP $scpopts -3 hostA:${DATA} hostB:${COPY} || fail "copy failed"
46 cmp ${DATA} ${COPY} || fail "corrupted copy"
50 cp ${DATA} ${COPY}
51 $SCP $scpopts -3 hostA:${COPY} hostB:${DIR} || fail "copy failed"
52 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
62 echo a > ${COPY}
64 $SCP $scpopts -3 hostA:${DATA} hostA:${COPY} hostB:${COPY2}
[all …]
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 Dtransfer.sh6 rm -f ${COPY}
7 ${SSH} -n -q -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
11 cmp ${DATA} ${COPY} || fail "corrupted copy"
15 rm -f ${COPY}
17 ${SSH} -q -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
21 cmp $DATA ${COPY} || fail "corrupted copy"
23 rm -f ${COPY}
H A Dsftp-uri.sh9 DIR=${COPY}.dd
10 DIR2=${COPY}.dd2
14 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
26 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "…
27 cmp ${DATA} ${COPY} || fail "corrupted copy"
31 cp ${DATA} ${COPY}
32 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "c…
33 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
H A Drekey.sh22 rm -f ${COPY} ${LOG}
28 cmp ${DATA} ${COPY} || fail "corrupted copy ($@)"
72 rm -f ${COPY} ${LOG}
74 $OBJ/ssh_proxy somehost "cat >${COPY};sleep $s;sleep 10"
78 cmp ${DATA} ${COPY} || fail "corrupted copy"
89 rm -f ${COPY} ${LOG}
107 rm -f ${COPY} ${LOG}
109 > ${COPY}
113 cmp ${DATA} ${COPY} || fail "corrupted copy"
126 rm -f ${COPY} ${LOG}
[all …]
H A Dputty-transfer.sh16 rm -f ${COPY}
21 -i ${OBJ}/putty.rsa2 cat ${DATA} > ${COPY}
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
29 rm -f ${COPY}
33 "cat > ${COPY}"
37 cmp $DATA ${COPY} || fail "corrupted copy"
40 rm -f ${COPY}
H A Dchannel-timeout.sh129 rm -f ${COPY}
130 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
135 cmp $DATA $COPY || fail "corrupted copy"
142 rm -f ${COPY}
143 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
148 test -f $COPY && cmp $DATA $COPY && fail "intact copy"
155 rm -f ${COPY}
156 $SFTP -qS $SSH -F $OBJ/ssh_proxy somehost:$DATA $COPY
161 cmp $DATA $COPY || fail "corrupted copy"
H A Dsftp-chroot.sh27 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
30 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
42 ${SFTP} -S "$SSH" -F $OBJ/ssh_config host:/${FILENAME} $COPY \
45 cmp $PRIVDATA $COPY || fail "$PRIVDATA $COPY differ"
H A Dforwarding.sh33 somehost cat ${DATA} > ${COPY}
34 test -s ${COPY} || fail "failed copy of ${DATA}"
35 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
114 somehost cat ${DATA} > ${COPY}
115 test -s ${COPY} || fail "failed copy of ${DATA}"
116 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
128 somehost cat ${DATA} > ${COPY}
129 test -s ${COPY} || fail "failed copy ${DATA}"
130 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}
H A Dconch-ciphers.sh19 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 Dreexec.sh24 rm -f ${COPY}
26 cat ${DATA} > ${COPY}
30 cmp ${DATA} ${COPY} || fail "corrupted copy"
31 rm -f ${COPY}
H A Ddropbear-kex.sh21 rm -f ${COPY}
25 -J "$OBJ/ssh_proxy.sh" somehost cat ${DATA} > ${COPY}
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
31 rm -f ${COPY}
H A Ddropbear-ciphers.sh23 rm -f ${COPY}
25 -c $c -m $m -J "$OBJ/ssh_proxy.sh" somehost cat ${DATA} > ${COPY}
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
33 rm -f ${COPY}
H A Dputty-ciphers.sh46 rm -f ${COPY}
48 cat ${DATA} > ${COPY}
52 cmp ${DATA} ${COPY} || fail "corrupted copy"
55 rm -f ${COPY}
/freebsd/lib/libc/gen/
H A Dstatvfs.c107 #define COPY(field) \ in sfs2svfs() macro
116 COPY(f_bavail); in sfs2svfs()
117 COPY(f_bfree); in sfs2svfs()
118 COPY(f_blocks); in sfs2svfs()
119 COPY(f_ffree); in sfs2svfs()
120 COPY(f_files); in sfs2svfs()
/freebsd/lib/libc/stdlib/
H A Dheapsort.c66 #define COPY(a, b, count, size, tmp1, tmp2) { \ macro
122 COPY(par, child, count, size, tmp1, tmp2); \
130 COPY(child, k, count, size, tmp1, tmp2); \
133 COPY(child, par, count, size, tmp1, tmp2); \
189 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); in heapsort_b()
190 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2); in heapsort_b()

12345678910>>...12