Searched refs:SORT_FAILURE (Results 1 – 3 of 3) sorted by relevance
/coreutils/tests/sort/ |
D | sort-exit-early.sh | 23 SORT_FAILURE=2 28 returns_ $SORT_FAILURE timeout 10 sort -o input || fail=1 34 returns_ $SORT_FAILURE timeout 10 sort -o typo - output || fail=1
|
D | sort-compress-proc.sh | 26 SORT_FAILURE=2 62 test $? -eq $SORT_FAILURE || fail=1
|
/coreutils/src/ |
D | sort.c | 126 SORT_FAILURE = 2 enumerator 396 _exit (SORT_FAILURE); in async_safe_die() 405 error (SORT_FAILURE, errno, "%s: %s", message, in sort_die() 718 error (SORT_FAILURE, errno, _("waiting for %s [-d]"), in reap() 723 error (SORT_FAILURE, 0, _("%s [-d] terminated abnormally"), in reap() 878 error (SORT_FAILURE, errno, _("cannot create temporary file in %s"), in create_temp_file() 974 error (SORT_FAILURE, ftruncate_errno, _("%s: error truncating"), in stream_open() 1195 error (SORT_FAILURE, errno, _("couldn't create process for %s -d"), in open_temp() 1356 error (SORT_FAILURE, 0, in specify_nmerge() 1374 error (SORT_FAILURE, 0, in specify_nmerge() [all …]
|