Searched refs:RESULT (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib40 RESULT=$(strings $cachefile | grep -w $1)
41 if [ -z "$RESULT" ]
/freebsd-current/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile.kshlib39 RESULT=$($STRINGS $cachefile | $GREP -w $1)
40 if [ -z "$RESULT" ]
/freebsd-current/contrib/ncurses/man/
H A Dmake_sed.sh47 RESULT=result$$
48 rm -f $UPPER $SCRIPT $RESULT
49 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 3 15
67 echo "# Do the TH lines" >>$RESULT
73 $UPPER >>$RESULT
75 echo "# Do the embedded references" >>$RESULT
81 $UPPER >>$RESULT
83 echo "# Do the \fBxxx\fR references in the .NAME section" >>$RESULT
87 $UPPER >>$RESULT
90 cat $RESULT
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_export_001_neg.ksh56 RESULT=$($ZPOOL list | $GREP $TESTPOOL.virt )
57 if [ -z "$RESULT" ]
H A Dzpool_remove_001_neg.ksh61 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-spare1.dat)
62 if [ -z "$RESULT" ]
H A Dzpool_upgrade_001_neg.ksh68 RESULT=$($ZPOOL upgrade | $GREP v1-pool)
69 if [ -z "$RESULT" ]
H A Dzpool_detach_001_neg.ksh61 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk1.dat)
62 if [ -z "$RESULT" ]
H A Dzpool_replace_001_neg.ksh58 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
59 if [ -n "$RESULT" ]
H A Dzpool_online_001_neg.ksh57 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-offline.dat \
59 if [ -n "$RESULT" ]
H A Dzpool_offline_001_neg.ksh57 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-1.dat \
59 if [ -n "$RESULT" ]
H A Dzpool_import_001_neg.ksh57 RESULT=$($ZPOOL list -H -o name | $GREP $TESTPOOL.exported)
58 if [ -n "$RESULT" ]
H A Dzpool_attach_001_neg.ksh57 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
58 if [ -n "$RESULT" ]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_upgrade_001_neg.ksh58 RESULT=$(zpool upgrade | grep v1-pool)
59 if [ -z "$RESULT" ]
H A Dzpool_detach_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_remove_001_neg.ksh52 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-spare1.dat)
53 if [ -z "$RESULT" ]
H A Dzpool_status_001_neg.ksh48 RESULT=$(grep "pool:" $TEST_BASE_DIR/pool-status.$$)
49 if [ -z "$RESULT" ]
H A Dzpool_export_001_neg.ksh47 RESULT=$(zpool list | grep $TESTPOOL.virt )
48 if [ -z "$RESULT" ]
H A Dzpool_attach_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
49 if [ -n "$RESULT" ]
H A Dzpool_replace_001_neg.ksh49 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-additional.dat)
50 if [ -n "$RESULT" ]
H A Dzpool_online_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-offline.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_offline_001_neg.ksh48 RESULT=$(zpool status -v $TESTPOOL.virt | grep disk-1.dat \
50 if [ -n "$RESULT" ]
H A Dzpool_import_001_neg.ksh48 RESULT=$(zpool list -H -o name | grep $TESTPOOL.exported)
49 if [ -n "$RESULT" ]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh68 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
69 if [[ $RESULT != ${vals[$i]} ]]
84 RESULT=$(get_pool_prop delegation $TESTPOOL)
85 if [[ $RESULT != off ]]
91 RESULT=$(get_pool_prop cachefile $TESTPOOL)
92 if [[ $RESULT != $CPATH ]]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh89 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
90 if [[ $RESULT != ${vals[$i]} ]]
101 RESULT=$(get_pool_prop delegation $TESTPOOL)
102 if [[ $RESULT != off ]]
108 RESULT=$(get_pool_prop cachefile $TESTPOOL)
109 if [[ $RESULT != $CPATH ]]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_clntout.c44 static char RESULT[] = "clnt_res"; variable
81 printarglist(proc, RESULT, "clnt", "CLIENT *");
85 printarglist(proc, RESULT, "clnt", "CLIENT *");
183 f_print(fout, "%s;\n", RESULT);
186 ampr(proc->res_type), RESULT, RESULT);
204 RESULT);
230 RESULT);
244 RESULT);
254 RESULT);
[all...]

Completed in 238 milliseconds

12