Searched refs:REG_ERPAREN (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h320 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
318 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon605
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h320 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
318 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon1228
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h317 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
315 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon1469
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h338 REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */
336 REG_ERPAREN /* Unmatched ) or \\); not returned from regcomp. */ enumerator in enum:__anon1709
H A Dregcomp.c180 gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */
506 if (ret == REG_ERPAREN)
2317 *err = REG_ERPAREN;
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c1372 gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */
3723 FREE_STACK_RETURN (REG_ERPAREN);
3745 FREE_STACK_RETURN (REG_ERPAREN);
7986 if (ret == REG_ERPAREN) ret = REG_EPAREN;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c1372 gettext_noop ("Unmatched ) or \\)") /* REG_ERPAREN */
3723 FREE_STACK_RETURN (REG_ERPAREN);
3745 FREE_STACK_RETURN (REG_ERPAREN);
7986 if (ret == REG_ERPAREN) ret = REG_EPAREN;

Completed in 223 milliseconds