Searched refs:RESULT (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-12-stable/contrib/dialog/samples/
H A Dmenubox97 RESULT=`$DIALOG --help-button \
H A Dtimebox10 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56 2>&1 1>&3`
H A Dinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
H A Dmenubox108 RESULT=`$DIALOG --backtitle "Debian Configuration" \
H A Dfselect116 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $FILE 14 48 2>&1 1>&3`
H A Dfselect1-stdout15 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $FILE 14 48`
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_export_001_neg.ksh61 RESULT=$($ZPOOL list | $GREP $TESTPOOL.virt )
62 if [ -z "$RESULT" ]
H A Dzpool_detach_001_neg.ksh66 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk1.dat)
67 if [ -z "$RESULT" ]
H A Dzpool_remove_001_neg.ksh66 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-spare1.dat)
67 if [ -z "$RESULT" ]
H A Dzpool_upgrade_001_neg.ksh73 RESULT=$($ZPOOL upgrade | $GREP v1-pool)
74 if [ -z "$RESULT" ]
H A Dzpool_attach_001_neg.ksh62 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
63 if [ -n "$RESULT" ]
H A Dzpool_import_001_neg.ksh62 RESULT=$($ZPOOL list -H -o name | $GREP $TESTPOOL.exported)
63 if [ -n "$RESULT" ]
H A Dzpool_offline_001_neg.ksh62 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-1.dat \
64 if [ -n "$RESULT" ]
H A Dzpool_online_001_neg.ksh62 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-offline.dat \
64 if [ -n "$RESULT" ]
H A Dzpool_replace_001_neg.ksh63 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
64 if [ -n "$RESULT" ]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh94 RESULT=$(get_pool_prop ${props[$i]} $TESTPOOL)
95 if [[ $RESULT != ${vals[$i]} ]]
106 RESULT=$(get_pool_prop delegation $TESTPOOL)
107 if [[ $RESULT != off ]]
113 RESULT=$(get_pool_prop cachefile $TESTPOOL)
114 if [[ $RESULT != $CPATH ]]
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_clntout.c54 static char RESULT[] = "clnt_res"; variable
91 printarglist(proc, RESULT, "clnt", "CLIENT *");
95 printarglist(proc, RESULT, "clnt", "CLIENT *");
193 f_print(fout, "%s;\n", RESULT);
196 ampr(proc->res_type), RESULT, RESULT);
214 RESULT);
240 RESULT);
254 RESULT);
264 RESULT);
[all...]
H A Drpc_svcout.c53 static char RESULT[] = "result"; variable
358 RESULT, RQSTP);
380 f_print(fout, "%s, ",RESULT);
444 f_print(fout, "\t} %s;\n", RESULT);
448 f_print(fout, "\tchar *%s;\n", RESULT);
450 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
487 p_xdrfunc(RESULT, proc->res_type);
522 RESULT, ROUTINE, ARG, RQSTP);
525 RETVAL, ROUTINE, ARG, RESULT, RQSTP);
531 RETVAL, TRANSP, RESULT, RESUL
[all...]
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh108 RESULT=$?
110 if [ $RESULT -eq 0 -a -f $EXOUT -a -r $EXOUT ] && \
113 RESULT=1
116 if [ $RESULT -ne 0 ]; then
137 exit $RESULT
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-installcomponents.sh62 RESULT="$?"
74 RESULT="$?"
84 RESULT="$?"
88 if [ "${RESULT}" != "0" ]
/freebsd-12-stable/usr.bin/bmake/tests/
H A Dcommon.sh370 local EXPECTED RESULT
372 RESULT="${OUTPUT_DIR}/$1.$2"
375 cat $RESULT | sed -e "s,^$(basename $MAKE_PROG):,make:," | \
416 local EXPECTED RESULT
418 RESULT="${OUTPUT_DIR}/$1.$2"
420 echo diff -u $EXPECTED $RESULT
422 diff -u $EXPECTED $RESULT
/freebsd-12-stable/crypto/openssh/regress/
H A Dtest-exec.sh392 RESULT=1
396 exit $RESULT
406 exit $RESULT
409 RESULT=0
588 if [ $RESULT -eq 0 ]; then
593 exit $RESULT
/freebsd-12-stable/contrib/gcc/config/
H A Dnetbsd-aout.h125 #define ASM_DECLARE_RESULT(FILE, RESULT)
H A Dopenbsd.h199 #define ASM_DECLARE_RESULT(FILE, RESULT)
/freebsd-12-stable/contrib/gcc/
H A Dgengtype-lex.l33 #define YY_INPUT(BUF,RESULT,SIZE) ((RESULT) = macro_input (BUF,SIZE))

Completed in 118 milliseconds

123