OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignoresig
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
trap.h
42
void
ignoresig
(int, int);
jobs.c
930
ignoresig
(SIGINT, vforked);
931
ignoresig
(SIGQUIT, vforked);
941
ignoresig
(SIGINT, vforked);
942
ignoresig
(SIGQUIT, vforked);
trap.c
334
ignoresig
(int signo, int vforked)
function
Completed in 8603 milliseconds