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

123456789

/freebsd-11-stable/tools/regression/atm/proto_sscfu/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscfu
10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
11 $DATA/REC* $DATA/RES* $DATA/DATA* $DATA/UDATA*
/freebsd-11-stable/tools/regression/atm/proto_uni/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_uni
10 $LOCALBASE/bin/ats_sig $options $DATA/Funcs $DATA/L3MU_Funcs $DATA/Restart.??? \
11 $DATA/Unknown.??? $DATA/Incoming.??? $DATA/MpOut.??? $DATA/MpIn.??? \
12 $DATA/L???_??_??
/freebsd-11-stable/tools/regression/atm/proto_sscop/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscop
10 $LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
/freebsd-11-stable/contrib/ncurses/progs/
H A DMKtermsort.sh46 DATA=${2-../include/Caps}
50 sed -e 's/[ ][ ]*/ /g' < $DATA >$data
51 DATA=$data
60 $AWK <$DATA '
69 $AWK <$DATA '
78 $AWK <$DATA '
87 $AWK <$DATA '
96 $AWK <$DATA '
105 $AWK <$DATA '
114 $AWK <$DATA '
[all...]
/freebsd-11-stable/tools/regression/atm/proto_cc/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_cc
10 $LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??
/freebsd-11-stable/crypto/openssh/regress/
H A Dstderr-after-eof.sh7 rm -f ${DATA} ${COPY}
8 cp /dev/null ${DATA}
10 (date;echo $i) | md5 >> ${DATA}
14 exec sh -c \'"exec > /dev/null; sleep 2; cat ${DATA} 1>&2 $s"\' \
22 cmp ${DATA} ${COPY} || fail "stderr corrupt"
24 rm -f ${DATA} ${COPY}
H A Dtransfer.sh9 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
11 fail "ssh cat $DATA failed"
13 cmp ${DATA} ${COPY} || fail "corrupted copy"
18 dd if=$DATA obs=${s} 2> /dev/null | \
21 fail "ssh cat $DATA failed"
23 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dsftp.sh9 get $DATA ${COPY}.1
10 put $DATA ${COPY}.2
26 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dputty-transfer.sh20 -i putty.rsa$p cat ${DATA} > ${COPY}
22 fail "ssh cat $DATA failed"
24 cmp ${DATA} ${COPY} || fail "corrupted copy"
29 dd if=$DATA obs=${s} 2> /dev/null | \
34 fail "ssh cat $DATA failed"
36 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dssh-com-sftp.sh10 get $DATA ${COPY}.1
11 put $DATA ${COPY}.2
58 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dconch-ciphers.sh21 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY}
23 fail "ssh cat $DATA failed"
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dputty-ciphers.sh19 cat ${DATA} > ${COPY}
21 fail "ssh cat $DATA failed"
23 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dsftp-perm.sh86 "put $DATA $COPY" \
88 "cmp $DATA $COPY" \
152 "get $DATA $COPY" \
154 "cmp $DATA $COPY" \
155 "! cmp $DATA $COPY 2>/dev/null"
160 "get $DATA $COPY" \
162 "cmp $DATA $COPY" \
163 "! cmp $DATA $COPY 2>/dev/null"
168 "put $DATA $COPY" \
170 "cmp $DATA
[all...]
H A Ddynamic-forward.sh44 somehost cat $DATA > $OBJ/ls.copy
45 test -f $OBJ/ls.copy || fail "failed copy $DATA"
46 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
H A Dscp.sh32 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
33 cmp ${DATA} ${COPY} || fail "corrupted copy"
37 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
47 cp ${DATA} ${COPY}
53 cp ${DATA} ${COPY}
59 cp ${DATA} ${COPY}
66 cp ${DATA}
[all...]
H A Dsftp-cmds.sh70 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
72 cmp $DATA ${COPY} || fail "corrupted copy after get"
76 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
78 cmp $DATA ${COPY} || fail "corrupted copy after get"
82 cp $DATA ${QUOTECOPY}
91 cp $DATA "$SPACECOPY"
98 cp $DATA "$GLOBMETACOPY"
107 echo "get $DATA ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
109 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy after get"
121 (echo "lcd ${COPY}.dd"; echo "get $DATA" ) |
[all...]
H A Dmultiplex.sh54 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
55 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
56 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
60 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
61 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
62 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
66 echo "get ${DATA} ${COPY}" | \
68 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
[all...]
H A Dstderr-data.sh10 exec sh -c \'"exec > /dev/null; sleep 3; cat ${DATA} 1>&2 $s"\' \
16 cmp ${DATA} ${COPY} || fail "stderr corrupt"
20 exec sh -c \'"echo a; exec > /dev/null; sleep 3; cat ${DATA} 1>&2 $s"\' \
26 cmp ${DATA} ${COPY} || fail "stderr corrupt"
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKkeys_list.sh38 DATA=${1-../../include/Caps}
42 sed -e 's/[ ][ ]*/ /g' < $DATA >$data
45 # These definitions were generated by $0 $DATA
H A Dlib_baudrate.c97 #define DATA(number) { (NCURSES_OSPEED)B##number, number } macro
101 DATA(0),
102 DATA(50),
103 DATA(75),
104 DATA(110),
105 DATA(134),
106 DATA(150),
107 DATA(200),
108 DATA(300),
109 DATA(60
[all...]
/freebsd-11-stable/lib/libc/db/test/hash.tests/
H A Dmakedb.sh13 }' > LONG.DATA
/freebsd-11-stable/contrib/ncurses/include/
H A DMKkey_defs.sh38 DATA=${1-Caps}
49 if sort -k 6 $DATA >$data 2>/dev/null
52 sed -e 's/[ ][ ]*/ /g' < $DATA |sort -n -k 6 >$data
53 elif sort -n +5 $DATA >$data 2>/dev/null
56 sed -e 's/[ ][ ]*/ /g' < $DATA |sort -n +5 >$data
69 PARM=./`basename $DATA`
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_next_header_raw.c20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 #define DATA "random garbage for testing purposes" macro
31 static const char data[sizeof(DATA)] = DATA;
/freebsd-11-stable/etc/periodic/security/
H A DMakefile5 FILESGROUPS= FILES DATA
15 DATA= security.functions macro
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
73 LIBELF_SET_ERROR(DATA, 0);
78 LIBELF_SET_ERROR(DATA, 0);
90 LIBELF_SET_ERROR(DATA, 0);
108 LIBELF_SET_ERROR(DATA, 0);
122 LIBELF_SET_ERROR(DATA, 0);
128 LIBELF_SET_ERROR(DATA, 0);
144 LIBELF_SET_ERROR(DATA, 0);

Completed in 94 milliseconds

123456789