Home | History | Annotate | Download | only in tests

Lines Matching full:static

40 static const struct test *cur_test;
42 static int zero();
44 static jmp_buf escape;
50 static unsigned int __pagesize;
51 static char volatile *volatile mapping;
53 static int testsig(int sig, int want)
62 static int testcode(int code, int want)
71 static int testaddr(void *addr, volatile void *want)
87 static void handler(int sig, siginfo_t *si, void *uc)
103 static void test1(void)
108 static void test2()
113 static void test3()
118 static void test4()
131 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
177 static int zero()