Home
last modified time | relevance | path

Searched refs:input_string (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dparse-name-test.c41 const char *input_string; member
82 for (t = tests; t->input_string; ++t) { in main()
88 ret = krb5_parse_name(context, t->input_string, &princ); in main()
91 t->input_string); in main()
96 t->input_string); in main()
104 t->input_string); in main()
115 t->input_string); in main()
125 t->input_string, j); in main()
155 for (j = 0; j < strlen(t->input_string); ++j) { in main()
161 t->input_string, j); in main()
[all …]
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.h85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int le…
H A DregexJIT.c97 …void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int …
2423 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length) in regex_continue_match() argument
2425 match->u.call_continue(match, input_string, length); in regex_continue_match()
2494 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int le… in regex_continue_match_debug() argument
2506 match->u.call_continue(match, input_string, 1); in regex_continue_match_debug()
2518 …printf("'%c' (%3ld->%3ld [%3ld]) ", *input_string, (long)match->best_begin, (long)match->best_end,… in regex_continue_match_debug()
2587 input_string++; in regex_continue_match_debug()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsearch.c149 search_backward (char *input_string, SEARCH_BINDING *binding) in search_backward() argument
156 len = strlen (input_string); in search_backward()
160 for (c = 0, i = len - 1; input_string[c]; c++, i--) in search_backward()
161 string[i] = input_string[c]; in search_backward()
H A Dsearch.h50 extern long search_backward (char *input_string, SEARCH_BINDING *binding);
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() argument
218 : input_string_(input_string), input_length_(input_length), in Lex()
219 current_(input_string), mode_(LINKER_SCRIPT), in Lex()
221 lineno_(1), linestart_(input_string) in Lex()
1500 std::string input_string; in read_input_script() local
1501 Lex::read_file(input_file, &input_string); in read_input_script()
1503 Lex lex(input_string.c_str(), input_string.length(), PARSING_LINKER_SCRIPT); in read_input_script()
1614 std::string input_string; in read_script_file() local
1615 Lex::read_file(&input_file, &input_string); in read_script_file()
1617 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript.cc217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() argument
218 : input_string_(input_string), input_length_(input_length), in Lex()
219 current_(input_string), mode_(LINKER_SCRIPT), in Lex()
221 lineno_(1), linestart_(input_string) in Lex()
1500 std::string input_string; in read_input_script() local
1501 Lex::read_file(input_file, &input_string); in read_input_script()
1503 Lex lex(input_string.c_str(), input_string.length(), PARSING_LINKER_SCRIPT); in read_input_script()
1614 std::string input_string; in read_script_file() local
1615 Lex::read_file(&input_file, &input_string); in read_script_file()
1617 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in1226 my ($input_string) = @_;
1228 my $length_of_string = length ($input_string);
1229 my $return_string = $input_string;
1231 if (rindex ($input_string, "/") != $length_of_string-1)
2364 my ($input_string, $boldface, $color) = @_;
2375 $colored_string .= $input_string;
4621 my $input_string = ${ $input_string_ref };
4669 my $outputdir = append_forward_slash ($input_string);
6196 my ($exp_dir_list_ref, $call_metrics, $summary_metrics, $input_string,
6209 my $outputdir = append_forward_slash ($input_string);
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in1346 my ($input_string) = @_;
1348 my $length_of_string = length ($input_string);
1349 my $return_string = $input_string;
1351 if (rindex ($input_string, "/") != $length_of_string-1)
2891 my ($input_string, $boldface, $color) = @_;
2902 $colored_string .= $input_string;
5271 my $input_string = ${ $input_string_ref };
5323 my $outputdir = append_forward_slash ($input_string);
6895 my ($exp_dir_list_ref, $call_metrics, $summary_metrics, $input_string,
6909 my $outputdir = append_forward_slash ($input_string);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c14556 aarch64_parse_override_string (const char* input_string, in aarch64_parse_override_string() argument
14560 size_t string_length = strlen (input_string) + 1; in aarch64_parse_override_string()
14563 strncpy (string, input_string, string_length); in aarch64_parse_override_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc17610 aarch64_parse_override_string (const char* input_string, in aarch64_parse_override_string() argument
17614 size_t string_length = strlen (input_string) + 1; in aarch64_parse_override_string()
17617 strncpy (string, input_string, string_length); in aarch64_parse_override_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog6206 input_string, input_real, input_list, get_label_decl,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201133736 (lto_input_string): Rename from input_string. Make extern.