Searched refs:WIFEXITED (Results 1 - 25 of 199) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_wait.h13 # undef WIFEXITED macro
28 #ifndef WIFEXITED
29 # define WIFEXITED(s) (((s) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h27 #ifndef WIFEXITED
28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dwait.h33 #ifndef WIFEXITED
34 # define WIFEXITED(s) (LDAP_LO(s) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h44 #ifndef WIFEXITED
45 #define WIFEXITED(w) (((w)&0377) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dnot.c29 if (!WIFEXITED(status)) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/stdlib/
H A Dt_exit.c77 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
105 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
133 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != i)
168 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-pexecute.c56 #ifndef WIFEXITED
57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
336 || !WIFEXITED (statuse
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-pexecute.c56 #ifndef WIFEXITED
57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
336 || !WIFEXITED (statuse
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c56 #ifndef WIFEXITED
57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
336 || !WIFEXITED (statuse
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/testsuite/
H A Dtest-pexecute.c56 #ifndef WIFEXITED
57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
336 || !WIFEXITED (statuse
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-exec.c83 if (!WIFEXITED(status)) {
/netbsd-6-1-5-RELEASE/lib/libutil/compat/
H A Dcompat_logoutx.c65 if (WIFEXITED(status))
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogoutx.c65 if (WIFEXITED(status))
H A Dlogwtmpx.c70 if (WIFEXITED(status))
/netbsd-6-1-5-RELEASE/tests/lib/libc/termios/
H A Dt_tcsetpgrp.c78 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c118 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS);
144 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS);
170 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_FAILURE);
211 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS);
240 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 127);
328 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS);
366 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS);
H A Dt_spawn.c159 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 0);
165 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 1);
171 ATF_REQUIRE(WIFEXITED(status) && WEXITSTATUS(status) == 7);
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_getlogin.c114 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
170 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS) {
223 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dprivate.h111 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
114 #ifndef WIFEXITED
115 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
116 #endif /* !defined WIFEXITED */
/netbsd-6-1-5-RELEASE/tests/dev/sysmon/
H A Dt_swwdog.c143 ATF_REQUIRE(WIFEXITED(status));
180 ATF_REQUIRE(WIFEXITED(status));
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/h_client/
H A Dh_forkcli.c61 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
111 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dclone1.c82 if (retcode != pid || !WIFEXITED (st))
H A Dpipe6.c102 if (retcode != pid || !WIFEXITED (st))
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_run.c106 WIFEXITED(status) ? WEXITSTATUS(status) : 1)
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwterminfo.c117 if (pid == -1 || !WIFEXITED(pstat) || WEXITSTATUS(pstat) != 0)

Completed in 225 milliseconds

12345678