Searched refs:act (Results 101 - 125 of 597) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D8-5.c41 struct sigaction act; local
43 act.sa_handler = SIGCONT_handler;
44 act.sa_flags = 0;
45 sigemptyset(&act.sa_mask);
46 sigaddset(&act.sa_mask, SIGCHLD);
47 if (sigaction(SIGCONT, &act, 0) == -1) {
53 act.sa_handler = SIGCHLD_handler;
54 act.sa_flags = 0;
55 sigemptyset(&act.sa_mask);
56 if (sigaction(SIGCHLD, &act,
[all...]
H A D8-6.c41 struct sigaction act; local
43 act.sa_handler = SIGFPE_handler;
44 act.sa_flags = 0;
45 sigemptyset(&act.sa_mask);
46 sigaddset(&act.sa_mask, SIGCONT);
47 if (sigaction(SIGFPE, &act, 0) == -1) {
53 act.sa_handler = SIGCONT_handler;
54 act.sa_flags = 0;
55 sigemptyset(&act.sa_mask);
56 if (sigaction(SIGCONT, &act,
[all...]
H A D8-7.c41 struct sigaction act; local
43 act.sa_handler = SIGHUP_handler;
44 act.sa_flags = 0;
45 sigemptyset(&act.sa_mask);
46 sigaddset(&act.sa_mask, SIGFPE);
47 if (sigaction(SIGHUP, &act, 0) == -1) {
53 act.sa_handler = SIGFPE_handler;
54 act.sa_flags = 0;
55 sigemptyset(&act.sa_mask);
56 if (sigaction(SIGFPE, &act,
[all...]
H A D8-8.c41 struct sigaction act; local
43 act.sa_handler = SIGILL_handler;
44 act.sa_flags = 0;
45 sigemptyset(&act.sa_mask);
46 sigaddset(&act.sa_mask, SIGHUP);
47 if (sigaction(SIGILL, &act, 0) == -1) {
53 act.sa_handler = SIGHUP_handler;
54 act.sa_flags = 0;
55 sigemptyset(&act.sa_mask);
56 if (sigaction(SIGHUP, &act,
[all...]
H A D8-9.c41 struct sigaction act; local
43 act.sa_handler = SIGINT_handler;
44 act.sa_flags = 0;
45 sigemptyset(&act.sa_mask);
46 sigaddset(&act.sa_mask, SIGILL);
47 if (sigaction(SIGINT, &act, 0) == -1) {
53 act.sa_handler = SIGILL_handler;
54 act.sa_flags = 0;
55 sigemptyset(&act.sa_mask);
56 if (sigaction(SIGILL, &act,
[all...]
H A D1-1.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGABRT, &act, 0) == -1) {
H A D1-10.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGPIPE, &act, 0) == -1) {
H A D1-11.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGQUIT, &act, 0) == -1) {
H A D1-12.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGSEGV, &act, 0) == -1) {
H A D1-13.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGTERM, &act, 0) == -1) {
H A D1-14.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGTSTP, &act, 0) == -1) {
H A D1-15.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGTTIN, &act, 0) == -1) {
H A D1-16.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGTTOU, &act, 0) == -1) {
H A D1-17.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGUSR1, &act, 0) == -1) {
H A D1-18.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGUSR2, &act, 0) == -1) {
H A D1-19.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGPOLL, &act, 0) == -1) {
H A D1-2.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGALRM, &act, 0) == -1) {
H A D1-20.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGPROF, &act, 0) == -1) {
H A D1-21.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGSYS, &act, 0) == -1) {
H A D1-22.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGTRAP, &act, 0) == -1) {
H A D1-23.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGURG, &act, 0) == -1) {
H A D1-24.c9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act; local
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(SIGVTALRM, &act, 0) == -1) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_1-1.in9 sigaction (when used with a non-null act pointer) changes the action
35 struct sigaction act;
37 act.sa_handler = handler;
38 act.sa_flags = 0;
39 sigemptyset(&act.sa_mask);
40 if (sigaction(%%MYSIG%%, &act, 0) == -1) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/kill/
H A D1-1.c35 struct sigaction act; local
37 act.sa_handler=handler;
38 act.sa_flags=0;
39 if (sigemptyset(&act.sa_mask) == -1) {
43 if (sigaction(SIGTOTEST, &act, 0) == -1) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/raise/
H A D1-1.c34 struct sigaction act; local
36 act.sa_handler=handler;
37 act.sa_flags=0;
38 if (sigemptyset(&act.sa_mask) == -1) {
42 if (sigaction(SIGTOTEST, &act, 0) == -1) {

Completed in 183 milliseconds

1234567891011>>