Searched refs:pattern (Results 1 – 10 of 10) sorted by relevance
/coreutils/tests/cp/ |
D | sparse.sh | 51 for pattern in 1 0; do 52 test "$pattern" = 1 && pattern="$(printf '%s\n%s' nonzero zeros)" 53 test "$pattern" = 0 && pattern="$(printf '%s\n%s' zeros nonzero)" 62 for i in $(yes "$pattern" | head -n$parts); do
|
/coreutils/tests/shred/ |
D | shred-passes.sh | 87 touch shred.pattern.umr.size 88 shred -n4 -s$size shred.pattern.umr.size || fail=1
|
/coreutils/gl/modules/ |
D | fadvise | 2 Declare an access pattern hint for files.
|
/coreutils/src/ |
D | ptx.c | 97 struct re_pattern_buffer pattern; member 186 count = re_match (&word_regex.pattern, cursor, limit - cursor, \ 404 struct re_pattern_buffer *pattern = ®ex->pattern; in compile_regex() local 408 pattern->buffer = nullptr; in compile_regex() 409 pattern->allocated = 0; in compile_regex() 410 pattern->fastmap = regex->fastmap; in compile_regex() 411 pattern->translate = ignore_case ? folded_chars : nullptr; in compile_regex() 413 message = re_compile_pattern (string, strlen (string), pattern); in compile_regex() 421 re_compile_fastmap (pattern); in compile_regex() 806 switch (re_search (&context_regex.pattern, cursor, in find_occurs_in_text() [all …]
|
D | ls.c | 271 static void add_ignore_pattern (char const *pattern); 699 char const *pattern; member 2139 hide->pattern = optarg; in decode_switches() 3162 add_ignore_pattern (char const *pattern) in add_ignore_pattern() argument 3167 ignore->pattern = pattern; in add_ignore_pattern() 3180 if (fnmatch (p->pattern, file, FNM_PERIOD) == 0) in patterns_match()
|
D | dd.c | 1359 operand_matches (char const *str, char const *pattern, char delim) in operand_matches() argument 1361 while (*pattern) in operand_matches() 1362 if (*str++ != *pattern++) in operand_matches()
|
/coreutils/ |
D | bootstrap | 968 pattern="$2" 974 pattern=$(echo "$pattern" | sed s,^,/,);; 976 insert_if_absent "$vc_ignore_file" "$pattern"
|
D | COPYING | 54 pattern of such abuse occurs in the area of products for individuals to
|
D | NEWS | 529 when a specific number of pattern matches are performed. 966 ptx -S no longer infloops for a pattern which returns zero-length matches.
|
/coreutils/doc/ |
D | coreutils.texi | 1836 @samp{\} and @samp{:} via options (see below), but the pattern 3565 csplit [@var{option}]@dots{} @var{input} @var{pattern}@dots{} 3568 The contents of the output files are determined by the @var{pattern} 3569 arguments, as detailed below. An error occurs if a @var{pattern} 3572 @var{pattern} has been matched, any remaining input is copied into one 3578 The types of pattern arguments are: 3596 Note lines within a negative offset of a regexp pattern 3604 Repeat the previous pattern @var{repeat-count} additional 3616 pattern or the @option{--suppress-matched} option. 3666 Do not output lines matching the specified @var{pattern}. [all …]
|