Symbol: REG_ICASE
usr/src/cmd/find/find.c
717
((np->action == IREGEX) ? REG_ICASE : 0) |
usr/src/cmd/grep/grep.c
236
regflags |= REG_ICASE;
usr/src/cmd/man/man.c
785
if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0)
usr/src/cmd/mandoc/mansearch.c
797
REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
usr/src/cmd/sed/compile.c
472
flags |= REG_ICASE;
usr/src/cmd/sendmail/src/map.c
6864
pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
usr/src/cmd/sendmail/src/map.c
6883
pflags &= ~REG_ICASE;
usr/src/lib/libc/port/regex/regcomp.c
1114
if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
usr/src/lib/libc/port/regex/regcomp.c
867
if (p->g->cflags&REG_ICASE)
usr/src/lib/print/libpapi-common/common/attribute.c
662
REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
300
(void) regcomp(&job_re, job_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
307
(void) regcomp(&wjob_re, wjob_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
308
(void) regcomp(&whjob_re, whjob_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
309
(void) regcomp(&wline_re, wline_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
346
REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
351
(void) regcomp(&proc_re, proc_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
352
(void) regcomp(&idle_re, idle_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
374
(void) regcomp(&doc1_re, doc1_expr, REG_EXTENDED|REG_ICASE);
usr/src/lib/print/libpapi-lpd/common/lpd-query.c
375
(void) regcomp(&doc2_re, doc2_expr, REG_EXTENDED|REG_ICASE);
usr/src/test/libc-tests/tests/regex/testregex.c
1628
cflags |= REG_ICASE;
usr/src/test/libc-tests/tests/regex/testregex.c
352
#ifndef REG_ICASE
usr/src/test/libc-tests/tests/regex/testregex.c
433
#ifndef REG_ICASE