Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/rm/
Dfail-eperm.xpl128 my $regex = quotemeta $exp;
129 $line =~ /^$regex/
/coreutils/src/
Dptx.c402 compile_regex (struct regex_data *regex) in compile_regex() argument
404 struct re_pattern_buffer *pattern = &regex->pattern; in compile_regex()
405 char const *string = regex->string; in compile_regex()
410 pattern->fastmap = regex->fastmap; in compile_regex()
/coreutils/
Dconfigure.ac72 [Define to 1 if apps call 'regex' functions from a single thread.])
76 [Define to 1 if apps call mbrtowc, mbrtoc32, and 'regex' functions
DNEWS3617 tac: avoid segfault with --regex (-r) and multiple files, e.g.,
/coreutils/doc/
Dcoreutils.texi1767 @itemx --regex
1769 @opindex --regex
5809 used, end of sentences are used. In this case, this @var{regex} is
14021 @item @var{string} : @var{regex}
14030 If @var{regex} does not use @samp{\(} and @samp{\)}, the @code{:}
14034 If @var{regex} uses @samp{\(} and @samp{\)}, the @code{:} expression
14053 @item match @var{string} @var{regex}
14056 @w{@samp{@var{string} : @var{regex}}}.