Symbol: re_string_t
src/system/libroot/posix/glibc/regex/regcomp.c
1788
fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
1797
peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
2035
peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
2133
parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax,
src/system/libroot/posix/glibc/regex/regcomp.c
2167
parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2216
parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2261
parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2496
parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
2538
parse_dup_op (bin_tree_t *elem, re_string_t *regexp, re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regcomp.c
2852
parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
3401
parse_bracket_element (bracket_elem_t *elem, re_string_t *regexp,
src/system/libroot/posix/glibc/regex/regcomp.c
3441
parse_bracket_symbol (bracket_elem_t *elem, re_string_t *regexp,
src/system/libroot/posix/glibc/regex/regcomp.c
3768
fetch_number (re_string_t *input, re_token_t *token, reg_syntax_t syntax)
src/system/libroot/posix/glibc/regex/regcomp.c
59
static Idx fetch_number (re_string_t *input, re_token_t *token,
src/system/libroot/posix/glibc/regex/regcomp.c
61
static int peek_token (re_token_t *token, re_string_t *input,
src/system/libroot/posix/glibc/regex/regcomp.c
63
static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
65
static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
68
static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
71
static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
74
static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
744
re_string_t regexp;
src/system/libroot/posix/glibc/regex/regcomp.c
77
static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
src/system/libroot/posix/glibc/regex/regcomp.c
80
static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regcomp.c
84
re_string_t *regexp,
src/system/libroot/posix/glibc/regex/regcomp.c
90
re_string_t *regexp,
src/system/libroot/posix/glibc/regex/regex_internal.c
140
re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len)
src/system/libroot/posix/glibc/regex/regex_internal.c
179
re_string_construct_common (const char *str, Idx len, re_string_t *pstr,
src/system/libroot/posix/glibc/regex/regex_internal.c
21
re_string_t *pstr,
src/system/libroot/posix/glibc/regex/regex_internal.c
210
build_wcs_buffer (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
279
build_wcs_upper_buffer (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
31
static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
src/system/libroot/posix/glibc/regex/regex_internal.c
34
static void build_wcs_buffer (re_string_t *pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
35
static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
37
static void build_upper_buffer (re_string_t *pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
38
static void re_string_translate_buffer (re_string_t *pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
39
static unsigned int re_string_context_at (const re_string_t *input, Idx idx,
src/system/libroot/posix/glibc/regex/regex_internal.c
49
re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len,
src/system/libroot/posix/glibc/regex/regex_internal.c
495
re_string_skip_chars (re_string_t *pstr, Idx new_raw_idx, wint_t *last_wc)
src/system/libroot/posix/glibc/regex/regex_internal.c
535
build_upper_buffer (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
554
re_string_translate_buffer (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
575
re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags)
src/system/libroot/posix/glibc/regex/regex_internal.c
77
re_string_construct (re_string_t *pstr, const char *str, Idx len,
src/system/libroot/posix/glibc/regex/regex_internal.c
81
memset (pstr, '\0', sizeof (re_string_t));
src/system/libroot/posix/glibc/regex/regex_internal.c
838
re_string_peek_byte_case (const re_string_t *pstr, Idx idx)
src/system/libroot/posix/glibc/regex/regex_internal.c
874
re_string_fetch_byte_case (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
911
re_string_destruct (re_string_t *pstr)
src/system/libroot/posix/glibc/regex/regex_internal.c
924
re_string_context_at (const re_string_t *input, Idx idx, int eflags)
src/system/libroot/posix/glibc/regex/regex_internal.h
459
typedef struct re_string_t re_string_t;
src/system/libroot/posix/glibc/regex/regex_internal.h
649
re_string_t input;
src/system/libroot/posix/glibc/regex/regex_internal.h
845
re_string_char_size_at (const re_string_t *pstr, Idx idx)
src/system/libroot/posix/glibc/regex/regex_internal.h
858
re_string_wchar_at (const re_string_t *pstr, Idx idx)
src/system/libroot/posix/glibc/regex/regex_internal.h
871
re_string_elem_size_at (const re_string_t *pstr, Idx idx)
src/system/libroot/posix/glibc/regex/regexec.c
161
const re_string_t *input, Idx idx);
src/system/libroot/posix/glibc/regex/regexec.c
3710
const re_string_t *input, Idx str_idx)
src/system/libroot/posix/glibc/regex/regexec.c
4051
re_string_t *pstr = &mctx->input;