HomeSort by relevance Sort by last modified time
    Searched refs:sigaction (Results 76 - 100 of 1213) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
1-10.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGPIPE
35 struct sigaction act;
40 if (sigaction(SIGPIPE, &act, 0) == -1) {
1-11.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGQUIT
35 struct sigaction act;
40 if (sigaction(SIGQUIT, &act, 0) == -1) {
1-12.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGSEGV
35 struct sigaction act;
40 if (sigaction(SIGSEGV, &act, 0) == -1) {
1-13.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGTERM
35 struct sigaction act;
40 if (sigaction(SIGTERM, &act, 0) == -1) {
1-14.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGTSTP
35 struct sigaction act;
40 if (sigaction(SIGTSTP, &act, 0) == -1) {
1-15.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGTTIN
35 struct sigaction act;
40 if (sigaction(SIGTTIN, &act, 0) == -1) {
1-16.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGTTOU
35 struct sigaction act;
40 if (sigaction(SIGTTOU, &act, 0) == -1) {
1-17.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGUSR1
35 struct sigaction act;
40 if (sigaction(SIGUSR1, &act, 0) == -1) {
1-18.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGUSR2
35 struct sigaction act;
40 if (sigaction(SIGUSR2, &act, 0) == -1) {
1-19.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGUSR2
36 struct sigaction act;
41 if (sigaction(SIGUSR2, &act, 0) == -1) {
1-2.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGUSR2
35 struct sigaction act;
40 if (sigaction(SIGUSR2, &act, 0) == -1) {
1-20.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGPROF
35 struct sigaction act;
40 if (sigaction(SIGPROF, &act, 0) == -1) {
1-21.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGSYS
35 struct sigaction act;
40 if (sigaction(SIGSYS, &act, 0) == -1) {
1-22.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGTRAP
35 struct sigaction act;
40 if (sigaction(SIGTRAP, &act, 0) == -1) {
1-23.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGURG
35 struct sigaction act;
40 if (sigaction(SIGURG, &act, 0) == -1) {
1-24.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGVTALRM
35 struct sigaction act;
40 if (sigaction(SIGVTALRM, &act, 0) == -1) {
1-25.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGXCPU
35 struct sigaction act;
40 if (sigaction(SIGXCPU, &act, 0) == -1) {
1-26.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGXFSZ
35 struct sigaction act;
40 if (sigaction(SIGXFSZ, &act, 0) == -1) {
1-3.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGBUS
35 struct sigaction act;
40 if (sigaction(SIGBUS, &act, 0) == -1) {
1-4.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGCHLD
35 struct sigaction act;
40 if (sigaction(SIGCHLD, &act, 0) == -1) {
1-5.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGCONT
35 struct sigaction act;
40 if (sigaction(SIGCONT, &act, 0) == -1) {
1-6.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGFPE
35 struct sigaction act;
40 if (sigaction(SIGFPE, &act, 0) == -1) {
1-7.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGHUP
35 struct sigaction act;
40 if (sigaction(SIGHUP, &act, 0) == -1) {
1-8.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGILL
35 struct sigaction act;
40 if (sigaction(SIGILL, &act, 0) == -1) {
1-9.c 8 Test case for assertion #1 of the sigaction system call that shows
9 sigaction (when used with a non-null act pointer) changes the action
17 2. Use sigaction to setup a signal handler for SIGINT
35 struct sigaction act;
40 if (sigaction(SIGINT, &act, 0) == -1) {

Completed in 219 milliseconds

1 2 34 5 6 7 8 91011>>