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

12345678910

/freebsd-current/contrib/ncurses/form/
H A Dfrm_req_name.c43 #define DATA(s) { s } macro
47 DATA("NEXT_PAGE"),
48 DATA("PREV_PAGE"),
49 DATA("FIRST_PAGE"),
50 DATA("LAST_PAGE"),
52 DATA("NEXT_FIELD"),
53 DATA("PREV_FIELD"),
54 DATA("FIRST_FIELD"),
55 DATA("LAST_FIELD"),
56 DATA("SNEXT_FIEL
110 #undef DATA macro
[all...]
/freebsd-current/contrib/ncurses/menu/
H A Dm_req_name.c43 #define DATA(s) { s } macro
47 DATA("LEFT_ITEM"),
48 DATA("RIGHT_ITEM"),
49 DATA("UP_ITEM"),
50 DATA("DOWN_ITEM"),
51 DATA("SCR_ULINE"),
52 DATA("SCR_DLINE"),
53 DATA("SCR_DPAGE"),
54 DATA("SCR_UPAGE"),
55 DATA("FIRST_ITE
[all...]
/freebsd-current/contrib/ncurses/progs/
H A DMKtermsort.sh47 DATA=${2-../include/Caps}
51 sed -e 's/[ ][ ]*/ /g' < "$DATA" >$data
52 DATA=$data
72 $AWK <$DATA '
81 $AWK <$DATA '
90 $AWK <$DATA '
99 $AWK <$DATA '
108 $AWK <$DATA '
117 $AWK <$DATA '
126 $AWK <$DATA '
[all...]
/freebsd-current/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.sh7 ${SSH} -n -q -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
9 fail "ssh cat $DATA failed"
11 cmp ${DATA} ${COPY} || fail "corrupted copy"
16 dd if=$DATA obs=${s} 2> /dev/null | \
19 fail "ssh cat $DATA failed"
21 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 Dscp.sh37 cp ${DATA} ${DIR}/copy
40 cp ${DATA} ${DIR}/subdir/copy
54 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
55 cmp ${DATA} ${COPY} || fail "corrupted copy"
59 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
60 cmp ${DATA} ${COPY} || fail "corrupted copy"
64 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
65 cmp ${DATA} ${COPY} || fail "corrupted copy"
69 cp ${DATA} ${COPY}
71 cmp ${DATA}
[all...]
H A Dputty-transfer.sh21 -i ${OBJ}/putty.rsa2 cat ${DATA} > ${COPY}
23 fail "ssh cat $DATA failed"
25 cmp ${DATA} ${COPY} || fail "corrupted copy"
30 dd if=$DATA obs=${s} 2> /dev/null | \
35 fail "ssh cat $DATA failed"
37 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 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 Dsftp-uri.sh26 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
27 cmp ${DATA} ${COPY} || fail "corrupted copy"
31 cp ${DATA} ${COPY}
40 put ${DATA} copy
46 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
54 put ${DATA} copy
60 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
H A Dreexec.sh26 cat ${DATA} > ${COPY}
28 fail "ssh cat $DATA failed"
30 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dconch-ciphers.sh24 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 Ddropbear-kex.sh25 -J "$OBJ/ssh_proxy.sh" somehost cat ${DATA} > ${COPY}
27 fail "ssh cat $DATA failed"
29 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dscp-uri.sh37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
38 cmp ${DATA} ${COPY} || fail "corrupted copy"
42 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
43 cmp ${DATA} ${COPY} || fail "corrupted copy"
47 cp ${DATA} ${COPY}
53 cp ${DATA} ${COPY}
60 cp ${DATA} ${DIR}/copy
69 cp ${DATA} ${DIR}/copy
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c103 #define DATA(number) { B##number, number } macro
107 DATA(0),
108 DATA(50),
109 DATA(75),
110 DATA(110),
111 DATA(134),
112 DATA(150),
113 DATA(200),
114 DATA(300),
115 DATA(60
[all...]
H A DMKkeys_list.sh42 DATA="$*"
44 DATA=../../include/Caps
50 cat $DATA | sed -e 's/[ ][ ]*/ /g' >$data
53 # These definitions were generated by $0 $DATA
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c113 #define DATA(name) { name, { #name } } macro
118 DATA(BRKINT),
119 DATA(IGNBRK),
120 DATA(IGNPAR),
121 DATA(PARMRK),
122 DATA(INPCK),
123 DATA(ISTRIP),
124 DATA(INLCR),
125 DATA(IGNCR),
126 DATA(ICRN
222 #define DATA macro
[all...]
H A Dlib_traceatr.c89 #define DATA(name) { name, { #name } } macro
95 DATA(A_STANDOUT),
96 DATA(A_UNDERLINE),
97 DATA(A_REVERSE),
98 DATA(A_BLINK),
99 DATA(A_DIM),
100 DATA(A_BOLD),
101 DATA(A_ALTCHARSET),
102 DATA(A_INVIS),
103 DATA(A_PROTEC
126 #undef DATA macro
206 #define DATA macro
249 #undef DATA macro
[all...]
/freebsd-current/sys/amd64/include/
H A Dvmm_snapshot.h29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
104 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \
106 vm_snapshot_buf_err(#DATA, (META)->op); \
111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \
112 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
121 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \
123 vm_snapshot_buf_err(#DATA, (MET
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/nestedfs/
H A Dnestedfs_001_pos.ksh61 typeset -i DATA=0
66 -c $NUM_WRITES -d $DATA
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dmakedb.sh11 }' > LONG.DATA
/freebsd-current/crypto/openssl/test/recipes/
H A D90-test_store_cases.t32 open DATA, $stderr;
33 @match = grep /try_pkcs12:.*?:maybe wrong password$/, <DATA>;
34 close DATA;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_next_header_raw.c20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 #define DATA "random garbage for testing purposes" macro
30 static const char data[sizeof(DATA)] = DATA;
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename.kshlib30 log_must $CP $DATA $TESTDIR/$TESTFILE0
31 log_must $CP $DATA $TESTDIR1/$TESTFILE0
45 log_must $CP $DATA $(get_prop mountpoint $TESTPOOL/$TESTFS1)/$TESTFILE0
50 log_must $CP $DATA $(get_prop mountpoint $TESTPOOL/$TESTCTR1)/$TESTFILE0
54 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
57 log_must $CP $DATA $(get_prop mountpoint $TESTPOOL/$TESTVOL)/$TESTFILE0

Completed in 232 milliseconds

12345678910