Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c221 return err != REG_NOERROR; in regexec()
430 if (result != REG_NOERROR) in re_search_stub()
647 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
654 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
765 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
789 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
824 if (err == REG_NOERROR) in re_search_internal()
840 assert (err == REG_NOERROR); in re_search_internal()
863 if (BE (err != REG_NOERROR, 0)) in re_search_internal()
958 if (BE (ret != REG_NOERROR, 0)) in prune_impossible_nodes()
[all …]
H A Dregex_internal.c62 if (BE (ret != REG_NOERROR, 0)) in re_string_allocate()
70 return REG_NOERROR; in re_string_allocate()
87 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
100 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
107 if (BE (ret != REG_NOERROR, 0)) in re_string_construct()
133 return REG_NOERROR; in re_string_construct()
174 return REG_NOERROR; in re_string_realloc_buffers()
365 return REG_NOERROR; in build_wcs_upper_buffer()
488 return REG_NOERROR; in build_wcs_upper_buffer()
814 if (BE (ret != REG_NOERROR, 0)) in re_string_reconstruct()
[all …]
H A Dregcomp.c505 if (BE (ret == REG_NOERROR, 1)) in regcomp()
742 reg_errcode_t err = REG_NOERROR; in re_compile_internal()
772 if (BE (err == REG_NOERROR && lock_init (dfa->lock) != 0, 0)) in re_compile_internal()
774 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
789 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
809 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
825 if (BE (err != REG_NOERROR, 0)) in re_compile_internal()
932 return REG_NOERROR; in init_dfa()
1020 if (BE (err != REG_NOERROR, 0)) in create_initial_state()
1054 if (merge_err != REG_NOERROR) in create_initial_state()
[all …]
/haiku/src/build/libgnuregex/
H A Dregex.h248 REG_NOERROR = 0, /* Success. */ enumerator
H A Dregex.c1415 if (ret != REG_NOERROR) return ret;
1426 if (ret != REG_NOERROR) return ret;
2049 return REG_NOERROR;
2224 return syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
2235 return REG_NOERROR;
4862 return ret >= 0 ? (int) REG_NOERROR : (int) REG_NOMATCH;
/haiku/headers/posix/
H A Dregex.h304 REG_NOERROR = 0, /* Success. */ enumerator