Searched refs:results (Results 1 - 25 of 89) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
H A DV.pm9 @EXPORT = qw( dprofpp $opt_v $results $expected report @results );
13 $results = $expected = '';
29 @results = <D>;
35 push( @results, @err ) if @err;
37 $results = qq{@results};
39 $results =~ s/^\w+Loader::import//;
40 $results =~ s/\n /\n/gm;
41 $results;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dparselink.t116 my @results = parselink ($link);
121 unless ((!defined ($results[$_]) && !defined ($expected[$_]))
122 || (defined ($results[$_]) && defined ($expected[$_])
123 && $results[$_] eq $expected[$_])) {
127 print "# seen: $results[$_]\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.t71 my $results = $Is_MSWin32 ?
79 $results =~ s/\n+$//;
81 $results =~ s/tmp\d+/-/g;
82 $results =~ s/\n%[A-Z]+-[SIWEF]-.*$// if $Is_VMS; # clip off DCL status msg
86 my $prefix = ($results =~ s/^PREFIX\n//) ;
87 if ( $results =~ s/^SKIPPED\n//) {
88 print "$results\n" ;
90 elsif (($prefix and $results !~ /^\Q$expected/) or
91 (!$prefix and $results ne $expected)){
94 print STDERR "GOT:\n$results\
[all...]
H A Dwarnings.t117 my $results = $Is_VMS ?
127 $results =~ s/\n+$//;
129 $results =~ s/tmp\d+/-/g;
132 $results =~ s/\n?%[A-Z]+-[SIWEF]-[A-Z]+,.*//;
135 $results =~ s/\n\n/\n/g;
139 $results =~ s/^(syntax|parse) error/syntax error/mig;
141 $results =~ s/Scalars leaked: \d+\n//g;
145 $results =~ s|:abc\.pm\b|abc.pm|g;
146 $results =~ s|:abc(d)?\b|./abc$1|g;
150 my $prefix = ($results
[all...]
H A Dsubs.t50 my $results = $Is_VMS ?
60 $results =~ s/\n+$//;
62 $results =~ s/tmp\d+/-/g;
63 $results =~ s/\n%[A-Z]+-[SIWEF]-.*$// if $Is_VMS; # clip off DCL status msg
66 $results =~ s/^(syntax|parse) error/syntax error/mig;
68 my $prefix = ($results =~ s/^PREFIX\n//) ;
69 if ( $results =~ s/^SKIPPED\n//) {
70 print "$results\n" ;
72 elsif (($prefix and $results !~ /^\Q$expected/) or
73 (!$prefix and $results n
[all...]
H A Dinteger.pm23 B<operators> handle their operands and results, and B<not> how all
25 effect that before computing the results of the arithmetic operators
31 operands and results is restricted to that of familiar two's complement
63 operators. Normally, the operands and results are treated as
64 B<unsigned> integers, but with C<use integer;> the operands and results
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dsplit_command.t39 @results = _run(@cmds);
40 is( join('', @results), join('', @test_args));
48 @results = _run(@cmds);
49 like( join('', @results ), qr/^1+$/, 'pairs preserved' );
/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py85 results = {}
110 results[m.group(1)] = htmlParser.save_end()
113 if "synopsis" not in results:
116 results["cr_number"] = cr
117 results["sub_category"] = results.pop("subcategory")
118 results["status"] = results.pop("state")
119 results["date_submitted"] = results
[all...]
H A DComments.py124 results = bugdb.lookup(bugs.keys())
133 if crid not in results:
143 synopsis = results[crid]["synopsis"]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Danonsub.t34 my $results = $Is_VMS ?
44 $results =~ s/\n+$//;
46 $results =~ s/runltmp\d+/-/g;
47 $results =~ s/\n%[A-Z]+-[SIWEF]-.*$// if $Is_VMS; # clip off DCL status msg
49 if ($results ne $expected) {
52 print STDERR "GOT:\n$results\n";
H A Dfork.t45 # results can be in any order, so sort 'em
50 my $results;
52 $results = `.\\perl -I../lib $switch $tmpfile 2>&1`;
55 $results = `perl -I../lib $switch $tmpfile 2>&1`;
58 $results = `./perl $switch $tmpfile 2>&1`;
61 $results =~ s/\n+$//;
62 $results =~ s/at\s+forktmp\d+\s+line/at - line/g;
63 $results =~ s/of\s+forktmp\d+\s+aborted/of - aborted/g;
66 $results =~ s/^(syntax|parse) error/syntax error/mig;
67 $results
[all...]
H A Drunlevel.t36 my $results = $Is_VMS ?
46 $results =~ s/\n+$//;
48 $results =~ s/runltmp\d+/-/g;
49 $results =~ s/\n%[A-Z]+-[SIWEF]-.*$// if $Is_VMS; # clip off DCL status msg
51 if ($results ne $expected) {
54 print STDERR "GOT:\n$results\n";
H A Dgmagic.t79 my @results = ($self->{read}, $self->{write});
82 @results;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t46 my @results;
52 @results = <R>;
58 print @results
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c63 nvlist_t *results; local
86 rv = i_hp_call_hotplugd(args, &results);
91 /* Parse additional results, if any */
92 if ((rv == 0) && (results != NULL)) {
93 rv = i_hp_parse_results(results, &root, NULL);
94 nvlist_free(results);
647 nvlist_t *results; local
686 rv = i_hp_call_hotplugd(args, &results);
691 /* Parse additional results, if any */
692 if ((rv == 0) && (results !
721 nvlist_t *results; local
786 nvlist_t *results; local
871 nvlist_t *results; local
931 nvlist_t *results; local
990 nvlist_t *results; local
1046 nvlist_t *results; local
1097 nvlist_t *results; local
1141 nvlist_t *results; local
1699 nvlist_t *results = NULL; local
1866 i_hp_parse_results(nvlist_t *results, hp_node_t *rootp, char **optionsp) argument
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_locks.c148 char *results = (char *)NULL; local
215 r = _z_zone_exec(&status, &results, (char *)NULL, PKGADM_CMD,
227 results ? results : "");
229 /* free up results if returned */
230 if (results) {
231 free(results);
241 /* return success if no results returned */
243 if (results == (char *)NULL) {
249 p = _z_strGetToken((char *)NULL, results,
611 char *results = (char *)NULL; local
[all...]
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c93 static void build_error_str(char *msg, int rv, hp_node_t results,
227 hp_node_t results = NULL; local
233 rv = iov_hp_add("/", connection, 0, &results);
236 build_error_str(NULL, rv, results, error_str);
249 hp_node_t results = NULL; local
260 rv = iov_hp_remove("/", connection, flags, &results);
263 build_error_str(NULL, rv, results, error_str);
274 hp_node_t *results; member in struct:change_cb_arg
313 NULL, cbarg->results);
332 change_endpoints_state(char *path, char *connection, hp_node_t *results, argument
376 hp_node_t results = NULL; local
451 hp_node_t results = NULL, node; local
794 hp_node_t results = NULL; local
822 hp_node_t results = NULL; local
854 hp_node_t results = NULL; local
869 hp_node_t results = NULL; local
1091 build_error_str(char *msg, int rv, hp_node_t results, char **err_string) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mh.c439 mhd_status_res_t results; local
440 mhd_error_t *mhep = &results.status;
459 (void) memset(&results, 0, sizeof (results));
482 if (mhd_status_1(&args, &results, hp->clientp) != RPC_SUCCESS) {
491 assert(results.results.results_len == ndev);
493 mhd_drive_status_t *resp = &results.results.results_val[i];
513 xdr_free(xdr_mhd_status_res_t, (char *)&results);
652 mhd_list_res_t results; local
[all...]
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm_event.c81 * Returns 0 for success with the results returned in posting buffer.
173 struct door_result *results; member in struct:door_cookie
200 if (cook->results == NULL) {
201 cook->results = result;
203 struct door_result *tmp = cook->results;
221 tmp = cook->results;
237 cook->results = tmp->next;
265 * door_func update args to point to return results.
266 * memory for results are dynamically allocated.
271 * If no results, jus
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap-analyze.t487 my %results = $strap->analyze_file($test_path);
489 is_deeply($results{details}, $expect->{details}, "$test details" );
492 delete $results{details};
498 is( !!$results{'wait'}, !!$expect->{'wait'}, 'wait status' );
499 delete $results{'wait'};
504 is( $results{'exit'}, $expect->{'exit'} );
505 delete $results{'exit'};
509 is_deeply(\%results, $expect, " the rest $test" );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm24 Test::Harness::Straps - detailed analysis of test results
33 my %results = $strap->analyze($name, \@test_output);
34 my %results = $strap->analyze_fh($name, $test_filehandle);
35 my %results = $strap->analyze_file($test_file);
50 Test::Harness is limited to printing out its results. This makes
51 analysis of the test results difficult for anything but a human. To
52 make it easier for programs to work with test results, we provide
53 Test::Harness::Straps. Instead of printing the results, straps
101 my %results = $strap->analyze($name, \@test_output);
104 for use in the total report. Returns the C<%results> o
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java401 ServiceLocationEnumeration results = null;
427 results =
446 if (!results.hasMoreElements()) {
458 while (results.hasMoreElements()) {
459 ServiceURL surl = (ServiceURL)results.nextElement();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t163 my @results = PerlIO::get_layers(F, details => 1);
166 splice(@results, 1, 2) if $NONSTDIO;
168 check([ @results ],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl551 my $results = runperl(%$runperl_args);
554 # Clean up the results into something a bit more predictable.
555 $results =~ s/\n+$//;
556 $results =~ s/at\s+misctmp\d+\s+line/at - line/g;
557 $results =~ s/of\s+misctmp\d+\s+aborted/of - aborted/g;
561 $results =~ s/^(syntax|parse) error/syntax error/mig;
565 $results =~ s/\n?%[A-Z]+-[SIWEF]-[A-Z]+,.*//;
568 $results =~ s/\n\n/\n/g;
571 my $pass = $resolve->($results);
575 _diag "# GOT:\n$results\
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c108 * cycle, we will consider the results (successful or unsuccessful)
448 ad_subnet_t *results; local
495 if ((results = calloc(n + 1, sizeof (ad_subnet_t))) == NULL) {
516 (void) snprintf(results[i].subnet, sizeof (ad_subnet_t),
523 return (results);
611 char **results; local
617 results = calloc(i + 1, sizeof (char *));
618 if (results == NULL)
622 (void) asprintf(&results[i], "CN=%s,CN=Subnets,CN=Sites,%s",
624 if (results[
917 LDAPMessage *results = NULL; local
974 LDAPMessage *results = NULL; local
[all...]

Completed in 119 milliseconds

1234