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

  /src/include/
regex.h 99 #define REG_ICASE 0002
  /src/tests/lib/libc/regex/
t_regex_att.c 328 flags |= REG_ICASE;
main.c 364 o |= REG_ICASE;
  /src/usr.bin/grep/
grep.c 498 cflags |= REG_ICASE;
  /src/usr.bin/pkill/
pkill.c 224 cflags |= REG_ICASE;
  /src/games/fortune/fortune/
fortune.c 1207 flags |= REG_ICASE;
  /src/usr.bin/sed/
compile.c 465 flags |= REG_ICASE;
  /src/lib/libc/regex/
regcomp.c 419 = #define REG_ICASE 0002
1119 if (p->g->cflags&REG_ICASE)
1267 if (p->g->cflags&REG_ICASE)
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)

Completed in 21 milliseconds