Searched refs:output_string (Results 26 - 35 of 35) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dxhtml01.t739 $parser->output_string( \$results ); # Send the resulting output to a string
747 $parser->output_string( \$results ); # Send the resulting output to a string
786 $_[0]->output_string( \$results ); # Send the resulting output to a string
H A Dxhtml10.t752 $_[0]->output_string( \$results ); # Send the resulting output to a string
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm1073 =item output_string(REF)
1080 $man->output_string(\$output);
1089 to C<STDOUT>, but this can be changed with the output_fh() or output_string()
1104 or the file handle set with the output_fh() or output_string() methods. This
1113 C<STDOUT> or the file handle set with the output_fh() or output_string()
H A DMan.pm2009 =item output_string(REF)
2016 $man->output_string(\$output);
2024 to C<STDOUT>, but this can be changed with the output_fh() or output_string()
2039 or the file handle set with the output_fh() or output_string() methods. This
2048 C<STDOUT> or the file handle set with the output_fh() or output_string()
/openbsd-current/regress/usr.bin/snmp/
H A DMakefile540 REGRESS_TARGETS+= output_string
541 CLEANFILES+= output_string.exp output_string.res
542 output_string:
/openbsd-current/usr.bin/snmp/
H A Dsnmpc.c108 enum smi_output_string output_string = smi_os_default; variable in typeref:enum:smi_output_string
410 output_string = smi_os_ascii;
426 output_string = smi_os_hex;
1120 value = smi_print_element(&oid, elm, smi_print_hint, output_string,
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DPodlators.pm252 $parser->output_string(\$got);
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/
H A DHtml.pm275 $parser->output_string(\$self->{output}); # written to file later
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm30 $psx->output_string(\my $html);
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t1572 $parser->output_string( \$output );

Completed in 155 milliseconds

12