Searched refs:sigint (Results 1 – 2 of 2) sorted by relevance
1536 static void sigint(int s) in sigint() function1542 setsig(SIGINT, sigint); in sigint()1771 setsig(SIGTERM, sigint); /* Stop gracefully, as soon as we possibly can. */ in process()1772 setsig(SIGINT , sigint); /* Either skip current input or behave as SIGTERM. */ in process()
819 static sig_atomic_t sigint = 0;823 sigint = 1;976 while (likely(!sigint)) {