Searched refs:input (Results 1 – 11 of 11) sorted by relevance
/posix/ |
A D | annexc.c | 714 FILE *input; in get_null_defines() local 742 input = fopen (macrofile, "r"); in get_null_defines() 744 if (input == NULL) in get_null_defines() 751 while (fgets (line, sizeof line, input) != NULL) in get_null_defines() 794 fclose (input); in get_null_defines() 806 FILE *input; in check_header() local 833 input = fopen (macrofile, "r"); in check_header() 835 if (input == NULL) in check_header() 842 while (fgets (line, sizeof line, input) != NULL) in check_header() 888 fclose (input); in check_header()
|
A D | regexec.c | 641 mctx.input.stop = stop; in re_search_internal() 642 mctx.input.raw_stop = stop; in re_search_internal() 657 <= mctx.input.bufs_len))) in re_search_internal() 866 ? mctx.input.valid_raw_len in re_search_internal() 870 ? mctx.input.valid_raw_len in re_search_internal() 1108 && mctx->input.bufs_len < mctx->input.len) in check_matching() 1110 && mctx->input.valid_len < mctx->input.len)) in check_matching() 1679 && mctx->input.bufs_len < mctx->input.len) in clean_state_log_if_needed() 1681 && mctx->input.valid_len < mctx->input.len)) in clean_state_log_if_needed() 2674 > mctx->input.valid_len)) in get_subexp() [all …]
|
A D | tst-fnmatch.c | 62 const char *input; in do_test() local 85 input = next_input (&cp, 0, 0); in do_test() 86 if (input == NULL) in do_test() 131 fnmres = fnmatch (pattern, input, flags_val); in do_test() 136 escape (input, &escinputlen, &escinput), in do_test()
|
A D | regcomp.c | 1774 re_string_skip_bytes (input, peek_token (result, input, syntax)); in fetch_token() 1785 if (re_string_eoi (input)) in peek_token() 1797 if (input->mb_cur_max > 1 in peek_token() 1798 && !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token() 1808 if (re_string_cur_idx (input) + 1 >= re_string_length (input)) in peek_token() 1934 wint_t wc = re_string_wchar_at (input, re_string_cur_idx (input)); in peek_token() 1997 && re_string_cur_idx (input) + 1 != re_string_length (input)) in peek_token() 2031 if (input->mb_cur_max > 1 in peek_token_bracket() 2032 && !re_string_first_byte (input, re_string_cur_idx (input))) in peek_token_bracket() 2040 && re_string_cur_idx (input) + 1 < re_string_length (input)) in peek_token_bracket() [all …]
|
A D | PTESTS2C.sed | 2 # the input file, not in the usual alternate-choice regex meaning.
|
A D | tst-rfc3484-3.c | 40 __idna_to_ascii_lz (const char *input, char **output, int flags) in __idna_to_ascii_lz() argument 47 __idna_to_unicode_lzlz (const char *input, char **output, int flags) in __idna_to_unicode_lzlz() argument
|
A D | tst-rfc3484.c | 40 __idna_to_ascii_lz (const char *input, char **output, int flags) in __idna_to_ascii_lz() argument 47 __idna_to_unicode_lzlz (const char *input, char **output, int flags) in __idna_to_unicode_lzlz() argument
|
A D | tst-rfc3484-2.c | 40 __idna_to_ascii_lz (const char *input, char **output, int flags) in __idna_to_ascii_lz() argument 47 __idna_to_unicode_lzlz (const char *input, char **output, int flags) in __idna_to_unicode_lzlz() argument
|
A D | regex_internal.c | 926 re_string_context_at (const re_string_t *input, Idx idx, int eflags) in re_string_context_at() argument 932 return input->tip_context; in re_string_context_at() 933 if (__glibc_unlikely (idx == input->len)) in re_string_context_at() 937 if (input->mb_cur_max > 1) in re_string_context_at() 941 while(input->wcs[wc_idx] == WEOF) in re_string_context_at() 946 return input->tip_context; in re_string_context_at() 948 wc = input->wcs[wc_idx]; in re_string_context_at() 949 if (__glibc_unlikely (input->word_ops_used != 0) in re_string_context_at() 952 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor in re_string_context_at() 958 c = re_string_byte_at (input, idx); in re_string_context_at() [all …]
|
A D | regex_internal.h | 594 re_string_t input; member
|
A D | tst-regex.input | 296 the input file has. 4715 * string/tst-svc.expect: Adapt for change in .input. 4716 * string/tst-svc.input: More tests. 4782 of illegal character in input. 5052 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation. 5221 * stdlib/mblen.c: Handle empty input string correctly. 5392 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer 5487 (__gconv_transform_utf8_ucs4): Correct test for empty input. 5889 (__gconv_transform_ucs4_ascii): Count used input bytes correctly. 8822 test1.def, test2.def, test3.def, test4.def}: Simple input files [all …]
|
Completed in 44 milliseconds