OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handler
(Results
301 - 325
of
2987
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
13-24.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-25.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-26.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-3.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-4.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-5.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-6.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-7.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-8.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
13-9.c
27
void
handler
(int signo)
function
49
act.sa_handler =
handler
;
17-1.c
10
errno set to EINTR if a
handler
for the SIGABRT signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-10.c
10
errno set to EINTR if a
handler
for the SIGPIPE signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-11.c
10
errno set to EINTR if a
handler
for the SIGQUIT signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-12.c
10
errno set to EINTR if a
handler
for the SIGSEGV signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-13.c
10
errno set to EINTR if a
handler
for the SIGTERM signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-14.c
10
errno set to EINTR if a
handler
for the SIGTSTP signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-15.c
10
errno set to EINTR if a
handler
for the SIGTTIN signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-16.c
10
errno set to EINTR if a
handler
for the SIGTTOU signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-17.c
10
errno set to EINTR if a
handler
for the SIGUSR1 signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-18.c
10
errno set to EINTR if a
handler
for the SIGUSR2 signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-19.c
10
errno set to EINTR if a
handler
for the SIGALRM signal is setup with
30
void
handler
(int signo)
function
44
act.sa_handler =
handler
;
17-2.c
10
errno set to EINTR if a
handler
for the SIGALRM signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-20.c
10
errno set to EINTR if a
handler
for the SIGPROF signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-21.c
10
errno set to EINTR if a
handler
for the SIGSYS signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
17-22.c
10
errno set to EINTR if a
handler
for the SIGTRAP signal is setup with
30
void
handler
(int signo)
function
45
act.sa_handler =
handler
;
Completed in 319 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>