Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 31) sorted by relevance

12

/coreutils/tests/head/
Dhead-elide-tail.pl70 my $input = substr $s, 0, $file_size;
72 my $output = substr $input, 0, $out_len;
74 {IN=>$input}, {OUT=>$output}];
90 my $input = substr $s, 0, 2 * $file_size;
92 my $output = substr $input, 0, 2 * $out_len;
94 {IN=>$input}, {OUT=>$output}];
/coreutils/tests/sort/
Dsort-exit-early.sh26 touch input
27 chmod a-w input
28 returns_ $SORT_FAILURE timeout 10 sort -o input || fail=1
/coreutils/tests/split/
Db-chunk.sh55 printf '1\n2\n3\n4\n5\n' > input || framework_failure_
60 for file in input /proc/version /sys/kernel/profiling; do
76 input)
/coreutils/tests/rm/
Dempty-inacc.sh50 echo n | rm ---presume-input-tty -di inacc3 > out 2>&1 || fail=1
56 echo y | rm ---presume-input-tty -di inacc3 > out 2>&1 || fail=1
Ddeep-2.sh45 rm ---presume-input-tty -r x < no > out || fail=1
Ddir-no-w.sh27 rm ---presume-input-tty unwritable-dir < /dev/null > out-t 2>&1 && fail=1
Ddangling-symlink.sh31 rm ---presume-input-tty dangle symlink & pid=$!
Disatty.sh33 rm ---presume-input-tty f > out 2>&1 & pid=$!
Dinteractive-once.sh47 rm ---presume-input-tty -I file1-* < in-n >> out 2>> err || fail=1
89 cat in-y in-n | rm ---presume-input-tty -I file3-* >> out 2>> err || fail=1
/coreutils/tests/date/
Ddate-debug.sh43 date: input timezone: TZ="Asia/Tokyo" in date string
74 date: input timezone: TZ="America/Edmonton" in date string
104 date: input timezone: '@timespec' - always UTC
122 date: input timezone: TZ="UTC0" environment value or -u
147 date: input timezone: parsed date/time string (+00)
174 date: input timezone: TZ="UTC0" environment value or -u
205 date: input timezone: TZ="America/New_York" environment value, dst
236 date: input timezone: TZ="Europe/Helsinki" environment value
254 date: input timezone: TZ="Europe/Helsinki" environment value, dst
283 date: input timezone: TZ="UTC0" environment value or -u
/coreutils/tests/tail/
Dfollow-stdin.sh73 for input in '' '-' '/dev/tty'; do
74 returns_ 124 timeout 0.1 tail -f $input 2>err || fail=1
Dpipe-f.sh32 ==> standard input <==
/coreutils/man/
Dtee.x2 tee \- read from standard input and write to standard output and files
Dtty.x2 tty \- print the file name of the terminal connected to standard input
Dfold.x2 fold \- wrap each input line to fit in specified width
Dtr.x8 in which every possible input byte represents a single character.
/coreutils/tests/misc/
Dnohup.sh38 echo 'nohup: ignoring input' >exp
/coreutils/src/
Dstty.c185 control, input, output, local, combination enumerator
228 {"ignbrk", input, SANE_UNSET | REV, IGNBRK, 0},
229 {"brkint", input, SANE_SET | REV, BRKINT, 0},
230 {"ignpar", input, REV, IGNPAR, 0},
231 {"parmrk", input, REV, PARMRK, 0},
232 {"inpck", input, REV, INPCK, 0},
233 {"istrip", input, REV, ISTRIP, 0},
234 {"inlcr", input, SANE_UNSET | REV, INLCR, 0},
235 {"igncr", input, SANE_UNSET | REV, IGNCR, 0},
236 {"icrnl", input, SANE_SET | REV, ICRNL, 0},
[all …]
/coreutils/tests/cksum/
Dcksum-c.sh22 shuf -i 1-10 > input || framework_failure_
/coreutils/tests/
Dfilefrag-extent-compare19 or die "$ME: expected exactly two input lines; got $n_lines\n";
24 and die "$ME: unexpected input: odd number of numbers; expected even\n";
/coreutils/doc/
Dcoreutils.texi1 \input texinfo
32 * Date input formats: (coreutils)Date input formats.
72 * fold: (coreutils)fold invocation. Wrap long input lines.
216 * Date input formats:: Specifying date strings
255 * fold invocation:: Wrap input lines to fit in specified width
404 * tty invocation:: Print file name of terminal on standard input
443 * Date input formats:: Specifying date strings
486 Date input formats
539 Include the version number, machine architecture, input files, and
540 any other information needed to reproduce the bug: your input, what you
[all …]
Dsort-version.texi70 $ cat input
79 $ sort input $ sort -V input
113 general input such as textual strings and file names
381 The input strings consist entirely of non-digits, and based on the
418 In the above input file, only the last line in the input file starts
420 in the input file start with a digit -- their first non-digit part is
430 input lines are: empty part, @samp{%}, @samp{.}, @samp{~}.
/coreutils/.github/
DISSUE_TEMPLATE.txt48 If the problem happens on a very large input file, try to provide
49 a minimal example (a subset of the input file) that still causes the problem.
/coreutils/scripts/build-older-versions/
Dcoreutils-5.0-on-glibc-2.28.diff32 error (EXIT_FAILURE, errno, _("standard input"));
/coreutils/
DNEWS73 factor, numfmt, and tsort now diagnose read errors on the input.
96 tac now handles short reads on its input. Previously it may have exited
97 erroneously, especially with large input files with no separators.
134 split now uses more tuned access patterns for its potentially large input.
320 'split -n N' now splits more evenly when the input size is not a
322 most 1 byte. Formerly, it did this only when the input size was
350 split -n now accepts piped input even when not in round-robin mode,
351 by first copying input to a temporary file to determine its size.
379 exits, rather than waiting for more input to induce an exit when written.
558 pr again adjusts tabs in input, to maintain alignment in multi column output.
[all …]

12