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

  /src/tests/lib/libc/regex/
t_regex_binary.c 49 if ((e = regcomp(&re, "[\xe0-\xf1][\xa0-\xd1].*", REG_EXTENDED)) != 0) {
68 if ((e = regcomp(&re, ": j:[]j:[]j:[\xd9j:[]", REG_EXTENDED)) != 0) {
t_exhaust.c 199 { p0, REG_EXTENDED },
200 { p1, REG_EXTENDED },
201 { p2, REG_EXTENDED },
202 { p3, REG_EXTENDED },
203 { p4, REG_EXTENDED },
204 { p5, REG_EXTENDED },
main.c 45 int copts = REG_EXTENDED;
202 options('c', f[1]) &~ REG_EXTENDED);
255 const char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
361 o &= ~REG_EXTENDED;
373 o &= ~REG_EXTENDED;
t_regex_att.c 510 flags = REG_EXTENDED;
  /src/tests/fs/cd9660/
h_hexdump_r.c 55 " \\|.{16}\\|$", REG_EXTENDED) != 0)
57 if (regcomp(&end_re, "^(" H "{8,9})$", REG_EXTENDED) != 0)
  /src/lib/libform/
type_regex.c 67 (REG_EXTENDED | REG_NOSUB | REG_NEWLINE))) != 0) {
  /src/include/
regex.h 98 #define REG_EXTENDED 0001
  /src/usr.bin/find/
main.c 107 regcomp_flags = REG_EXTENDED;
  /src/sbin/efi/
getvars.c 151 if (regcomp(&args.preg, regexp, REG_EXTENDED) != 0)
showvar.c 533 if (regcomp(&preg, regexp, REG_EXTENDED) != 0)
  /src/sbin/mount_portal/
conf.c 208 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
mkregtable.c 210 (&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
  /src/bin/ed/
main.c 139 ere = REG_EXTENDED;
  /src/usr.bin/m4/
gnum4.c 499 int mode = REG_EXTENDED;
541 error = regcomp(&re, pat, REG_EXTENDED);
  /src/share/examples/refuse/dmesgfs/
dmesgfs.c 266 if (regcomp(&r, "^([a-z0-9]+) at ([a-z0-9]+)(.*)", REG_EXTENDED) != 0) {
  /src/usr.bin/sed/
main.c 148 rflags |= REG_EXTENDED;
  /src/lib/libc/regex/
regcomp.c 289 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
341 p->allowbranch = (cflags & REG_EXTENDED) != 0;
346 p->allowbranch = (cflags & REG_EXTENDED) != 0;
348 if (cflags & REG_EXTENDED) {
418 = #define REG_EXTENDED 0001
1443 if (!(p->g->cflags&REG_EXTENDED))
  /src/usr.bin/grep/
grep.c 661 cflags |= REG_EXTENDED;
  /src/usr.bin/pkill/
pkill.c 99 static int cflags = REG_EXTENDED;
  /src/games/fortune/fortune/
fortune.c 1205 flags = REG_EXTENDED | REG_NOSUB;
  /src/usr.sbin/user/
user.c 962 (void)regcomp(&r, pwtp->regex, REG_EXTENDED);
1318 if ((sc = regcomp(&r, line, REG_EXTENDED|REG_NEWLINE)) != 0) {
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 1560 retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
  /src/sbin/sysctl/
sysctl.c 417 j = regcomp(&re[i], p[i].ps_re, REG_EXTENDED);
  /src/usr.bin/make/
var.c 3029 error = regcomp(&args.re, re.str, REG_EXTENDED);

Completed in 30 milliseconds