Home
last modified time | relevance | path

Searched refs:match (Results 1 – 11 of 11) sorted by relevance

/coreutils/tests/sort/
Dsort-debug-keys.sh26 ^ no match for key
28 ^ no match for key
30 ^ no match for key
32 ^ no match for key
34 ^ no match for key
36 ^ no match for key
38 ^ no match for key
40 ^ no match for key
42 ^ no match for key
44 ^ no match for key
[all …]
/coreutils/tests/touch/
Dnot-owner.sh49 cmp out exp > /dev/null 2>&1 && { match=1; break; }
51 test "$match" = 1 || fail=1
/coreutils/src/
Duniq.c302 bool match, uintmax_t linecount) in writeline() argument
305 : !match ? output_first_repeated in writeline()
410 bool match; in check_file() local
421 match = !different (thisfield, prevfield, thislen, prevlen); in check_file()
422 match_count += match; in check_file()
433 if (!match) in check_file()
447 if (!match || output_later_repeated) in check_file()
449 writeline (prevline, match, match_count); in check_file()
453 if (!match) in check_file()
Ddigest.c1243 bool match = false; in digest_check() local
1246 match = b64_equal (digest, bin_buffer); in digest_check()
1250 match = hex_equal (digest, bin_buffer); in digest_check()
1252 if (match) in digest_check()
1259 if (! match || ! quiet) in digest_check()
1266 if (! match) in digest_check()
Ddf.c1751 bool match = false; in main() local
1763 match = true; in main()
1768 if (match) in main()
/coreutils/tests/misc/
Ddircolors.pl42 ['term-4', '-b', {IN => "TERM N*match\nowt 40;33\n"},
/coreutils/
DHACKING360 (string-match "/coreutils\\>" (buffer-file-name))
371 if match(getcwd(), "coreutils") > 0
534 match RedundantSpaces /\s\+$\| \+\ze\t/
586 print SHA1s for commits that match via log or patch.
Dinit.cfg388 # Pad start with one space for the first option to match in query function.
DNEWS480 dircolors will now also match COLORTERM in addition to TERM environment
1084 number of bytes matched) with 'match'/':' operators on multibyte strings.
2622 join -v2 now ensures the default output format prints the match field
2623 at the start of the line when it is different to the match field for
4786 and/or group match those of an affected symlink.
/coreutils/doc/
Dsort-version.texi590 The longest such match is used, except that a suffix is not
591 allowed to match an entire nonempty string.
Dcoreutils.texi382 * String expressions:: @code{+ : match substr index length}
1865 number only lines that contain a match for the basic regular
3590 including) the next line of the input file that contains a match for
4181 whether the checksums match the contents of the named files.
4202 checksum. Then, if the computed message digest does not match the
6588 do not match, the heading fields from the first file will be used.
7740 In directories, ignore files whose names match the shell pattern
7756 In directories, ignore files whose names match the shell pattern
7758 in the shell, an initial @samp{.} in a file name does not match a
8453 environment variable either to match the hardware tabs, or to disable
[all …]