OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleSIG
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSPosix/
ExampleClientApp.c
36
mDNSlocal void
HandleSIG
(int signal)
40
debugf("
HandleSIG
");
46
signal(SIGINT,
HandleSIG
); // SIGINT is what you get for a Ctrl-C
47
signal(SIGTERM,
HandleSIG
);
Identify.c
262
mDNSlocal void
HandleSIG
(int signal)
266
debugf("
HandleSIG
");
294
signal(SIGINT,
HandleSIG
); // SIGINT is what you get for a Ctrl-C
295
signal(SIGTERM,
HandleSIG
);
Completed in 28 milliseconds