Searched refs:REG_EXTENDED (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/procps/ |
D | pgrep.c | 155 xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB)); in pgrep_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 210 # 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/ |
D | cut.c | 96 if (shoe) xregcomp(®, delim, REG_EXTENDED); in cut_file()
|
D | test.c | 600 if (regcomp(&re_buffer, opnd2, REG_EXTENDED)) { // REG_NEWLINE? in binop()
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 372 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/ |
D | awk.c | 1321 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()
|
D | sed.c | 1536 G.regex_type |= REG_EXTENDED; // -r or -E in sed_main()
|
/busybox-1.35.0/scripts/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 689 xregcomp(&new->preg, name, REG_EXTENDED); in process_config_line()
|