HomeSort by relevance Sort by last modified time
    Searched defs:act (Results 1 - 25 of 1044) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
1-1.c 37 struct sigaction act; local
39 act.sa_handler = handler;
40 act.sa_flags = 0;
41 if (sigemptyset(&act.sa_mask) == -1) {
45 if (sigaction(SIGTOTEST, &act, 0) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
1-1.c 34 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) {
4-1.c 39 struct sigaction act; local
41 act.sa_handler = handler;
42 act.sa_flags = 0;
43 if (sigemptyset(&act.sa_mask) == -1) {
47 if (sigaction(SIGTOTEST, &act, 0) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
1-1.c 9 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) {
1-10.c 9 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) {
1-11.c 9 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) {
1-12.c 9 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) {
1-13.c 9 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) {
1-14.c 9 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) {
1-15.c 9 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) {
1-16.c 9 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) {
1-17.c 9 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) {
1-18.c 9 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) {
1-19.c 9 sigaction (when used with a non-null act pointer) changes the action
36 struct sigaction act; local
38 act.sa_handler = handler;
39 act.sa_flags = 0;
40 sigemptyset(&act.sa_mask);
41 if (sigaction(SIGUSR2, &act, 0) == -1) {
1-2.c 9 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) {
1-20.c 9 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) {
1-21.c 9 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) {
1-22.c 9 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) {
1-23.c 9 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) {
1-24.c 9 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) {
1-25.c 9 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) {
1-26.c 9 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) {
1-3.c 9 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) {
1-4.c 9 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) {
1-5.c 9 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) {

Completed in 181 milliseconds

1 2 3 4 5 6 7 8 91011>>