Searched refs:output_string (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dbbtidy.pl9 BEGIN { my $input_string = ""; my $output_string = ""; }
16 destination => \$output_string
19 print "$output_string\n";
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dbbtidy.pl9 BEGIN { my $input_string = ""; my $output_string = ""; }
16 destination => \$output_string
21 print "$output_string\n";
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dparse-name-test.c40 const char *output_string; member in struct:testcase
118 for (j = 0; j < strlen(t->output_string); ++j) {
133 if (strcmp (t->output_string, name_buf) != 0) {
136 name_buf, t->output_string);
144 if (strcmp (t->output_string, s) != 0) {
147 s, t->output_string);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.c1039 char * output_string; local
1046 output_string = (char *)malloc(output_length + 1);
1047 if (!output_string) {
1053 vsnprintf(output_string, output_length + 1, format, ap);
1057 fprintf(stderr, "%s [%s/%s", output_string,
1106 if (output_string) free(output_string);
1122 char * output_string = NULL; local
1141 output_string = (char *)malloc(output_length + 1);
1142 if (!output_string) {
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dmain.cpp115 output_string();
197 output_string();
H A Dbox.h268 void output_string();
H A Dbox.cpp234 void output_string() function

Completed in 219 milliseconds