/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent03.c | 72 char *handlers, *handler1, *handler2, *sysname; in verify_uevent() local 182 handler2 = strtok(NULL, " "); in verify_uevent() 183 if (!handler2) in verify_uevent() 186 get_minor_major(handler2, minor_event2, major_event2, MINOR_MAJOR_SIZE); in verify_uevent() 210 "add@%s/%s", sysname, handler2); in verify_uevent() 213 "remove@%s/%s", sysname, handler2); in verify_uevent() 216 "DEVPATH=%s/%s", sysname, handler2); in verify_uevent() 219 "DEVNAME=input/%s", handler2); in verify_uevent()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 2-4.c | 15 2. Call sigaction again to set handler for SIGCHLD to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-5.c | 15 2. Call sigaction again to set handler for SIGCONT to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-3.c | 15 2. Call sigaction again to set handler for SIGBUS to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-6.c | 15 2. Call sigaction again to set handler for SIGFPE to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-7.c | 15 2. Call sigaction again to set handler for SIGHUP to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-8.c | 15 2. Call sigaction again to set handler for SIGILL to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-9.c | 15 2. Call sigaction again to set handler for SIGINT to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-1.c | 15 2. Call sigaction again to set handler for SIGABRT to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-10.c | 15 2. Call sigaction again to set handler for SIGPIPE to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-11.c | 15 2. Call sigaction again to set handler for SIGQUIT to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-12.c | 15 2. Call sigaction again to set handler for SIGSEGV to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-13.c | 15 2. Call sigaction again to set handler for SIGTERM to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-14.c | 15 2. Call sigaction again to set handler for SIGTSTP to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-15.c | 15 2. Call sigaction again to set handler for SIGTTIN to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-16.c | 15 2. Call sigaction again to set handler for SIGTTOU to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-17.c | 15 2. Call sigaction again to set handler for SIGUSR1 to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-18.c | 15 2. Call sigaction again to set handler for SIGUSR2 to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-24.c | 15 2. Call sigaction again to set handler for SIGVTALRM to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-19.c | 15 2. Call sigaction again to set handler for SIGALRM to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-20.c | 15 2. Call sigaction again to set handler for SIGPROF to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-22.c | 15 2. Call sigaction again to set handler for SIGTRAP to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-25.c | 15 2. Call sigaction again to set handler for SIGXCPU to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-26.c | 15 2. Call sigaction again to set handler for SIGXFSZ to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|
H A D | 2-21.c | 15 2. Call sigaction again to set handler for SIGSYS to use handler2, 28 static void handler2(int signo PTS_ATTRIBUTE_UNUSED) in handler2() function 46 act.sa_handler = handler2; in main()
|