Searched refs:merge (Results 1 – 12 of 12) sorted by relevance
/coreutils/tests/sort/ |
D | sort-merge-fdlimit.sh | 39 && sort -m --batch-size=16 in/* 2>err/merge-default-err \ 40 || ! grep "open failed" err/merge-default-err) || fail=1 48 && sort -mR $randsource --batch-size=16 in/* 2>err/merge-random-err \ 49 || ! grep "open failed" err/merge-random-err) || fail=1
|
/coreutils/man/ |
D | paste.x | 2 paste \- merge lines of files
|
/coreutils/tests/seq/ |
D | seq-locale.sh | 25 uniq -w2 out > out-merge || framework_failure_
|
/coreutils/ |
D | bootstrap | 790 if git config merge.merge-changelog.driver >/dev/null ; then 792 elif check_exists git-merge-changelog; then 794 git config merge.merge-changelog.name 'GNU-style ChangeLog merge driver' 795 git config merge.merge-changelog.driver 'git-merge-changelog %O %A %B'
|
D | TODO | 72 We tried list merge sort, but it was about 50% slower than the 76 List merge sort was implemented in the style of Knuth algorithm 84 algorithm to try next should be merge insertion. See Knuth section
|
D | HACKING | 136 merge conflicts with each rebase (see below). In coreutils, I've gone
|
/coreutils/tests/df/ |
D | skip-duplicates.sh | 115 nonroot_fs = "/"; /* merge into / entries. */
|
/coreutils/tests/ |
D | filefrag-extent-compare | 84 ## perl-merge-trailing-else: nil
|
D | local.mk | 388 tests/sort/sort-merge.pl \ 389 tests/sort/sort-merge-fdlimit.sh \
|
/coreutils/src/ |
D | sort.c | 3873 merge (struct sortfile *files, size_t ntemps, size_t nfiles, in merge() function 4094 merge (tempfiles, ntemps, ntemps, output_file); in sort() 4826 merge (sortfiles, 0, nfiles, outfile); in main()
|
/coreutils/doc/ |
D | fdl.texi | 495 combination of the three, merge those two alternatives to suit the
|
D | coreutils.texi | 2743 @itemx --merge 2745 @opindex --merge 4479 @command{sort} has three modes of operation: sort (the default), merge, 4509 @itemx --merge 4511 @opindex --merge 4515 merge; merging is provided because it is faster, in the case where it 4797 @cindex number of inputs to merge, nmerge 4800 When @command{sort} has to merge more than @var{nmerge} inputs, 4802 a temporary file, which is then used as an input in a subsequent merge. 4804 A large value of @var{nmerge} may improve merge performance and decrease [all …]
|