Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 2 of 2) sorted by relevance

/coreutils/tests/tail/
Dpipe-f.sh50 tail -n2 -f $mode $fastpoll out && touch timed_out) |
52 test -e timed_out && fail=1
54 rm -f timed_out
/coreutils/src/
Dtimeout.c79 static int timed_out; variable
207 timed_out = 1; in cleanup()
588 if (!timed_out && disable_core_dumps ()) in main()
598 if (timed_out && sig == SIGKILL) in main()
610 if (timed_out && !preserve_status) in main()