Home
last modified time | relevance | path

Searched refs:REG_NOERROR (Results 1 – 7 of 7) sorted by relevance

/posix/
A Dregexec.c988 ret = REG_NOERROR; in prune_impossible_nodes()
1055 err = REG_NOERROR; in check_matching()
1485 return REG_NOERROR; in free_fail_stack_return()
1608 err = REG_NOERROR; in sift_states_backward()
1668 return REG_NOERROR; in build_sifted_states()
1695 return REG_NOERROR; in clean_state_log_if_needed()
1721 return REG_NOERROR; in merge_state_array()
1768 return REG_NOERROR; in update_cur_sifted_state()
2168 err = REG_NOERROR; in sift_states_bkref()
2617 err = REG_NOERROR; in transit_state_bkref()
[all …]
A Dregex_internal.c70 return REG_NOERROR; in re_string_allocate()
133 return REG_NOERROR; in re_string_construct()
175 return REG_NOERROR; in re_string_realloc_buffers()
491 return REG_NOERROR; in build_wcs_upper_buffer()
835 return REG_NOERROR; in re_string_reconstruct()
977 return REG_NOERROR; in re_node_set_alloc()
993 return REG_NOERROR; in re_node_set_init_1()
1023 return REG_NOERROR; in re_node_set_init_2()
1044 return REG_NOERROR; in re_node_set_init_copy()
1136 return REG_NOERROR; in re_node_set_add_intersect()
[all …]
A Dregcomp.c920 return REG_NOERROR; in init_dfa()
1074 return REG_NOERROR; in create_initial_state()
1280 return REG_NOERROR; in preorder()
1316 return REG_NOERROR; in optimize_subexps()
1399 return REG_NOERROR; in calc_first()
1422 return REG_NOERROR; in calc_next()
1587 return REG_NOERROR; in duplicate_node_closure()
1646 return REG_NOERROR; in calc_inveclosure()
1687 return REG_NOERROR; in calc_eclosure()
1763 return REG_NOERROR; in calc_eclosure_iter()
[all …]
A Dtst-regexloc.c36 else if (regcomp (&re, "[a-f]*", 0) != REG_NOERROR) in do_test()
A Dbug-regex6.c47 REG_EXTENDED) != REG_NOERROR) in main()
A Dtst-regex.c229 if (err != REG_NOERROR) in run_test()
249 if (err != REG_NOERROR) in run_test()
307 if (err != REG_NOERROR) in run_test()
315 if (err != REG_NOERROR) in run_test()
A Dregex.h376 #define REG_NOERROR _REG_NOERROR macro

Completed in 38 milliseconds