Home
last modified time | relevance | path

Searched refs:sa_int (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libutil/
H A Dpw_util.c282 struct sigaction sa, sa_int, sa_quit; in pw_edit() local
295 sigaction(SIGINT, &sa, &sa_int); in pw_edit()
304 sigaction(SIGINT, &sa_int, NULL); in pw_edit()
336 sigaction(SIGINT, &sa_int, NULL); in pw_edit()
/dragonfly/usr.bin/su/
H A Dsu.c156 struct sigaction sa, sa_int, sa_quit, sa_pipe; in main() local
422 sigaction(SIGINT, &sa, &sa_int); in main()
472 sigaction(SIGINT, &sa_int, NULL); in main()