HomeSort by relevance Sort by last modified time
    Searched refs:COPY (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/openssh/regress/
sftp-badcmds.sh 9 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
    [all...]
sftp-batch.sh 7 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}
    [all...]
sftp-cmds.sh 11 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}.dd ${COPY}.dd2 ${BATCH}.
    [all...]
sftp.sh 7 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
    [all...]
stderr-data.sh 7 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}
transfer.sh 7 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"
    [all...]
ssh-com-sftp.sh 7 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
    [all...]
rekey.sh 7 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}
stderr-after-eof.sh 8 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}
multiplex.sh 14 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}
    [all...]
putty-transfer.sh 7 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"
    [all...]
conch-ciphers.sh 7 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}
putty-ciphers.sh 7 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}
scp.sh 16 COPY=${OBJ}/copy
18 DIR=${COPY}.dd
19 DIR2=${COPY}.dd2
27 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
31 verbose "$tid: simple copy local file to local file"
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
    [all...]
reexec.sh 7 COPY=${OBJ}/copy
20 # Do basic copy tests
23 rm -f ${COPY}
27 cat ${DATA} > ${COPY}
31 cmp ${DATA} ${COPY} || fail "corrupted copy"
32 rm -f ${COPY}
  /external/elfutils/libelf/
gelf_update_ehdr.c 15 You should have received a copy of the GNU General Public License along
98 /* Copy the data. */
100 #define COPY(name) \
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)
    [all...]
gelf_getshdr.c 15 You should have received a copy of the GNU General Public License along
81 /* Copy the elements one-by-one. */
91 #define COPY(name) \
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)
    [all...]
gelf_update_shdr.c 15 You should have received a copy of the GNU General Public License along
95 #define COPY(name) \
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)
    [all...]
gelf_getehdr.c 15 You should have received a copy of the GNU General Public License along
94 #define COPY(name) \
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)
    [all...]
gelf_getsym.c 15 You should have received a copy of the GNU General Public License along
101 /* This might look like a simple copy operation but it's
103 #define COPY(name) \
105 COPY (st_name);
106 /* Please note that we can simply copy the `st_info' element since
109 COPY (st_info);
110 COPY (st_other);
111 COPY (st_shndx);
112 COPY (st_value);
113 COPY (st_size)
    [all...]
gelf_update_sym.c 15 You should have received a copy of the GNU General Public License along
113 #define COPY(name) \
115 COPY (st_name);
116 COPY (st_value);
117 COPY (st_size);
118 /* Please note that we can simply copy the `st_info' element since
121 COPY (st_info);
122 COPY (st_other);
123 COPY (st_shndx);
gelf_getphdr.c 15 You should have received a copy of the GNU General Public License along
89 /* Copy the elements one-by-one. */
115 #define COPY(Name) result->Name = phdr->Name
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)
    [all...]
gelf_update_phdr.c 15 You should have received a copy of the GNU General Public License along
113 #define COPY(name) \
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)
    [all...]
gelf_getsymshndx.c 16 You should have received a copy of the GNU General Public License along
121 /* This might look like a simple copy operation but it's
123 #define COPY(name) \
125 COPY (st_name);
126 /* Please note that we can simply copy the `st_info' element since
129 COPY (st_info);
130 COPY (st_other);
131 COPY (st_shndx);
132 COPY (st_value);
133 COPY (st_size)
    [all...]
gelf_update_symshndx.c 16 You should have received a copy of the GNU General Public License along
139 #define COPY(name) \
141 COPY (st_name);
142 COPY (st_value);
143 COPY (st_size);
144 /* Please note that we can simply copy the `st_info' element since
147 COPY (st_info);
148 COPY (st_other);
149 COPY (st_shndx);

Completed in 1497 milliseconds

1 2 3 4 5