HomeSort by: relevance | last modified time | path
    Searched defs:sa_int (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/su/
su_pam.c 360 struct sigaction sa, sa_int, sa_pipe, sa_quit; local in function:main
373 (void)sigaction(SIGINT, &sa, &sa_int);
396 (void)sigaction(SIGINT, &sa_int, NULL);

Completed in 11 milliseconds