Home
last modified time | relevance | path

Searched refs:SIGINFO (Results 1 – 4 of 4) sorted by relevance

/coreutils/tests/dd/
Dstats.sh23 kill -l | grep 'INFO' && SIGINFO='INFO' || SIGINFO='USR1'
28 trap '' $SIGINFO
58 until ! kill -s $SIGINFO $pid 2>/dev/null; do
/coreutils/src/
Ddd.c62 #ifndef SIGINFO
63 # define SIGINFO SIGUSR1 macro
645 "), SIGINFO == SIGUSR1 ? "USR1" : "INFO"); in usage()
866 bool catch_siginfo = ! (SIGINFO == SIGUSR1 && getenv ("POSIXLY_CORRECT")); in install_signal_handlers()
873 sigaddset (&caught_signals, SIGINFO); in install_signal_handlers()
879 if (sigismember (&caught_signals, SIGINFO)) in install_signal_handlers()
886 sigaction (SIGINFO, &act, nullptr); in install_signal_handlers()
900 signal (SIGINFO, siginfo_handler); in install_signal_handlers()
901 siginterrupt (SIGINFO, 1); in install_signal_handlers()
/coreutils/
DNEWS1450 dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics.
/coreutils/doc/
Dcoreutils.texi9935 # Note this is not needed when SIGINFO is available.