Searched refs:REG_NOMATCH (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregerrs.h2 { REG_NOMATCH, "REG_NOMATCH", "failed to match" },
H A Dregexec.c195 return REG_NOMATCH;
293 return REG_NOMATCH;
444 if (er != REG_NOMATCH) {
451 return REG_NOMATCH;
463 return REG_NOMATCH;
775 return REG_NOMATCH;
793 if (er != REG_OKAY && er != REG_NOMATCH) {
805 return REG_NOMATCH;
813 return REG_NOMATCH;
868 return REG_NOMATCH;
[all...]
H A Dregex.h274 #define REG_NOMATCH 1 /* failed to match */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c577 test_exec("aaa-b", 0, REG_NOMATCH);
579 test_exec("xxxxxx", 0, REG_NOMATCH);
599 0, REG_NOMATCH);
605 0, REG_NOMATCH);
626 test_exec("xirefoabzlfd", 0, REG_NOMATCH);
652 test_exec("xfoobarx", 0, REG_NOMATCH);
653 test_exec("foobarxx", 0, REG_NOMATCH);
654 test_exec("xxfoobar", 0, REG_NOMATCH);
655 test_exec("xfoxbar", 0, REG_NOMATCH);
656 test_exec("foxbarx", 0, REG_NOMATCH);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h302 REG_NOMATCH, /* Didn't find a match (for regexec). */
300 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon6660
H A Dregex.c1310 gettext_noop ("No match") /* REG_NOMATCH */
8117 We return 0 if we find a match and REG_NOMATCH if not. */
8144 return (int) REG_NOMATCH;
8172 return ret >= 0 ? (int) REG_NOERROR : (int) REG_NOMATCH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h292 REG_NOMATCH, /* Didn't find a match (for regexec). */
290 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon7607
H A Dregex.c1029 gettext_noop ("No match") /* REG_NOMATCH */
5774 We return 0 if we find a match and REG_NOMATCH if not. */
5805 return (int) REG_NOMATCH;
5833 return ret >= 0 ? (int) REG_NOERROR : (int) REG_NOMATCH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h58 return REG_NOMATCH; \
H A Dtre.h82 REG_NOMATCH, /* No match. */ enumerator in enum:__anon2738
H A Dtre-match-parallel.c218 return REG_NOMATCH;
498 return match_eo >= 0 ? REG_OK : REG_NOMATCH;
H A Dtre-match-backtrack.c651 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH;
H A Dtre-match-approx.c811 return match_eo >= 0 ? REG_OK : REG_NOMATCH;
H A Dtre-compile.c2292 return REG_NOMATCH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp381 return ret >= 0 ? 0 : REG_NOMATCH;
432 case REG_NOMATCH:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c283 case REG_NOMATCH:
382 || (invert_match && errcode == REG_NOMATCH))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_filter.c384 if (bgp_regexec (asfilter->reg, aspath) != REG_NOMATCH)
H A Dbgp_route.c4396 if (bgp_regexec (regex, ri->attr->aspath) == REG_NOMATCH)
4641 if (bgp_regexec (regex, ri->attr->aspath) == REG_NOMATCH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c382 if (rc == REG_NOMATCH)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c233 if (regexec(&re_buffer, sv->u.s, NMATCH, re_regs, 0) != REG_NOMATCH &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c637 if (REG_NOMATCH == regexec(current_regex, oldline, 10, G.regmatch, 0))
678 } while (*oldline && (regexec(current_regex, oldline, 10, G.regmatch, 0) != REG_NOMATCH));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dmkregtable.c683 if (r == REG_NOMATCH) {

Completed in 300 milliseconds