Searched refs:DATA (Results 1 - 25 of 227) sorted by relevance

12345678910

/external/openssh/regress/
H A Drekey.sh6 DATA=${OBJ}/data
10 rm -f ${COPY} ${LOG} ${DATA}
11 touch ${DATA}
12 dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
17 cat $DATA | \
24 cmp $DATA ${COPY} || fail "corrupted copy"
32 rm -f ${COPY} ${LOG} ${DATA}
H A Dstderr-after-eof.sh6 DATA=/etc/motd
7 DATA=${OBJ}/data
23 rm -f ${DATA} ${COPY}
24 cp /dev/null ${DATA}
26 (date;echo $i) | $CHECKSUM >> ${DATA}
30 exec sh -c \'"exec > /dev/null; sleep 2; cat ${DATA} 1>&2 $s"\' \
38 cmp ${DATA} ${COPY} || fail "stderr corrupt"
40 rm -f ${DATA} ${COPY}
H A Dtransfer.sh6 DATA=/bin/ls${EXEEXT}
12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
14 fail "ssh cat $DATA failed"
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 dd if=$DATA obs=${s} 2> /dev/null | \
24 fail "ssh cat $DATA failed"
26 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dmultiplex.sh13 DATA=/bin/ls${EXEEXT}
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}"
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}"
50 echo "get ${DATA}
[all...]
H A Dputty-transfer.sh6 DATA=/bin/ls
23 -i putty.rsa$p 127.0.0.1 cat ${DATA} > ${COPY}
25 fail "ssh cat $DATA failed"
27 cmp ${DATA} ${COPY} || fail "corrupted copy"
32 dd if=$DATA obs=${s} 2> /dev/null | \
37 fail "ssh cat $DATA failed"
39 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dsftp.sh6 DATA=/bin/ls${EXEEXT}
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dcipher-speed.sh12 DATA=/bin/ls
13 DATA=/bsd
30 < ${DATA} ) 2>&1 | getbytes
46 < ${DATA} ) 2>&1 | getbytes
H A Dconch-ciphers.sh6 DATA=/bin/ls
24 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY}
26 fail "ssh cat $DATA failed"
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dputty-ciphers.sh6 DATA=/bin/ls
22 127.0.0.1 cat ${DATA} > ${COPY}
24 fail "ssh cat $DATA failed"
26 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dssh-com-sftp.sh6 DATA=/bin/ls${EXEEXT}
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
60 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
61 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dsftp-cmds.sh10 DATA=/bin/ls${EXEEXT}
86 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
88 cmp $DATA ${COPY} || fail "corrupted copy after get"
92 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
94 cmp $DATA ${COPY} || fail "corrupted copy after get"
98 cp $DATA ${QUOTECOPY}
107 cp $DATA "$SPACECOPY"
114 cp $DATA "$GLOBMETACOPY"
123 echo "get $DATA ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
125 cmp $DATA
[all...]
H A Dscp.sh15 DATA=/bin/ls${EXEEXT}
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"
48 cp ${DATA} ${COPY}
54 cp ${DATA} ${COPY}
60 cp ${DATA}
[all...]
H A Dstderr-data.sh6 DATA=/bin/ls${EXEEXT}
14 exec sh -c \'"exec > /dev/null; sleep 3; cat ${DATA} 1>&2 $s"\' \
20 cmp ${DATA} ${COPY} || fail "stderr corrupt"
24 exec sh -c \'"echo a; exec > /dev/null; sleep 3; cat ${DATA} 1>&2 $s"\' \
30 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dreexec.sh6 DATA=/bin/ls${EXEEXT}
27 cat ${DATA} > ${COPY}
29 fail "ssh cat $DATA failed"
31 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Ddynamic-forward.sh8 DATA=/bin/ls${EXEEXT}
46 somehost cat $DATA > $OBJ/ls.copy
47 test -f $OBJ/ls.copy || fail "failed copy $DATA"
48 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
H A Dsftp-glob.sh42 DATA=${DIR}/file
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
58 sftp_ls "${DIR}/fil*" "file glob" "${DATA}" ""
59 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
H A Dforwarding.sh5 DATA=/bin/ls${EXEEXT}
29 somehost cat $DATA > $OBJ/ls.copy
30 test -f $OBJ/ls.copy || fail "failed copy $DATA"
31 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
H A Dsftp-batch.sh6 DATA=/bin/ls${EXEEXT}
13 get $DATA $COPY
27 get $DATA $COPY
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c41 const char* DATA[] = { local
71 for (i=0; DATA[i]!=NULL; i+=4) {
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
80 u_uastrcpy(exp, DATA[i+2]);
92 str, DATA[i+2]);
95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
100 if (uprv_strcmp(err, DATA[i+3]) != 0) {
102 err, DATA[
[all...]
/external/icu4c/test/cintltst/
H A Dcposxtst.c41 const char* DATA[] = { local
71 for (i=0; DATA[i]!=NULL; i+=4) {
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
80 u_uastrcpy(exp, DATA[i+2]);
92 str, DATA[i+2]);
95 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
97 len, uprv_strlen(DATA[i+2]));
100 if (uprv_strcmp(err, DATA[i+3]) != 0) {
102 err, DATA[
[all...]
/external/doclava/res/assets/templates/
H A Dlists.cs1 var DATA = [ external variable declarations
/external/tcpdump/
H A Dtftp.h28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50 #define DATA 03 /* data packet */ macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp403 const char* DATA[] = { local
412 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
425 expect(*fwd, DATA[i], DATA[i+1]);
426 expect(*rev, DATA[i+1], DATA[i]);
449 const char* DATA[] = { local
460 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeo
481 const char* DATA[] = { local
509 const char* DATA[] = { local
533 keyboardAux(const Transliterator& t, const char* DATA[], int32_t DATA_length) argument
562 errln(UnicodeString("FAIL: ") + log + ", expected " + DATA[i+1]); local
742 const UnicodeString DATA[] = { local
876 struct { UBool containsErrors; const char* rule; } DATA[] = { local
914 UnicodeString DATA[] = { local
946 UnicodeString DATA[] = { local
979 UnicodeString DATA[] = { local
1020 const char* DATA[] = { local
1091 const char* DATA[] = { local
1176 const char* DATA[] = { local
1310 const char* DATA[] = { local
1349 const char* DATA[] = { local
1670 static const char* DATA[] = { local
2311 static const char* DATA[] = { local
2926 const char* DATA[] = { local
3055 const char* DATA[] = { local
4556 const char* DATA[] = { local
[all...]
/external/icu4c/test/intltest/
H A Dtranstst.cpp404 const char* DATA[] = { local
413 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
426 expect(*fwd, DATA[i], DATA[i+1]);
427 expect(*rev, DATA[i+1], DATA[i]);
450 const char* DATA[] = { local
461 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeo
482 const char* DATA[] = { local
510 const char* DATA[] = { local
534 keyboardAux(const Transliterator& t, const char* DATA[], int32_t DATA_length) argument
563 errln(UnicodeString("FAIL: ") + log + ", expected " + DATA[i+1]); local
743 const UnicodeString DATA[] = { local
877 struct { UBool containsErrors; const char* rule; } DATA[] = { local
915 UnicodeString DATA[] = { local
947 UnicodeString DATA[] = { local
980 UnicodeString DATA[] = { local
1021 const char* DATA[] = { local
1092 const char* DATA[] = { local
1177 const char* DATA[] = { local
1311 const char* DATA[] = { local
1350 const char* DATA[] = { local
1671 static const char* DATA[] = { local
2312 static const char* DATA[] = { local
2927 const char* DATA[] = { local
3056 const char* DATA[] = { local
4557 const char* DATA[] = { local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.h34 #define DATA 0x61746164 /* "data" */ macro

Completed in 362 milliseconds

12345678910