src/build/libgnuregex/regex.c
1055
static reg_errcode_t
src/build/libgnuregex/regex.c
1413
reg_errcode_t ret
src/build/libgnuregex/regex.c
1420
reg_errcode_t ret;
src/build/libgnuregex/regex.c
2193
static reg_errcode_t
src/build/libgnuregex/regex.c
4616
reg_errcode_t ret;
src/build/libgnuregex/regex.c
4647
reg_errcode_t ret;
src/build/libgnuregex/regex.c
4735
reg_errcode_t ret;
src/build/libgnuregex/regex.c
840
static reg_errcode_t compile_range ();
src/system/libroot/posix/glibc/regex/regcomp.c
1008
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1012
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regcomp.c
104
static reg_errcode_t build_equiv_class (bitset_t sbcset,
src/system/libroot/posix/glibc/regex/regcomp.c
1052
reg_errcode_t merge_err
src/system/libroot/posix/glibc/regex/regcomp.c
106
static reg_errcode_t build_charclass (RE_TRANSLATE_TYPE trans,
src/system/libroot/posix/glibc/regex/regcomp.c
115
bool non_match, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
1173
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1177
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
1236
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1237
postorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)),
src/system/libroot/posix/glibc/regex/regcomp.c
124
static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
125
static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
1254
reg_errcode_t err = fn (extra, node);
src/system/libroot/posix/glibc/regex/regcomp.c
1268
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1269
preorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)),
src/system/libroot/posix/glibc/regex/regcomp.c
1276
reg_errcode_t err = fn (extra, node);
src/system/libroot/posix/glibc/regex/regcomp.c
1301
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1332
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1336
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regcomp.c
1355
lower_subexp (reg_errcode_t *err, regex_t *preg, bin_tree_t *node)
src/system/libroot/posix/glibc/regex/regcomp.c
1391
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1413
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1436
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1441
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regcomp.c
1496
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1565
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regcomp.c
1637
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1661
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1673
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regcomp.c
1706
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
1709
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regcomp.c
2134
reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
2168
reg_syntax_t syntax, Idx nest, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
220
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
2217
reg_syntax_t syntax, Idx nest, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
2262
reg_syntax_t syntax, Idx nest, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
24
static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
src/system/libroot/posix/glibc/regex/regcomp.c
2497
reg_syntax_t syntax, Idx nest, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
2539
re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
2704
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
2829
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
2853
reg_syntax_t syntax, reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
29
static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
src/system/libroot/posix/glibc/regex/regcomp.c
2962
auto inline reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3043
auto inline reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3180
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
34
static reg_errcode_t create_initial_state (re_dfa_t *dfa);
src/system/libroot/posix/glibc/regex/regcomp.c
3400
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3440
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3487
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3572
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3659
reg_errcode_t *err)
src/system/libroot/posix/glibc/regex/regcomp.c
3666
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
38
static reg_errcode_t analyze (regex_t *preg);
src/system/libroot/posix/glibc/regex/regcomp.c
3858
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
3885
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
39
static reg_errcode_t preorder (bin_tree_t *root,
src/system/libroot/posix/glibc/regex/regcomp.c
40
reg_errcode_t (fn (void *, bin_tree_t *)),
src/system/libroot/posix/glibc/regex/regcomp.c
42
static reg_errcode_t postorder (bin_tree_t *root,
src/system/libroot/posix/glibc/regex/regcomp.c
43
reg_errcode_t (fn (void *, bin_tree_t *)),
src/system/libroot/posix/glibc/regex/regcomp.c
45
static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
46
static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
469
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
47
static bin_tree_t *lower_subexp (reg_errcode_t *err, regex_t *preg,
src/system/libroot/posix/glibc/regex/regcomp.c
49
static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
50
static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
51
static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
src/system/libroot/posix/glibc/regex/regcomp.c
55
static reg_errcode_t calc_eclosure (re_dfa_t *dfa);
src/system/libroot/posix/glibc/regex/regcomp.c
56
static reg_errcode_t calc_eclosure_iter (re_node_set *new_set, re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regcomp.c
58
static reg_errcode_t calc_inveclosure (re_dfa_t *dfa);
src/system/libroot/posix/glibc/regex/regcomp.c
64
reg_syntax_t syntax, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
67
Idx nest, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
683
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regcomp.c
70
Idx nest, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
73
Idx nest, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
738
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
742
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regcomp.c
76
Idx nest, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
79
reg_syntax_t syntax, reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
82
reg_errcode_t *err);
src/system/libroot/posix/glibc/regex/regcomp.c
83
static reg_errcode_t parse_bracket_element (bracket_elem_t *elem,
src/system/libroot/posix/glibc/regex/regcomp.c
839
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regcomp.c
89
static reg_errcode_t parse_bracket_symbol (bracket_elem_t *elem,
src/system/libroot/posix/glibc/regex/regcomp.c
93
static reg_errcode_t build_equiv_class (bitset_t sbcset,
src/system/libroot/posix/glibc/regex/regcomp.c
97
static reg_errcode_t build_charclass (RE_TRANSLATE_TYPE trans,
src/system/libroot/posix/glibc/regex/regex_internal.c
1025
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
1050
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
1141
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
1194
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
138
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
1477
re_acquire_state (reg_errcode_t *err, const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regex_internal.c
1525
re_acquire_state_context (reg_errcode_t *err, const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regex_internal.c
1564
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
1570
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regex_internal.c
1625
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regex_internal.c
1675
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regex_internal.c
277
static reg_errcode_t
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
35
static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
47
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
52
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regex_internal.c
573
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
75
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
80
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regex_internal.c
813
reg_errcode_t ret = build_wcs_upper_buffer (pstr);
src/system/libroot/posix/glibc/regex/regex_internal.c
967
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
979
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regex_internal.c
995
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1014
acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
104
static reg_errcode_t sift_states_bkref (const re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
1060
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
107
static reg_errcode_t merge_state_array (const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regexec.c
110
static re_dfastate_t *find_recover_state (reg_errcode_t *err,
src/system/libroot/posix/glibc/regex/regexec.c
112
static re_dfastate_t *transit_state (reg_errcode_t *err,
src/system/libroot/posix/glibc/regex/regexec.c
115
static re_dfastate_t *merge_state_with_log (reg_errcode_t *err,
src/system/libroot/posix/glibc/regex/regexec.c
118
static reg_errcode_t check_subexp_matching_top (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
122
static re_dfastate_t *transit_state_sb (reg_errcode_t *err,
src/system/libroot/posix/glibc/regex/regexec.c
127
static reg_errcode_t transit_state_mb (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
130
static reg_errcode_t transit_state_bkref (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
132
static reg_errcode_t get_subexp (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
1329
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1334
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
134
static reg_errcode_t get_subexp_sub (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
1375
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
140
static reg_errcode_t check_arrival (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
144
static reg_errcode_t check_arrival_add_next_nodes (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
148
static reg_errcode_t check_arrival_expand_ecl (const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regexec.c
1482
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
151
static reg_errcode_t check_arrival_expand_ecl_sub (const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regexec.c
155
static reg_errcode_t expand_bkref_cache (re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
1569
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1572
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
1626
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1688
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1698
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
1713
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1718
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
173
static reg_errcode_t extend_buffers (re_match_context_t *mctx, int min_len);
src/system/libroot/posix/glibc/regex/regexec.c
1739
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1745
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regexec.c
1786
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1791
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regexec.c
1815
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
1820
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
195
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
20
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
src/system/libroot/posix/glibc/regex/regexec.c
2008
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2013
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
2095
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2101
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
2226
transit_state (reg_errcode_t *err, re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
2283
merge_state_with_log (reg_errcode_t *err, re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
2361
find_recover_state (reg_errcode_t *err, re_match_context_t *mctx)
src/system/libroot/posix/glibc/regex/regexec.c
2390
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2396
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
24
static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
src/system/libroot/posix/glibc/regex/regexec.c
2424
transit_state_sb (reg_errcode_t *err, re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
2462
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2466
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
2532
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2536
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
2645
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2669
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
27
static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
src/system/libroot/posix/glibc/regex/regexec.c
2795
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2799
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
2844
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
2850
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regexec.c
3009
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
3018
reg_errcode_t err = REG_NOERROR;
src/system/libroot/posix/glibc/regex/regexec.c
3090
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
3094
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
3142
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
3170
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
3187
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
3193
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
3218
reg_errcode_t err2, err3;
src/system/libroot/posix/glibc/regex/regexec.c
3279
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
34
static reg_errcode_t re_search_internal (const regex_t *preg,
src/system/libroot/posix/glibc/regex/regexec.c
3516
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
373
reg_errcode_t result;
src/system/libroot/posix/glibc/regex/regexec.c
4046
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
4050
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regexec.c
4112
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
4190
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
4261
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
52
static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx);
src/system/libroot/posix/glibc/regex/regexec.c
582
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
588
reg_errcode_t err;
src/system/libroot/posix/glibc/regex/regexec.c
60
static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
src/system/libroot/posix/glibc/regex/regexec.c
64
static reg_errcode_t set_regs (const regex_t *preg,
src/system/libroot/posix/glibc/regex/regexec.c
68
static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs);
src/system/libroot/posix/glibc/regex/regexec.c
75
static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
77
static reg_errcode_t build_sifted_states (const re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
80
static reg_errcode_t update_cur_sifted_state (const re_match_context_t *mctx,
src/system/libroot/posix/glibc/regex/regexec.c
84
static reg_errcode_t add_epsilon_src_nodes (const re_dfa_t *dfa,
src/system/libroot/posix/glibc/regex/regexec.c
916
static reg_errcode_t
src/system/libroot/posix/glibc/regex/regexec.c
922
reg_errcode_t ret;
src/system/libroot/posix/glibc/regex/regexec.c
98
static reg_errcode_t check_subexp_limits (const re_dfa_t *dfa,