/external/openssh/regress/ |
D | 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}.* 44 mkdir ${COPY}.dd 84 rm -f ${COPY} 86 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ [all …]
|
D | 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" 20 rm -f ${COPY}.dd/* 25 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent" 28 rm -f ${COPY} 30 echo "put $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 32 test -f ${COPY} && fail "existing copy after put nonexistent" [all …]
|
D | 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} 16 -put ${COPY} ${COPY}.2 27 get $DATA $COPY 28 put ${COPY} ${COPY}.3 29 rm ${COPY}.* 31 put ${COPY}.3 ${COPY}.4 [all …]
|
D | 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} 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 …]
|
D | scp.sh | 16 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} || fail "corrupted copy" [all …]
|
D | 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" 34 rm -f ${COPY}.1 ${COPY}.2
|
D | 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" 66 rm -f ${COPY}.1 ${COPY}.2
|
D | 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" 29 rm -f ${COPY}
|
D | 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" 43 rm -f ${COPY}
|
D | 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}
|
D | ssh-com-client.sh | 71 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}
|
D | 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}
|
D | 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}
|
D | reexec.sh | 7 COPY=${OBJ}/copy 23 rm -f ${COPY} 27 cat ${DATA} > ${COPY} 31 cmp ${DATA} ${COPY} || fail "corrupted copy" 32 rm -f ${COPY}
|
D | stderr-data.sh | 7 COPY=${OBJ}/copy 8 rm -f ${COPY}
|
/external/elfutils/libelf/ |
D | gelf_update_ehdr.c | 100 #define COPY(name) \ in gelf_update_ehdr() macro 102 COPY (e_type); in gelf_update_ehdr() 103 COPY (e_machine); in gelf_update_ehdr() 104 COPY (e_version); in gelf_update_ehdr() 105 COPY (e_entry); in gelf_update_ehdr() 106 COPY (e_phoff); in gelf_update_ehdr() 107 COPY (e_shoff); in gelf_update_ehdr() 108 COPY (e_flags); in gelf_update_ehdr() 109 COPY (e_ehsize); in gelf_update_ehdr() 110 COPY (e_phentsize); in gelf_update_ehdr() [all …]
|
D | gelf_getehdr.c | 94 #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_phentsize); [all …]
|
D | gelf_getshdr.c | 91 #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_addralign); [all …]
|
D | gelf_update_shdr.c | 95 #define COPY(name) \ in gelf_update_shdr() macro 97 COPY (sh_name); in gelf_update_shdr() 98 COPY (sh_type); in gelf_update_shdr() 99 COPY (sh_flags); in gelf_update_shdr() 100 COPY (sh_addr); in gelf_update_shdr() 101 COPY (sh_offset); in gelf_update_shdr() 102 COPY (sh_size); in gelf_update_shdr() 103 COPY (sh_link); in gelf_update_shdr() 104 COPY (sh_info); in gelf_update_shdr() 105 COPY (sh_addralign); in gelf_update_shdr() [all …]
|
D | gelf_update_phdr.c | 113 #define COPY(name) \ in gelf_update_phdr() macro 115 COPY (p_type); in gelf_update_phdr() 116 COPY (p_offset); in gelf_update_phdr() 117 COPY (p_vaddr); in gelf_update_phdr() 118 COPY (p_paddr); in gelf_update_phdr() 119 COPY (p_filesz); in gelf_update_phdr() 120 COPY (p_memsz); in gelf_update_phdr() 121 COPY (p_flags); in gelf_update_phdr() 122 COPY (p_align); in gelf_update_phdr()
|
D | gelf_getphdr.c | 115 #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);
|
D | gelf_getsym.c | 103 #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);
|
D | gelf_update_sym.c | 113 #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);
|
D | gelf_getsymshndx.c | 123 #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);
|
D | gelf_update_symshndx.c | 139 #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);
|