NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
REG_GNU
lib/libc/regex/regcomp.c
339
if ((cflags & REG_GNU) == 0) {
tests/lib/libc/regex/main.c
380
o |= REG_GNU;
usr.bin/sed/main.c
152
rflags &= ~REG_GNU;
usr.bin/sed/main.c
173
rflags |= REG_GNU;