Searched refs:ignoresig (Results 1 – 3 of 3) sorted by relevance
42 void ignoresig(int, int);
930 ignoresig(SIGINT, vforked); in forkchild()931 ignoresig(SIGQUIT, vforked); in forkchild()941 ignoresig(SIGINT, vforked); in forkchild()942 ignoresig(SIGQUIT, vforked); in forkchild()
334 ignoresig(int signo, int vforked) in ignoresig() function