Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/fortify/
Dunistd.c54 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_001()
92 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_002()
131 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_003()
171 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_004()
210 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_005()
248 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_006()
286 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_007()
326 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_008()
365 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_009()
402 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_010()
[all …]
Dstring_ext.c90 TEST(WSTOPSIG(status) == SIGSTOP); in test_strcat_0020()
141 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncat_0020()
189 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpcpy_0020()
240 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpncpy_0020()
290 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncpy_0020()
337 TEST(WSTOPSIG(status) == SIGSTOP); in test_memchr_0020()
384 TEST(WSTOPSIG(status) == SIGSTOP); in test_memrchr_0020()
430 TEST(WSTOPSIG(status) == SIGSTOP); in test_strchr_0020()
478 TEST(WSTOPSIG(status) == SIGSTOP); in test_strrchr_0020()
527 TEST(WSTOPSIG(status) == SIGSTOP); in test_strlcat_0020()
[all …]
Dfcntl_ext.c65 TEST(WSTOPSIG(status) == SIGSTOP); in open_0020()
99 TEST(WSTOPSIG(status) == SIGSTOP); in open_0030()
148 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0020()
182 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0030()
231 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0020()
265 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0030()
314 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0020()
348 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0030()
Dstdio.c125 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_003()
163 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_004()
248 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_007()
311 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_010()
347 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_011()
402 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_012()
433 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_013()
Dsocket_ext.c74 TEST(WSTOPSIG(status) == SIGSTOP); in send_0010()
109 TEST(WSTOPSIG(status) == SIGSTOP); in recv_0010()
171 TEST(WSTOPSIG(status) == SIGSTOP); in sendto_0010()
206 TEST(WSTOPSIG(status) == SIGSTOP); in recvfrom_0010()
Dpoll.c68 TEST(WSTOPSIG(status) == SIGSTOP); in poll_0020()
122 TEST(WSTOPSIG(status) == SIGSTOP); in ppoll_0020()
Dstat_ext.c63 TEST(WSTOPSIG(status) == SIGSTOP); in umask_0020()
/third_party/libunwind/tests/
Dtest-ptrace.c255 || (WIFSTOPPED (status) && WSTOPSIG (status) != SIGTRAP)) in main()
271 pending_sig = WSTOPSIG (status); in main()
273 if (WSTOPSIG (status) == SIGKILL) in main()
277 if (WSTOPSIG (status) == SIGUSR1) in main()
279 else if (WSTOPSIG (status) == SIGUSR2) in main()
282 if (WSTOPSIG (status) != SIGUSR1 && WSTOPSIG (status) != SIGUSR2) in main()
289 WSTOPSIG (status)); in main()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid_common.h122 if (WSTOPSIG(status) != SIGSTOP) { in reap_children()
125 pid, WSTOPSIG(status)); in reap_children()
/third_party/musl/libc-test/src/api/
Dsys_wait.c15 C(WSTOPSIG(0)) in f()
Dstdlib.c24 C(WSTOPSIG(0)) in f()
/third_party/musl/ndk_musl_include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h54 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/ndk_musl_include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/ltp/pan/
Dltp-pan.c776 w = WSTOPSIG(stat_loc); in check_pids()
1091 termid = WSTOPSIG(status); in run_child()

12