Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c935 ret = REG_NOERROR; in prune_impossible_nodes()
1002 err = REG_NOERROR; in check_matching()
1429 return REG_NOERROR; in free_fail_stack_return()
1556 err = REG_NOERROR; in sift_states_backward()
1619 return REG_NOERROR; in build_sifted_states()
1646 return REG_NOERROR; in clean_state_log_if_needed()
1673 return REG_NOERROR; in merge_state_array()
1721 return REG_NOERROR; in update_cur_sifted_state()
2121 err = REG_NOERROR; in sift_states_bkref()
2577 err = REG_NOERROR; in transit_state_bkref()
[all …]
A Dregcomp.c883 return REG_NOERROR; in init_dfa()
997 return REG_NOERROR; in create_initial_state()
1227 return REG_NOERROR; in optimize_subexps()
1307 return REG_NOERROR; in calc_first()
1330 return REG_NOERROR; in calc_next()
1500 return REG_NOERROR; in duplicate_node_closure()
1559 return REG_NOERROR; in calc_inveclosure()
1603 return REG_NOERROR; in calc_eclosure()
1678 return REG_NOERROR; in calc_eclosure_iter()
2651 return REG_NOERROR; in build_range_exp()
[all …]
A Dregex_internal.c60 return REG_NOERROR; in re_string_allocate()
123 return REG_NOERROR; in re_string_construct()
157 return REG_NOERROR; in re_string_realloc_buffers()
471 return REG_NOERROR; in build_wcs_upper_buffer()
741 return REG_NOERROR; in re_string_reconstruct()
883 return REG_NOERROR; in re_node_set_alloc()
899 return REG_NOERROR; in re_node_set_init_1()
929 return REG_NOERROR; in re_node_set_init_2()
950 return REG_NOERROR; in re_node_set_init_copy()
1042 return REG_NOERROR; in re_node_set_add_intersect()
[all …]
A Dregex_old.c2783 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()
2798 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()
3190 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret); in PREFIX()
4242 return REG_NOERROR; in PREFIX()
4443 && (start_val > end_val))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()
4460 && (range_start > range_end))? REG_ERANGE : REG_NOERROR; in wcs_compile_range()
4513 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR; in byte_compile_range()
4528 ret = REG_NOERROR; in byte_compile_range()
4546 ret = REG_NOERROR; in byte_compile_range()
8046 if (ret == REG_NOERROR && preg->fastmap) in regcomp()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regexloc.c35 else if (regcomp (&re, "[a-f]*", 0) != REG_NOERROR) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h309 REG_NOERROR = 0, /* Success. */ enumerator

Completed in 32 milliseconds