HomeSort by: relevance | last modified time | path
    Searched refs:REG_ILLSEQ (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
regex.h 124 #define REG_ILLSEQ 17
  /src/lib/libc/regex/
regerror.c 95 = #define REG_ILLSEQ 18
120 {REG_ILLSEQ, "REG_ILLSEQ", "illegal byte sequence"},
regcomp.c 1403 SETERROR(REG_ILLSEQ);
1645 - character from the parse struct, signals a REG_ILLSEQ error if the
1659 SETERROR(REG_ILLSEQ);
  /src/tests/lib/libc/regex/
t_regex_att.c 290 #ifdef REG_ILLSEQ

Completed in 13 milliseconds