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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t24 runlint 'context', '$foo = @bar', <<'RESULT';
26 RESULT
28 runlint 'context', '$foo = length @bar', <<'RESULT';
30 RESULT
32 runlint 'implicit-read', '/foo/', <<'RESULT';
34 RESULT
36 runlint 'implicit-write', 's/foo/bar/', <<'RESULT';
38 RESULT
46 runlint 'implicit-read', '1 for @ARGV', <<'RESULT', 'implicit-read in foreach';
48 RESULT
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c53 static char RESULT[] = "clnt_res"; variable
88 printarglist(proc, RESULT, "clnt", "CLIENT *");
92 printarglist(proc, RESULT, "clnt", "CLIENT *");
253 f_print(fout, "%s;\n", RESULT);
257 ampr(proc->res_type), RESULT, RESULT);
277 RESULT);
306 RESULT);
328 RESULT);
342 RESULT);
[all...]
H A Drpc_svcout.c52 static char RESULT[] = "result"; variable
385 f_print(fout, "*%s,\n", RESULT);
393 RESULT, RQSTP);
407 f_print(fout, "\tvoid *%s;\n", RESULT);
432 f_print(fout, "%s, ", RESULT);
508 f_print(fout, "\t} %s;\n", RESULT);
512 f_print(fout, "\tchar *%s;\n", RESULT);
516 ARG, RESULT);
528 ARG, RESULT);
568 f_print(fout, "\t\t_xdr_%s = NULL;\n", RESULT);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dspeed.t64 $RESULT = fib($N);
92 print (($RESULT == $RESULT2) ? "ok 1\n" : "not ok 1\n");
104 print (($RESULT == $RESULT2) ? "ok 4\n" : "not ok 4\n");
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h54 #define RESULT "result" macro
H A Ddoor.c1102 (const unsigned char *)"%s\"%s\"]", "//*[name()=", RESULT);
1152 n_obj = xmlNewChild(root, NULL, (xmlChar *)RESULT, NULL);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm131 push @{$self->{RESULT}}, <<END;
147 push @{$self->{RESULT}}, "# $key => $v";
194 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit.";
197 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section:";
198 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a;
199 push @{$self->{RESULT}}, $self->nicetext($self->$section( %a ));
203 push @{$self->{RESULT}}, "\n# End.";
H A DMakeMaker.pm530 push @{$self->{RESULT}}, <<END;
550 push @{$self->{RESULT}}, "# $key => $v";
555 push @{$self->{RESULT}}, <<END;
565 push @{$self->{RESULT}}, "# $key => $v";
570 push @{$self->{RESULT}}, "# no values returned";
602 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit.";
605 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section:";
606 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a;
607 push @{$self->{RESULT}}, $self->nicetext($self->$method( %a ));
611 push @{$self->{RESULT}}, "\
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2071 returns (RESULT, EXACT) where EXACT is:
2072 1 : result is exactly RESULT
2073 0 : result was truncated to RESULT
2074 undef : unknown whether result is exactly RESULT
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm5519 CODE RESULT

Completed in 85 milliseconds