Searched refs:REG_ERANGE (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregerrs.h12 { REG_ERANGE, "REG_ERANGE", "invalid character range" },
H A Dregex.h284 #define REG_ERANGE 11 /* invalid character range */ macro
H A Dregc_locale.c735 ERR(REG_ERANGE);
H A Dregcomp.c1380 ERR(REG_ERANGE);
1449 ERR(REG_ERANGE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h315 REG_ERANGE, /* Invalid range end. */
313 REG_ERANGE, /* Invalid range end. */ enumerator in enum:__anon6660
H A Dregex.c1340 gettext_noop ("Invalid range end") /* REG_ERANGE */
2765 FREE_STACK_RETURN (REG_ERANGE);
3176 FREE_STACK_RETURN (REG_ERANGE);
4384 return REG_ERANGE;
4411 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4428 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4472 return REG_ERANGE;
4479 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h305 REG_ERANGE, /* Invalid range end. */
303 REG_ERANGE, /* Invalid range end. */ enumerator in enum:__anon7607
H A Dregex.c1059 gettext_noop ("Invalid range end") /* REG_ERANGE */
2243 FREE_STACK_RETURN (REG_ERANGE);
3159 return REG_ERANGE;
3178 return syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h92 REG_ERANGE, /* Invalid use of range operator */ enumerator in enum:__anon2738
H A Dtre-parse.c290 status = REG_ERANGE;
355 status = REG_ERANGE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c1059 test_comp("[z-a]+", REG_EXTENDED, REG_ERANGE);
1060 test_comp("[a-b-c]", 0, REG_ERANGE);

Completed in 211 milliseconds