| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | _doprnt.c | 212 #define RESULT(x) do \ macro 237 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 238 RESULT(printf ("<%d>\n", 0x12345678)); in main() 240 RESULT(checkit ("<%200d>\n", 5)); in main() 241 RESULT(printf ("<%200d>\n", 5)); in main() 243 RESULT(checkit ("<%.300d>\n", 6)); in main() 244 RESULT(printf ("<%.300d>\n", 6)); in main() 246 RESULT(checkit ("<%100.150d>\n", 7)); in main() 247 RESULT(printf ("<%100.150d>\n", 7)); in main() 249 RESULT(checkit ("<%s>\n", in main() [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | _doprnt.c | 212 #define RESULT(x) do \ macro 237 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 238 RESULT(printf ("<%d>\n", 0x12345678)); in main() 240 RESULT(checkit ("<%200d>\n", 5)); in main() 241 RESULT(printf ("<%200d>\n", 5)); in main() 243 RESULT(checkit ("<%.300d>\n", 6)); in main() 244 RESULT(printf ("<%.300d>\n", 6)); in main() 246 RESULT(checkit ("<%100.150d>\n", 7)); in main() 247 RESULT(printf ("<%100.150d>\n", 7)); in main() 249 RESULT(checkit ("<%s>\n", in main() [all …]
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| D | man.ListProbesWithNames | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: Silent output without any probes listed. 52 * RESULT: list of one probe with name BEGIN. 56 * RESULT: Silent output without any probes listed. 60 * RESULT: Silent output without any probes listed. 64 * RESULT: matching list of probes with module genunix and 69 * RESULT: Silent output without any probes listed. 73 * RESULT: matching list of probes with provider sysinfo, module 77 * RESULT: matching list of probes with module genunix [all …]
|
| D | man.TraceNames | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: invalid probe specifier 51 * RESULT: trace of one probe with name BEGIN. 55 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 63 * RESULT: trace of probes with module genunix and function read. 67 * RESULT: invalid probe specifier 71 * RESULT: tracing of probes with provider sysinfo, module genunix 76 * RESULT: tracing of probes with module genunix [all …]
|
| D | man.TraceFunctions | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: tracing of matching list of probes with function read. 51 * RESULT: invalid probe specifier 55 * RESULT: tracing of matching list of probes with function read. 59 * RESULT: invalid probe specifier 63 * RESULT: tracing of probes with module genunix and function read. 67 * RESULT: tracing of probes with provider sysinfo, module genunix 72 * RESULT: tracing of probes with provider sysinfo and function read. 76 * RESULT: invalid probe specifier [all …]
|
| D | man.TraceModule | 39 * RESULT: invalid probe specifier 43 * RESULT: trace of all probes with module genunix. 47 * RESULT: trace of probes with provider vtrace and module genunix. 51 * RESULT: invalid probe specifier 55 * RESULT: trace of all probes with module genunix. 59 * RESULT: invalid probe specifier 63 * RESULT: not a valid probe description. 67 * RESULT: tracing of both genunix and unix probes. 71 * RESULT: Number of probes matching the description genunix 76 * RESULT: invalid probe specifier for foounix. [all …]
|
| D | man.ListProbesWithFunctions | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: matching list of probes with function read. 52 * RESULT: matching list of probes with module genunix and 57 * RESULT: matching list of probes with provider sysinfo, module 62 * RESULT: Silent output without any probes listed. 66 * RESULT: Silent output without any probes listed. 70 * RESULT: not a valid probe description. 74 * RESULT: matching list of both read and write probes. 78 * RESULT: List of only read probes. [all …]
|
| D | man.ListProbesWithModules | 40 * RESULT: Silent output without any probes listed. 44 * RESULT: matching list of probes with module name genunix. 48 * RESULT: matching list of probes with provider vtrace and module 53 * RESULT: not a valid probe description 57 * RESULT: not a valid probe description. 61 * RESULT: matching list of both genunix and unix probes. 65 * RESULT: List of only genunix probes. 69 * RESULT: List of only unix probes. 73 * RESULT: not a valid probe description. 77 * RESULT: Silent output without any probes listed. [all …]
|
| D | man.ListProbesWithProviders | 40 * RESULT: List of only profile probes. 44 * RESULT: Silent output without any probes listed. 48 * RESULT: not a valid probe description 52 * RESULT: not a valid probe description. 56 * RESULT: matching list of both profile and syscall probes. 60 * RESULT: List of only profile probes. 64 * RESULT: List of only profile probes. 68 * RESULT: not a valid probe description. 72 * RESULT: Silent output without any probes listed. 76 * RESULT: List of only profile probes. [all …]
|
| D | man.TraceProvider | 40 * RESULT: Trace of all profile probes. 44 * RESULT: invalid probe specifier 48 * RESULT: invalid probe specifier 52 * RESULT: invalid probe specifier 56 * RESULT: matching traces of both profile and syscall probes. 60 * RESULT: Count of profile probes that matched and invalid 65 * RESULT: invalid probe specifier 69 * RESULT: Traces of all the matching profile probes with the 74 * RESULT: invalid probe specifier 79 * RESULT: Traces of the matching profile probe with the
|
| D | man.ListProbesWithIDs | 40 * RESULT: List of all available probes. 44 * RESULT: invalid probe identifier 0. 48 * RESULT: not a valid id range 52 * RESULT: List of probes including 1 and 2 or error. 56 * RESULT: not a valid id range 60 * RESULT: not a valid id range 64 * RESULT: only the first probe id is listed and other extraneous 69 * RESULT: only the first probe id is listed and other extraneous 74 * RESULT: Probe descriptions listed for all ids specified. Once
|
| D | man.TraceIDs | 40 * RESULT: invalid probe specifier. 44 * RESULT: not a valid id range 48 * RESULT: not a valid id range 52 * RESULT: not a valid id range 56 * RESULT: not a valid id range 60 * RESULT: invalid probe specifier. 64 * RESULT: invalid probe specifier. 68 * RESULT: Only the BEGIN probe is traced and the others are not.
|
| /freebsd-9-stable/contrib/ncurses/man/ |
| D | make_sed.sh | 46 RESULT=result$$ 47 rm -f $UPPER $SCRIPT $RESULT 48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15 66 echo "# Do the TH lines" >>$RESULT 72 $UPPER >>$RESULT 74 echo "# Do the embedded references" >>$RESULT 80 $UPPER >>$RESULT 82 echo "# Do the \fBxxx\fR references in the .NAME section" >>$RESULT 86 $UPPER >>$RESULT 89 cat $RESULT
|
| /freebsd-9-stable/usr.bin/rpcgen/ |
| D | rpc_clntout.c | 54 static char RESULT[] = "clnt_res"; variable 91 printarglist(proc, RESULT, "clnt", "CLIENT *"); in write_program() 95 printarglist(proc, RESULT, "clnt", "CLIENT *"); in write_program() 193 f_print(fout, "%s;\n", RESULT); in printbody() 196 ampr(proc->res_type), RESULT, RESULT); in printbody() 214 RESULT); in printbody() 240 RESULT); in printbody() 254 RESULT); in printbody() 264 RESULT); in printbody() 272 ampr(proc->res_type), RESULT); in printbody() [all …]
|
| D | rpc_svcout.c | 53 static char RESULT[] = "result"; variable 358 RESULT, RQSTP); in write_real_program() 380 f_print(fout, "%s, ",RESULT); in write_real_program() 444 f_print(fout, "\t} %s;\n", RESULT); in write_program() 448 f_print(fout, "\tchar *%s;\n", RESULT); in write_program() 450 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT); in write_program() 487 p_xdrfunc(RESULT, proc->res_type); in write_program() 522 RESULT, ROUTINE, ARG, RQSTP); in write_program() 525 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program() 531 RETVAL, TRANSP, RESULT, RESULT); in write_program() [all …]
|
| /freebsd-9-stable/contrib/dialog/samples/ |
| D | report-string | 2 # Report result passed in a string $RESULT 7 echo "Result is $RESULT";; 11 echo "Help pressed ($RESULT).";; 17 if test -n "$RESULT" ; then 18 echo "$RESULT"
|
| D | calendar | 7 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
|
| D | timebox2 | 7 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
|
| D | calendar2 | 7 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 2>&1 1>&3`
|
| D | timebox2-stdout | 6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
|
| D | calendar-stdout | 6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
|
| D | calendar2-stdout | 6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
|
| /freebsd-9-stable/tools/regression/usr.bin/make/ |
| D | common.sh | 355 local EXPECTED RESULT 357 RESULT="${OUTPUT_DIR}/$1.$2" 360 diff -q $EXPECTED $RESULT 1>/dev/null 2>/dev/null 399 local EXPECTED RESULT 401 RESULT="${OUTPUT_DIR}/$1.$2" 403 echo diff -u $EXPECTED $RESULT 405 diff -u $EXPECTED $RESULT
|
| /freebsd-9-stable/usr.sbin/pc-sysinstall/backend/ |
| D | functions-installcomponents.sh | 60 RESULT="$?" 72 RESULT="$?" 82 RESULT="$?" 86 if [ "${RESULT}" != "0" ]
|
| /freebsd-9-stable/crypto/openssh/regress/ |
| D | test-exec.sh | 307 RESULT=1 318 exit $RESULT 321 RESULT=0 482 if [ $RESULT -eq 0 ]; then 487 exit $RESULT
|