/third_party/musl/libc-test/src/functionalext/fortify/ |
D | unistd.c | 54 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 …]
|
D | string_ext.c | 90 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 …]
|
D | fcntl_ext.c | 65 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()
|
D | stdio.c | 125 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()
|
D | socket_ext.c | 74 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()
|
D | poll.c | 68 TEST(WSTOPSIG(status) == SIGSTOP); in poll_0020() 122 TEST(WSTOPSIG(status) == SIGSTOP); in ppoll_0020()
|
D | stat_ext.c | 63 TEST(WSTOPSIG(status) == SIGSTOP); in umask_0020()
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 255 || (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/ |
D | waitpid_common.h | 122 if (WSTOPSIG(status) != SIGSTOP) { in reap_children() 125 pid, WSTOPSIG(status)); in reap_children()
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 15 C(WSTOPSIG(0)) in f()
|
D | stdlib.c | 24 C(WSTOPSIG(0)) in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 54 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/include/sys/ |
D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/include/ |
D | stdlib.h | 94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/ltp/pan/ |
D | ltp-pan.c | 776 w = WSTOPSIG(stat_loc); in check_pids() 1091 termid = WSTOPSIG(status); in run_child()
|