OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_signal
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/
main.c
248
static void
bad_signal
__P((int));
730
SIGNAL(SIGABRT,
bad_signal
);
731
SIGNAL(SIGALRM,
bad_signal
);
732
SIGNAL(SIGFPE,
bad_signal
);
733
SIGNAL(SIGILL,
bad_signal
);
734
SIGNAL(SIGPIPE,
bad_signal
);
735
SIGNAL(SIGQUIT,
bad_signal
);
736
SIGNAL(SIGSEGV,
bad_signal
);
738
SIGNAL(SIGBUS,
bad_signal
);
741
SIGNAL(SIGEMT,
bad_signal
);
1487
bad_signal
(sig)
function
[
all
...]
Completed in 175 milliseconds