Searched refs:wstat (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | linux-low.c | 225 int wstat; in linux_kill_one_process() local 248 int wstat; in linux_kill() local 433 int wstat; in linux_wait_for_event() local 465 return wstat; in linux_wait_for_event() 499 return wstat; in linux_wait_for_event() 511 return wstat; in linux_wait_for_event() 548 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGTRAP) in linux_wait_for_event() 549 return wstat; in linux_wait_for_event() 554 return wstat; in linux_wait_for_event() 631 return wstat; in linux_wait_for_event() [all …]
|
/openbsd/regress/sys/netinet6/pktinfo_addr/ |
H A D | runtest.c | 51 int ch, rc, wstat, expected = -1; in main() local 125 (void)wait(&wstat); in main() 130 if (! WIFEXITED(wstat)) in main() 133 if (WEXITSTATUS(wstat) != expected) in main() 134 errx(2, "expected %d, got %d", expected, WEXITSTATUS(wstat)); in main()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/ |
H A D | Harness.pm | 376 my $wstat = $parser->wait; 386 $estat ||= '' unless $wstat; 387 $wstat ||= ''; 412 'wstat' => $wstat 427 'wstat' => $wstat
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
H A D | Session.pm | 151 my $wstat = $parser->wait; 152 my $status = sprintf( "%d (wstat %d, 0x%x)", $exit, $wstat, $wstat );
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | procfs.c | 3902 int wstat; in procfs_wait() local 3911 wstat = 0; in procfs_wait() 3991 wstat = (what << 8) | 0177; in procfs_wait() 4012 wstat = 0; in procfs_wait() 4022 wstat = 0; in procfs_wait() 4027 int temp = wait (&wstat); in procfs_wait() 4170 wstat = (SIGSTOP << 8) | 0177; in procfs_wait() 4201 wstat = (what << 8) | 0177; in procfs_wait() 4207 wstat = (SIGTRAP << 8) | 0177; in procfs_wait() 4220 wstat = (SIGILL << 8) | 0177; in procfs_wait() [all …]
|
H A D | proc-api.c | 707 wait_with_trace (int *wstat, char *file, int line) in wait_with_trace() argument 735 if (wstat) in wait_with_trace() 736 *wstat = lstat; in wait_with_trace()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Instance.t | 200 …like($warnings[0], qr/Process .* did not exit cleanly \(wstat: \S+, exit: 255, sig: 0\)/, "Warn ab… 211 …like($warnings[0], qr/Process .* did not exit cleanly \(wstat: \S+, exit: 0, sig: 15\)/, "Warn abo…
|
/openbsd/gnu/usr.bin/perl/ |
H A D | MANIFEST | 2719 cpan/Test-Simple/t/Legacy/subtest/wstat.t Test file related to Test::Simple
|