HomeSort by relevance Sort by last modified time
    Searched refs:WIFCONTINUED (Results 1 - 24 of 24) sorted by null

  /external/honggfuzz/
subproc.h 29 /* Missing WIFCONTINUED in Android */
30 #ifndef WIFCONTINUED
31 #define WIFCONTINUED(x) WEXITSTATUS(0)
subproc.c 63 if (WIFCONTINUED(status)) {
  /bionic/tests/headers/posix/
sys_wait_h.c 41 #if !defined(WIFCONTINUED)
42 #error WIFCONTINUED
  /bionic/libc/include/bits/
wait.h 44 #define WIFCONTINUED(s) ((s) == 0xffff)
  /external/ltp/lib/
tst_status.c 58 if (WIFCONTINUED(status))
  /external/strace/
wait.c 91 #ifdef WIFCONTINUED
92 else if (WIFCONTINUED(status)) {
93 tprints("[{WIFCONTINUED(s)}");
  /external/strace/tests/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
181 assert(WIFCONTINUED(*s));
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
  /external/strace/tests-m32/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
181 assert(WIFCONTINUED(*s));
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
  /external/strace/tests-mx32/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
181 assert(WIFCONTINUED(*s));
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 89 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 89 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
  /external/honggfuzz/posix/
arch.c 87 if (WIFCONTINUED(status)) {
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG)
  /external/mksh/src/
jobs.c     [all...]
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 234 #ifdef WIFCONTINUED
235 if (WIFCONTINUED(status))
236 APPEND ("WIFCONTINUED ");
    [all...]
  /external/honggfuzz/mac/
arch.c 188 if (WIFCONTINUED(status)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 92 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
    [all...]
  /external/honggfuzz/linux/
trace.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h     [all...]

Completed in 418 milliseconds