Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/procps/
Dpgrep.c155 xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB)); in pgrep_main()
/busybox-1.35.0/findutils/
Dgrep.c210 # undef REG_EXTENDED
214 # define REG_EXTENDED (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES) macro
789 reflags |= REG_EXTENDED; in grep_main()
/busybox-1.35.0/coreutils/
Dcut.c96 if (shoe) xregcomp(&reg, delim, REG_EXTENDED); in cut_file()
Dtest.c600 if (regcomp(&re_buffer, opnd2, REG_EXTENDED)) { // REG_NEWLINE? in binop()
/busybox-1.35.0/util-linux/
Dmdev.c372 xregcomp(&e->match, eq + 1, REG_EXTENDED); in parse_envmatch_pfx()
422 xregcomp(&G.cur_rule.match, val, REG_EXTENDED); in parse_next_rule()
/busybox-1.35.0/editors/
Dawk.c1321 xregcomp(re, s, REG_EXTENDED); in mk_re_node()
1322 xregcomp(re + 1, s, REG_EXTENDED | REG_ICASE); in mk_re_node()
1887 cflags = icase ? REG_EXTENDED | REG_ICASE : REG_EXTENDED; in as_regex()
1894 cflags &= ~REG_EXTENDED; in as_regex()
Dsed.c1536 G.regex_type |= REG_EXTENDED; // -r or -E in sed_main()
/busybox-1.35.0/scripts/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/busybox-1.35.0/miscutils/
Ddevfsd.c689 xregcomp(&new->preg, name, REG_EXTENDED); in process_config_line()