Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
REG_EESCAPE
src/build/libgnuregex/regex.c
1249
if (p == pend) return REG_EESCAPE;
src/build/libgnuregex/regex.c
1386
if (p == pend) return REG_EESCAPE;
src/build/libgnuregex/regex.c
1559
if (p == pend) return REG_EESCAPE;
src/kits/shared/RegExp.cpp
89
fError = REG_EESCAPE;
src/system/libroot/posix/glibc/regex/regcomp.c
2449
*err = REG_EESCAPE;