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

1234

/external/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
35 QUOTECOPY=${COPY}".\"blah\""
36 QUOTECOPY_ARG=${COPY}'.\"blah\"'
38 SPACECOPY="${COPY} this has spaces.txt"
39 SPACECOPY_ARG="${COPY}\ this\ has\ spaces.txt"
41 GLOBMETACOPY="${COPY} [metachar].txt"
43 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 Dmultiplex.sh14 COPY=$OBJ/ls.copy
36 rm -f ${COPY}
38 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
39 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
40 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
42 rm -f ${COPY}
44 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
45 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
46 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
48 rm -f ${COPY}
[all...]
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 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}
/external/elfutils/libelf/
H A Dgelf_update_ehdr.c100 #define COPY(name) \ macro
102 COPY (e_type);
103 COPY (e_machine);
104 COPY (e_version);
105 COPY (e_entry);
106 COPY (e_phoff);
107 COPY (e_shoff);
108 COPY (e_flags);
109 COPY (e_ehsize);
110 COPY (e_phentsiz
[all...]
H A Dgelf_getshdr.c91 #define COPY(name) \ macro
93 COPY (sh_name);
94 COPY (sh_type);
95 COPY (sh_flags);
96 COPY (sh_addr);
97 COPY (sh_offset);
98 COPY (sh_size);
99 COPY (sh_link);
100 COPY (sh_info);
101 COPY (sh_addralig
[all...]
H A Dgelf_update_shdr.c95 #define COPY(name) \ macro
97 COPY (sh_name);
98 COPY (sh_type);
99 COPY (sh_flags);
100 COPY (sh_addr);
101 COPY (sh_offset);
102 COPY (sh_size);
103 COPY (sh_link);
104 COPY (sh_info);
105 COPY (sh_addralig
[all...]
H A Dgelf_getehdr.c94 #define COPY(name) \ macro
96 COPY (e_type);
97 COPY (e_machine);
98 COPY (e_version);
99 COPY (e_entry);
100 COPY (e_phoff);
101 COPY (e_shoff);
102 COPY (e_flags);
103 COPY (e_ehsize);
104 COPY (e_phentsiz
[all...]
H A Dgelf_getsym.c103 #define COPY(name) \ macro
105 COPY (st_name);
109 COPY (st_info);
110 COPY (st_other);
111 COPY (st_shndx);
112 COPY (st_value);
113 COPY (st_size);
H A Dgelf_update_sym.c113 #define COPY(name) \ macro
115 COPY (st_name);
116 COPY (st_value);
117 COPY (st_size);
121 COPY (st_info);
122 COPY (st_other);
123 COPY (st_shndx);
H A Dgelf_getphdr.c115 #define COPY(Name) result->Name = phdr->Name macro
116 COPY (p_type);
117 COPY (p_offset);
118 COPY (p_vaddr);
119 COPY (p_paddr);
120 COPY (p_filesz);
121 COPY (p_memsz);
122 COPY (p_flags);
123 COPY (p_align);
H A Dgelf_update_phdr.c113 #define COPY(name) \ macro
115 COPY (p_type);
116 COPY (p_offset);
117 COPY (p_vaddr);
118 COPY (p_paddr);
119 COPY (p_filesz);
120 COPY (p_memsz);
121 COPY (p_flags);
122 COPY (p_align);
H A Dgelf_getsymshndx.c123 #define COPY(name) \ macro
125 COPY (st_name);
129 COPY (st_info);
130 COPY (st_other);
131 COPY (st_shndx);
132 COPY (st_value);
133 COPY (st_size);
H A Dgelf_update_symshndx.c139 #define COPY(name) \ macro
141 COPY (st_name);
142 COPY (st_value);
143 COPY (st_size);
147 COPY (st_info);
148 COPY (st_other);
149 COPY (st_shndx);

Completed in 165 milliseconds

1234