/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 54 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_001() 93 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_002() 133 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_003() 174 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_004() 214 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_005() 253 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_006() 292 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_007() 333 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_008() 373 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_009() 411 TEST(WSTOPSIG(statu in unistd_dynamic_chk_010() [all...] |
H A D | string_ext.c | 92 TEST(WSTOPSIG(status) == SIGSTOP); in test_strcat_0020() 143 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncat_0020() 191 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpcpy_0020() 242 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpncpy_0020() 292 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncpy_0020() 339 TEST(WSTOPSIG(status) == SIGSTOP); in test_memchr_0020() 386 TEST(WSTOPSIG(status) == SIGSTOP); in test_memrchr_0020() 432 TEST(WSTOPSIG(status) == SIGSTOP); in test_strchr_0020() 480 TEST(WSTOPSIG(status) == SIGSTOP); in test_strrchr_0020() 529 TEST(WSTOPSIG(statu in test_strlcat_0020() [all...] |
H A D | fcntl_ext.c | 75 TEST(WSTOPSIG(status) == SIGSTOP); in open_0020() 109 TEST(WSTOPSIG(status) == SIGSTOP); in open_0030() 171 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0020() 205 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0030() 268 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0020() 302 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0030() 364 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0020() 398 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0030()
|
H A D | stdio.c | 127 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_003() 166 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_004() 254 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_007() 320 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_010() 357 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_011() 413 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_012() 445 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_013()
|
H A D | socket_ext.c | 75 TEST(WSTOPSIG(status) == SIGSTOP); in send_0010() 110 TEST(WSTOPSIG(status) == SIGSTOP); in recv_0010() 172 TEST(WSTOPSIG(status) == SIGSTOP); in sendto_0010() 207 TEST(WSTOPSIG(status) == SIGSTOP); in recvfrom_0010()
|
H A D | select_test.c | 70 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0020() 106 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0030() 159 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0020() 195 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0030()
|
H A D | poll.c | 71 TEST(WSTOPSIG(status) == SIGSTOP); in poll_0020() 161 TEST(WSTOPSIG(status) == SIGSTOP); in ppoll_0020()
|
H A D | stat_ext.c | 64 TEST(WSTOPSIG(status) == SIGSTOP); in umask_0020()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 259 || (WIFSTOPPED (status) && WSTOPSIG (status) != SIGTRAP)) in main() 275 pending_sig = WSTOPSIG (status); in main() 277 if (WSTOPSIG (status) == SIGKILL) in main() 281 if (WSTOPSIG (status) == SIGUSR1) in main() 283 else if (WSTOPSIG (status) == SIGUSR2) in main() 286 if (WSTOPSIG (status) != SIGUSR1 && WSTOPSIG (status) != SIGUSR2) in main() 293 WSTOPSIG (status)); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | atexit_dlclose.c | 106 t_error("stopped by signal %d\n", WSTOPSIG(wstatus)); in main() 109 t_error("stopped by signal %d\n", WSTOPSIG(wstatus)); in main()
|
/third_party/elfutils/tests/ |
H A D | backtrace-dwarf.c | 168 if (WSTOPSIG (status) != SIGABRT) in main() 169 error (1, 0, "unexpected signal %u", WSTOPSIG (status)); in main()
|
H A D | backtrace.c | 340 assert (WSTOPSIG (status) == SIGUSR1); in prepare_thread() 407 assert (WSTOPSIG (status) == SIGUSR2); in exec_dump() 417 assert (WSTOPSIG (status) == SIGUSR1); in exec_dump()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A 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/functionalext/supplement/stdio/ |
H A D | fdsan.cpp | 113 EXPECT_EQ("fdsan_test_fatal_level", WSTOPSIG(status), SIGSTOP); in fdsan_test_fatal_level() 173 EXPECT_EQ("fdsan_test_fork_subprocess_disabled WSTOPSIG", WSTOPSIG(status), 0); in fdsan_test_internal_fopen_succeed()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_wait.c | 15 C(WSTOPSIG(0)) in f()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | wait.h | 54 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/include/sys/ |
H A D | wait.h | 50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/rust/crates/rustix/src/process/ |
H A D | wait.rs | 51 Some(backend::process::wait::WSTOPSIG(self.0 as _) as _) in stopping_signal()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | wait.rs | 101 /// is `WSTOPSIG(status)`. 173 Signal::try_from(libc::WSTOPSIG(status)) in stop_signal() 182 libc::WSTOPSIG(status) == libc::SIGTRAP | 0x80 in syscall_stop()
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 553 if (WIFSTOPPED(status) && WSTOPSIG(status) & 0x80) return 1; in next() 555 fprintf(stderr, "[stopped %d (%x)]\n", status, WSTOPSIG(status)); in next() 614 fprintf(stderr, "+++ stopped with %d +++\n", WSTOPSIG(status)); in strace_main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
|