Searched defs:results (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/INIT/
H A Drt.sh42 [f:failed?Only list failed test results.]
84 function results # tests errors signals function
184 results $tests $errors
188 results $tests $errors
206 results $tests $errors $signals
229 results $tests $errors $signals
275 results $tests $errors $signals
285 results $tests $errors $signals
313 results $tests $errors $signals
335 *' : '*)results
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c730 * all results combined. */
731 char *results; /* Where scanned output goes.
764 results = NULL;
891 results = (char *) ckalloc((unsigned) totalSize);
894 curField->location = results + totalSize;
976 if (results != NULL) {
977 ckfree(results);
725 char *results; /* Where scanned output goes. local

Completed in 10 milliseconds