Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Dlint.t36 RESULT
40 RESULT
44 RESULT
48 RESULT
58 RESULT
62 RESULT
66 RESULT
70 RESULT
74 RESULT
78 RESULT
[all …]
/mirbsd/src/usr.bin/rpcgen/
Drpc_clntout.c51 static char RESULT[] = "clnt_res"; variable
178 fprintf(fout, "%s;\n",RESULT);
181 ampr(proc->res_type), RESULT, RESULT);
188 stringfix(proc->res_type), ampr(proc->res_type), RESULT);
201 ampr(proc->res_type), RESULT);
211 ampr(proc->res_type),RESULT);
217 ampr(proc->res_type),RESULT);
219 fprintf(fout, "\treturn (%s%s);\n", ampr(proc->res_type),RESULT);
Drpc_svcout.c49 static char RESULT[] = "result"; variable
407 fprintf(fout, "\tchar *%s;\n", RESULT);
410 fprintf(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
416 ARG, RESULT);
443 p_xdrfunc(RESULT, proc->res_type);
474 RESULT, ROUTINE, ARG, RQSTP);
477 RESULT, ROUTINE, ARG, RQSTP);
480 RESULT, TRANSP, RESULT, RESULT);
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DMakeMaker.pm538 push @{$self->{RESULT}}, <<END;
558 push @{$self->{RESULT}}, "# $key => $v";
563 push @{$self->{RESULT}}, <<END;
573 push @{$self->{RESULT}}, "# $key => $v";
578 push @{$self->{RESULT}}, "# no values returned";
610 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit.";
613 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section:";
614 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a;
615 push @{$self->{RESULT}}, $self->nicetext($self->$method( %a ));
619 push @{$self->{RESULT}}, "\n# End.";
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Memoize/t/
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");