Lines Matching full:static
19 static const struct test *cur_test;
21 static jmp_buf escape;
28 static char volatile *volatile mapping;
30 static int testsig(int sig, int want)
39 static int testcode(int code, int want)
48 static int testaddr(void *addr, volatile void *want)
58 static void handler(int sig, siginfo_t *si, void *uc)
75 static void test1()
80 static void test2()
85 static void test3()
93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };