Searched defs:sigterm (Results 1 – 5 of 5) sorted by relevance
61 static void sigterm() { sigpanic(SIGTERM); } in sigterm() function
228 int sigterm(){ msg("SIGTERM() try rewriting\n"); sigAbort();} in sigterm() function
364 int sigterm(){ msg("SIGTERM() try rewriting\n"); sigAbort();} in sigterm() function
65 static void sigterm(sig) in sigterm() function
88 void (*sigint)(), (*sighup)(), (*sigterm)(); in tacstdin() local