Searched refs:reg_errcode_t (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c26 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
30 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
35 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
44 static reg_errcode_t re_search_internal (const regex_t *preg,
63 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
73 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
78 static reg_errcode_t set_regs (const regex_t *preg,
82 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
91 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
94 static reg_errcode_t build_sifted_state
[all...]
H A Dregcomp.c26 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
31 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
36 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
40 static reg_errcode_t analyze (regex_t *preg);
41 static reg_errcode_t preorder (bin_tree_t *root,
42 reg_errcode_t (fn (void *, bin_tree_t *)),
44 static reg_errcode_t postorder (bin_tree_t *root,
45 reg_errcode_t (fn (void *, bin_tree_t *)),
47 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
48 static reg_errcode_t lower_subexp
[all...]
H A Dregex_internal.c44 static reg_errcode_t
49 reg_errcode_t ret;
72 static reg_errcode_t
77 reg_errcode_t ret;
135 static reg_errcode_t
275 static reg_errcode_t
577 static reg_errcode_t
815 reg_errcode_t ret = build_wcs_upper_buffer (pstr);
973 static reg_errcode_t
985 static reg_errcode_t
[all...]
H A Dregex.h403 } reg_errcode_t;
401 } reg_errcode_t; typedef in typeref:enum:__anon3323
H A Dregex_internal.h431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c21 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, Idx node,
30 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, Idx node,
39 static reg_errcode_t re_search_internal (const regex_t *preg,
58 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
68 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
73 static reg_errcode_t set_regs (const regex_t *preg,
77 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
86 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
89 static reg_errcode_t build_sifted_state
[all...]
H A Dregcomp.c20 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
25 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
30 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
34 static reg_errcode_t analyze (regex_t *preg);
35 static reg_errcode_t preorder (bin_tree_t *root,
36 reg_errcode_t (fn (void *, bin_tree_t *)),
38 static reg_errcode_t postorder (bin_tree_t *root,
39 reg_errcode_t (fn (void *, bin_tree_t *)),
41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexp
[all...]
H A Dregex_internal.c39 static reg_errcode_t
44 reg_errcode_t ret;
67 static reg_errcode_t
72 reg_errcode_t ret;
130 static reg_errcode_t
270 static reg_errcode_t
572 static reg_errcode_t
810 reg_errcode_t ret = build_wcs_upper_buffer (pstr);
968 static reg_errcode_t
980 static reg_errcode_t
[all...]
H A Dregex.h399 } reg_errcode_t;
397 } reg_errcode_t; typedef in typeref:enum:__anon3497
H A Dregex_internal.h431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c21 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
30 static reg_errcode_t match_ctx_add_subtop (re_match_context_t *mctx, int node,
39 static reg_errcode_t re_search_internal (const regex_t *preg,
55 static reg_errcode_t prune_impossible_nodes (re_match_context_t *mctx)
65 static reg_errcode_t push_fail_stack (struct re_fail_stack_t *fs,
70 static reg_errcode_t set_regs (const regex_t *preg,
74 static reg_errcode_t free_fail_stack_return (struct re_fail_stack_t *fs)
83 static reg_errcode_t sift_states_backward (const re_match_context_t *mctx,
86 static reg_errcode_t build_sifted_state
[all...]
H A Dregcomp.c22 static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,
27 static reg_errcode_t init_dfa (re_dfa_t *dfa, size_t pat_len);
32 static reg_errcode_t create_initial_state (re_dfa_t *dfa);
36 static reg_errcode_t analyze (regex_t *preg);
37 static reg_errcode_t preorder (bin_tree_t *root,
38 reg_errcode_t (fn (void *, bin_tree_t *)),
40 static reg_errcode_t postorder (bin_tree_t *root,
41 reg_errcode_t (fn (void *, bin_tree_t *)),
43 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
44 static reg_errcode_t lower_subexp
[all...]
H A Dregex_internal.c39 static reg_errcode_t
44 reg_errcode_t ret;
67 static reg_errcode_t
72 reg_errcode_t ret;
130 static reg_errcode_t
263 static reg_errcode_t
562 static reg_errcode_t
799 reg_errcode_t ret = build_wcs_upper_buffer (pstr);
955 static reg_errcode_t
967 static reg_errcode_t
[all...]
H A Dregex_internal.h390 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
395 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
/haiku-fatelf/src/bin/gawk/
H A Dregexec.c21 static reg_errcode_t match_ctx_init _RE_ARGS((re_match_context_t *cache, int eflags,
26 static reg_errcode_t match_ctx_add_entry _RE_ARGS((re_match_context_t *cache, int node,
30 static reg_errcode_t match_ctx_add_subtop _RE_ARGS((re_match_context_t *mctx, int node,
37 static reg_errcode_t re_search_internal _RE_ARGS((const regex_t *preg,
53 static inline re_dfastate_t *acquire_init_state_context _RE_ARGS((reg_errcode_t *err,
57 static reg_errcode_t prune_impossible_nodes _RE_ARGS((const regex_t *preg,
72 static reg_errcode_t push_fail_stack _RE_ARGS((struct re_fail_stack_t *fs,
78 static reg_errcode_t set_regs _RE_ARGS((const regex_t *preg,
82 static reg_errcode_t free_fail_stack_return _RE_ARGS((struct re_fail_stack_t *fs));
90 static reg_errcode_t sift_states_backwar
[all...]
H A Dregex_internal.h355 static reg_errcode_t re_string_allocate _RE_ARGS((re_string_t *pstr, const char *str,
358 static reg_errcode_t re_string_construct _RE_ARGS((re_string_t *pstr, const char *str, int len,
360 static reg_errcode_t re_string_reconstruct _RE_ARGS((re_string_t *pstr, int idx,
362 static reg_errcode_t re_string_realloc_buffers _RE_ARGS((re_string_t *pstr, int new_buf_len));
617 static reg_errcode_t re_node_set_alloc _RE_ARGS((re_node_set *set, int size));
618 static reg_errcode_t re_node_set_init_1 _RE_ARGS((re_node_set *set, int elem));
619 static reg_errcode_t re_node_set_init_2 _RE_ARGS((re_node_set *set, int elem1, int elem2));
621 static reg_errcode_t re_node_set_init_copy _RE_ARGS((re_node_set *dest,
623 static reg_errcode_t re_node_set_add_intersect _RE_ARGS((re_node_set *dest,
626 static reg_errcode_t re_node_set_init_unio
[all...]
H A Dregcomp.c21 static reg_errcode_t re_compile_internal _RE_ARGS((regex_t *preg, const char * pattern,
26 static reg_errcode_t init_dfa _RE_ARGS((re_dfa_t *dfa, int pat_len));
27 static reg_errcode_t init_word_char _RE_ARGS((re_dfa_t *dfa));
32 static reg_errcode_t create_initial_state _RE_ARGS((re_dfa_t *dfa));
33 static reg_errcode_t analyze _RE_ARGS((re_dfa_t *dfa));
34 static reg_errcode_t analyze_tree _RE_ARGS((re_dfa_t *dfa, bin_tree_t *node));
38 static reg_errcode_t duplicate_node_closure _RE_ARGS((re_dfa_t *dfa, int top_org_node,
41 static reg_errcode_t duplicate_node _RE_ARGS((int *new_idx, re_dfa_t *dfa, int org_idx,
45 static reg_errcode_t calc_eclosure _RE_ARGS((re_dfa_t *dfa));
46 static reg_errcode_t calc_eclosure_ite
[all...]
H A Dregex_internal.c31 static reg_errcode_t register_state _RE_ARGS((re_dfa_t *dfa, re_dfastate_t *newstate,
49 static reg_errcode_t
56 reg_errcode_t ret;
78 static reg_errcode_t
85 reg_errcode_t ret;
132 static reg_errcode_t
382 static reg_errcode_t
558 static reg_errcode_t
571 static reg_errcode_t
588 static reg_errcode_t
[all...]
H A Dregex.h323 } reg_errcode_t;
321 } reg_errcode_t; typedef in typeref:enum:__anon3532
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h317 } reg_errcode_t; typedef in typeref:enum:__anon17
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h337 } reg_errcode_t;
335 } reg_errcode_t; typedef in typeref:enum:__anon19
/haiku-fatelf/headers/posix/
H A Dregex.h337 } reg_errcode_t;
335 } reg_errcode_t; typedef in typeref:enum:__anon566
/haiku-fatelf/headers/private/mail/
H A Dregex.h321 } reg_errcode_t; typedef in typeref:enum:__anon1106
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h315 } reg_errcode_t;
313 } reg_errcode_t; typedef in typeref:enum:__anon3468
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h318 } reg_errcode_t;
316 } reg_errcode_t; typedef in typeref:enum:__anon4193

Completed in 302 milliseconds

12