HomeSort by relevance Sort by last modified time
    Searched refs:sa_handler (Results 1 - 25 of 1085) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
list_sigaction_signum.c 41 static const struct sigaction ign = { .sa_handler = SIG_IGN };
42 static const struct sigaction dfl = { .sa_handler = SIG_DFL };
47 ign.sa_handler != act.sa_handler ||
50 dfl.sa_handler != act.sa_handler)
  /external/strace/tests-m32/
list_sigaction_signum.c 41 static const struct sigaction ign = { .sa_handler = SIG_IGN };
42 static const struct sigaction dfl = { .sa_handler = SIG_DFL };
47 ign.sa_handler != act.sa_handler ||
50 dfl.sa_handler != act.sa_handler)
  /external/strace/tests-mx32/
list_sigaction_signum.c 41 static const struct sigaction ign = { .sa_handler = SIG_IGN };
42 static const struct sigaction dfl = { .sa_handler = SIG_DFL };
47 ign.sa_handler != act.sa_handler ||
50 dfl.sa_handler != act.sa_handler)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 32 __sighandler_t sa_handler; member in union:sigaction::__anon62296
37 # define sa_handler __sigaction_handler.sa_handler macro
40 __sighandler_t sa_handler;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 32 __sighandler_t sa_handler; member in union:sigaction::__anon63163
37 # define sa_handler __sigaction_handler.sa_handler macro
40 __sighandler_t sa_handler;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
2-1.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-10.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-11.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-12.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-13.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-14.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-15.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-16.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-17.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-18.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-19.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-2.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-20.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-21.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-22.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-23.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-24.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-25.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-26.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {
2-3.c 16 but this time use a non-null oarg and verify the sa_handler for
39 act.sa_handler = handler1;
48 act.sa_handler = handler2;
56 if (oact.sa_handler == handler1) {

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>