| 158 |
REG_BADPAT, /* \N is not supported in a class */ |
REG_BADPAT, /* \N is not supported in a class */ |
| 159 |
REG_BADPAT, /* too many forward references */ |
REG_BADPAT, /* too many forward references */ |
| 160 |
REG_BADPAT, /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */ |
REG_BADPAT, /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */ |
| 161 |
|
REG_BADPAT /* invalid UTF-16 string (should not occur) */ |
| 162 |
}; |
}; |
| 163 |
|
|
| 164 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |