Searched refs:inf (Results 1 – 7 of 7) sorted by relevance
/coreutils/tests/seq/ |
D | seq-precision.sh | 25 seq 999999 inf | head -n2 > out || fail=1 44 seq 1 .1 inf | head -n2 > out || fail=1 49 seq inf inf | head -n2 | uniq > out || fail=1
|
D | seq-io-errors.sh | 35 returns_ 1 timed_seq_fail 1 inf || fail=1 38 returns_ 1 timed_seq_fail 1.1 .1 inf || fail=1
|
/coreutils/man/ |
D | env.x | 51 sh \-c 'env \-\-default-signal=PIPE seq inf | head \-n1'
|
/coreutils/tests/misc/ |
D | sleep.sh | 39 returns_ 124 timeout 0.1 sleep inf || fail=1
|
/coreutils/src/ |
D | seq.c | 455 bool inf = STREQ (b, "inf"); in seq_fast() local 463 size_t q_len = inf ? 0 : strlen (b); in seq_fast() 477 if (! inf) in seq_fast() 485 bool ok = inf || cmp (p, p_len, q, q_len) <= 0; in seq_fast() 506 if (! inf && 0 < cmp (p, p_len, q, q_len)) in seq_fast()
|
/coreutils/ |
D | THANKS.in | 338 Julian Bradfield jcb@inf.ed.ac.uk
|
/coreutils/doc/ |
D | coreutils.texi | 1546 case-insensitive @code{inf}, @code{infinity}, and @code{NaN}, although 17879 trap '' PIPE && sh -c 'trap - PIPE ; seq inf | head -n1' 17886 trap '' PIPE && sh -c 'env --default-signal=PIPE seq inf | head -n1' 17897 env --ignore-signal=INT seq inf > /dev/null 18892 sleep inf 19362 but @code{inf} is supported. 19460 Therefore @command{seq inf} can be used to
|