Searched refs:REG_ILLSEQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/include/
H A Dregex.h91 #define REG_ILLSEQ 17 macro
/freebsd-10-stable/lib/libc/regex/
H A Dregerror.c80 = #define REG_ILLSEQ 17
105 {REG_ILLSEQ, "REG_ILLSEQ", "illegal byte sequence"},
H A Dregcomp.c931 SETERROR(REG_ILLSEQ);
1105 - character from the parse struct, signals a REG_ILLSEQ error if the
1118 SETERROR(REG_ILLSEQ);

Completed in 50 milliseconds