Searched refs:REG_ICASE (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/lib/libutil/ |
| D | pwd_check.c | 70 REG_EXTENDED|REG_NOSUB|REG_ICASE, 75 REG_EXTENDED|REG_NOSUB|REG_ICASE, 80 REG_EXTENDED|REG_NOSUB|REG_ICASE,
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | xregex2.h | 261 #define REG_ICASE (REG_EXTENDED << 1) macro 266 #define REG_NEWLINE (REG_ICASE << 1)
|
| /mirbsd/src/include/ |
| D | regex.h | 76 #define REG_ICASE 0002 macro
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_expr_parse.y | 164 REG_EXTENDED|REG_NOSUB|REG_ICASE)) == NULL) {
|
| /mirbsd/src/usr.bin/grep/ |
| D | grep.c | 378 cflags |= REG_ICASE; in main()
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regex.h | 322 #define REG_ICASE (1 << 1) macro
|
| D | regcomp.c | 454 syntax |= (cflags & REG_ICASE) ? REG_IGNORE_CASE : 0; in regcomp()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_setenvif.c | 260 | (icase ? REG_ICASE : 0))); in add_setenvif_core()
|
| D | mod_rewrite.c | 641 rc = ((regexp = ap_pregcomp(cmd->pool, cp, REG_EXTENDED|REG_ICASE)) in cmd_rewritecond() 781 mode |= REG_ICASE; in cmd_rewriterule()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-cmds.c | 979 if (regcomp(&pattern,searchstr,REG_ICASE) == 0) in apropos_command() 989 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512); in apropos_command()
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_subst.c | 909 reflags |= REG_ICASE; 915 reflags |= REG_ICASE;
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | ls.c | 348 re_set_syntax (REG_ICASE|RE_SYNTAX_EGREP); in ls_fileproc()
|
| /mirbsd/src/lib/libc/regex/test/ |
| D | main.c | 347 o |= REG_ICASE; in options()
|
| D | tests | 26 # i REG_ICASE
|
| /mirbsd/src/lib/libc/regex/ |
| D | regcomp.c | 666 if (p->g->cflags®_ICASE) { in p_bracket() 904 if ((p->g->cflags®_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | map.c | 6870 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB; 6889 pflags &= ~REG_ICASE;
|