Home
last modified time | relevance | path

Searched refs:REG_OK (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c248 has not yet been reached. Returns REG_OK if successful. */
275 if (status != REG_OK) \
283 if (_status != REG_OK) \
368 return REG_OK; in tre_stack_push()
546 return REG_OK; in parse_bracket_terms()
635 if (err != REG_OK) in parse_bracket()
772 return REG_OK; in marksub()
944 return REG_OK; in parse_atom()
948 if ((err = tre_stack_push_voidptr(s, v)) != REG_OK) \
953 if ((err = tre_stack_push_int(s, v)) != REG_OK) \
[all...]
H A Dregexec.c457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
1022 if (status == REG_OK) in regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c248 has not yet been reached. Returns REG_OK if successful. */
275 if (status != REG_OK) \
283 if (_status != REG_OK) \
368 return REG_OK; in tre_stack_push()
546 return REG_OK; in parse_bracket_terms()
635 if (err != REG_OK) in parse_bracket()
772 return REG_OK; in marksub()
945 return REG_OK; in parse_atom()
949 if ((err = tre_stack_push_voidptr(s, v)) != REG_OK) \
954 if ((err = tre_stack_push_int(s, v)) != REG_OK) \
[all...]
H A Dregexec.c457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
1022 if (status == REG_OK) in regexec()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c248 has not yet been reached. Returns REG_OK if successful. */
275 if (status != REG_OK) \
283 if (_status != REG_OK) \
368 return REG_OK; in tre_stack_push()
546 return REG_OK; in parse_bracket_terms()
635 if (err != REG_OK) in parse_bracket()
772 return REG_OK; in marksub()
944 return REG_OK; in parse_atom()
948 if ((err = tre_stack_push_voidptr(s, v)) != REG_OK) \
953 if ((err = tre_stack_push_int(s, v)) != REG_OK) \
[all...]
H A Dregexec.c457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
1022 if (status == REG_OK) in regexec()
/third_party/musl/src/regex/
H A Dregcomp.c248 has not yet been reached. Returns REG_OK if successful. */
275 if (status != REG_OK) \
283 if (_status != REG_OK) \
368 return REG_OK; in tre_stack_push()
546 return REG_OK; in parse_bracket_terms()
635 if (err != REG_OK) in parse_bracket()
772 return REG_OK; in marksub()
944 return REG_OK; in parse_atom()
948 if ((err = tre_stack_push_voidptr(s, v)) != REG_OK) \
953 if ((err = tre_stack_push_int(s, v)) != REG_OK) \
[all...]
H A Dregexec.c457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel()
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_backtrack()
1022 if (status == REG_OK) in regexec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h35 #define REG_OK 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h35 #define REG_OK 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h35 #define REG_OK 0 macro
/third_party/musl/include/
H A Dregex.h35 #define REG_OK 0 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs632 pub const REG_OK: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2342 pub const REG_OK: ::c_int = 0; consts

Completed in 24 milliseconds