startup_handler   128 lib/util.h     extern struct sigaction startup_handler;
startup_handler    77 lib/utilunix.c struct sigaction startup_handler;
startup_handler   185 lib/utilunix.c     sigaction (SIGTSTP, &startup_handler, &sigactions->stop);
startup_handler   340 lib/utilunix.c     sigaction (SIGTSTP, NULL, &startup_handler);
startup_handler   163 src/execute.c          sigaction (SIGTSTP, &startup_handler, &sigtstp_action);
startup_handler   261 tests/lib/utilunix__my_system-common.c         ck_assert_msg (memcmp (_act, &startup_handler, sizeof(struct sigaction)) == 0, \