Searched refs:input_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 = ""; }
11 $input_string .= $_;
15 source => \$input_string,
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dbbtidy.pl9 BEGIN { my $input_string = ""; my $output_string = ""; }
11 $input_string .= $_;
15 source => \$input_string,
/macosx-10.9.5/ruby-104/ruby/sample/rdoc/markup/
H A Dsample.rb22 input_string = ""
26 input_string << line
39 puts markup.convert(input_string, h)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dparse-name-test.c39 const char *input_string; member in struct:testcase
80 for (t = tests; t->input_string; ++t) {
86 ret = krb5_parse_name(context, t->input_string, &princ);
89 t->input_string);
94 t->input_string);
102 t->input_string);
113 t->input_string);
123 t->input_string, j);
153 for (j = 0; j < strlen(t->input_string); ++j) {
159 t->input_string,
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dread.c94 char *input_string, *orig_input_string, *ifs_chars, *prompt, *arrayname; local
225 input_string = (char *)xmalloc (size = 112); /* XXX was 128 */
341 add_unwind_protect (xfree, input_string);
404 input_string = (char *)xrealloc (input_string, size += 128);
406 add_unwind_protect (xfree, input_string);
429 input_string[i++] = CTLESC;
439 input_string[i++] = CTLESC;
443 input_string[i++] = c;
449 input_string[
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcominit.c1378 ** input_string String as described above.
1400 unsigned_char_p_t input_string,
1423 buf = rpc__stralloc (input_string);
1386 rpc__set_port_restriction_from_string( unsigned_char_p_t input_string, unsigned32 *status ) argument
/macosx-10.9.5/CF-855.17/
H A DCFURL.c1999 CFStringRef input_string = string ? CFRetain(string) : NULL; local
2040 CFLog(kCFLogLevelError, CFSTR("_CFURLInitWithURLString (in) string '%@', checkForLegalCharacters %@, baseURL %@\n\t_CFURLInitWithURLString (out) result %@, url %@"), input_string, input_checkForLegalCharacters ? CFSTR("YES") : CFSTR("NO"), input_baseURL, result ? CFSTR("YES") : CFSTR("NO"), uninitializedURL);
2041 if ( input_string ) {
2042 CFRelease(input_string);

Completed in 169 milliseconds