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

/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_test.cpp28 printf("posix_spawnp: WIFEXITED(): %d, WEXITSTATUS() %d => 5\n",
29 WIFEXITED(status), WEXITSTATUS(status));
41 printf("posix_spawn: WIFEXITED(): %d, WEXITSTATUS() %d => 127\n",
42 WIFEXITED(status), WEXITSTATUS(status));
/haiku/headers/posix/sys/
H A Dwait.h22 #define WIFEXITED(value) (((value) & ~0xff) == 0) macro
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp116 if (WIFEXITED(error)) {
/haiku/src/bin/network/ftpd/
H A Dpopen.c203 if (WIFEXITED(status))
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c522 if (!WIFEXITED(ret) || WEXITSTATUS(ret))
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h89 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) macro
/haiku/src/bin/network/telnet/
H A Dcommands.c148 if (WIFEXITED(status))

Completed in 86 milliseconds