Searched refs:osigint (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 43 osiginfo osigint; in krb5_prompter_posix() local 75 errcode = setup_tty(fp, prompts[i].hidden, &saveparm, &osigint); in krb5_prompter_posix() 95 restore_tty(fp, &saveparm, &osigint); in krb5_prompter_posix() 110 errcode = restore_tty(fp, &saveparm, &osigint); in krb5_prompter_posix() 130 catch_signals(osiginfo *osigint) in catch_signals() argument 138 sigaction(SIGINT, &sa, osigint); in catch_signals() 140 *osigint = signal(SIGINT, intrfunc); in catch_signals() 145 restore_signals(osiginfo *osigint) in restore_signals() argument 148 sigaction(SIGINT, osigint, NULL); in restore_signals() 150 signal(SIGINT, *osigint); in restore_signals() [all …]
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | getpass.c | 78 struct sigaction act, osigint, osigtstp; in __getpass() local 89 (void) sigaction(SIGINT, &act, &osigint); /* trap interrupt */ in __getpass() 109 (void) sigaction(SIGINT, &osigint, NULL); in __getpass()
|