Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:cleanup

104 static RETSIGTYPE cleanup(int);
953 (void)setsignal(SIGPIPE, cleanup);
955 (void)setsignal(SIGTERM, cleanup);
956 (void)setsignal(SIGINT, cleanup);
959 if ((oldhandler = setsignal(SIGHUP, cleanup)) != SIG_DFL)
1089 cleanup(int signo _U_)