Searched refs:REG_NOERROR (Results 1 – 8 of 8) sorted by relevance
222 return err != REG_NOERROR; in regexec()432 if (result != REG_NOERROR) in re_search_stub()639 if (__glibc_unlikely (err != REG_NOERROR)) in re_search_internal()646 if (__glibc_unlikely (err != REG_NOERROR)) in re_search_internal()756 if (__glibc_unlikely (err != REG_NOERROR)) in re_search_internal()779 if (__glibc_unlikely (err != REG_NOERROR)) in re_search_internal()814 if (err == REG_NOERROR) in re_search_internal()829 DEBUG_ASSERT (err == REG_NOERROR); in re_search_internal()851 if (__glibc_unlikely (err != REG_NOERROR)) in re_search_internal()945 if (__glibc_unlikely (ret != REG_NOERROR)) in prune_impossible_nodes()[all …]
499 if (__glibc_likely (ret == REG_NOERROR)) in regcomp()729 reg_errcode_t err = REG_NOERROR; in re_compile_internal()759 if (__glibc_unlikely (err == REG_NOERROR && lock_init (dfa->lock) != 0)) in re_compile_internal()761 if (__glibc_unlikely (err != REG_NOERROR)) in re_compile_internal()776 if (__glibc_unlikely (err != REG_NOERROR)) in re_compile_internal()796 if (__glibc_unlikely (err != REG_NOERROR)) in re_compile_internal()812 if (__glibc_unlikely (err != REG_NOERROR)) in re_compile_internal()920 return REG_NOERROR; in init_dfa()1008 if (__glibc_unlikely (err != REG_NOERROR)) in create_initial_state()1042 if (merge_err != REG_NOERROR) in create_initial_state()[all …]
62 if (__glibc_unlikely (ret != REG_NOERROR)) in re_string_allocate()70 return REG_NOERROR; in re_string_allocate()87 if (__glibc_unlikely (ret != REG_NOERROR)) in re_string_construct()100 if (__glibc_unlikely (ret != REG_NOERROR)) in re_string_construct()107 if (__glibc_unlikely (ret != REG_NOERROR)) in re_string_construct()133 return REG_NOERROR; in re_string_construct()175 return REG_NOERROR; in re_string_realloc_buffers()368 return REG_NOERROR; in build_wcs_upper_buffer()491 return REG_NOERROR; in build_wcs_upper_buffer()816 if (__glibc_unlikely (ret != REG_NOERROR)) in re_string_reconstruct()[all …]
229 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()
36 else if (regcomp (&re, "[a-f]*", 0) != REG_NOERROR) in do_test()
47 REG_EXTENDED) != REG_NOERROR) in main()
376 #define REG_NOERROR _REG_NOERROR macro
3776 (build_wcs_upper_buffer): Return REG_NOERROR or REG_ESPACE.