Searched refs:act (Results 126 - 150 of 597) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D1-25.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(SIGXCPU, &act, 0) == -1) {
H A D1-26.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(SIGXFSZ, &act, 0) == -1) {
H A D1-3.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(SIGBUS, &act, 0) == -1) {
H A D1-4.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(SIGCHLD, &act, 0) == -1) {
H A D1-5.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(SIGCONT, &act, 0) == -1) {
H A D1-6.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(SIGFPE, &act, 0) == -1) {
H A D1-7.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(SIGHUP, &act, 0) == -1) {
H A D1-8.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(SIGILL, &act, 0) == -1) {
H A D1-9.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(SIGINT, &act, 0) == -1) {
H A D3-1.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-10.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-11.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-12.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-13.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-14.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-15.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-16.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-17.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-18.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-19.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-2.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-20.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-21.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-22.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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 D3-23.c10 calling sigaction with a null act argument does not change the
16 3. Call sigaction with a null act
34 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) {

Completed in 55 milliseconds

1234567891011>>