Searched refs:WIFCONTINUED (Results 1 – 19 of 19) sorted by relevance
32 #ifndef WIFCONTINUED33 #define WIFCONTINUED(x) WEXITSTATUS(0) macro
61 if (WIFCONTINUED(status)) { in subproc_StatusToStr()
91 #ifdef WIFCONTINUED in printstatus()92 else if (WIFCONTINUED(status)) { in printstatus()
16009 WIFCONTINUED status.16011 * strace.c (print_debug_info) [WIFCONTINUED]: Remove.40192 [WIFCONTINUED]: Add WIFCONTINUED support.50981 * strace.c (trace): add ifdef/endif around WIFCONTINUED usage
179 #if defined WCONTINUED && defined WIFCONTINUED in main()181 assert(WIFCONTINUED(*s)); in main()
58 if (WIFCONTINUED(status)) in tst_strstatus()
87 if (WIFCONTINUED(status)) { in arch_analyzeSignal()
32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG) function
1354 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()1396 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()1397 if (WIFCONTINUED(status)) { in j_sigchld()
630 if (WIFCONTINUED(status)) { in arch_traceAnalyze()
189 if (WIFCONTINUED(status)) { in arch_analyzeSignal()
1208 if (WIFCONTINUED(status)) { in arch_traceAnalyze()
7337 #ifdef WIFCONTINUED7352 return PyBool_FromLong(WIFCONTINUED(status)); in posix_WIFCONTINUED()9112 #ifdef WIFCONTINUED
9391 #ifdef WIFCONTINUED9409 return WIFCONTINUED(wait_status); in os_WIFCONTINUED_impl()
4613 #if defined(HAVE_SYS_WAIT_H) && defined(WIFCONTINUED)
2307 .. function:: WIFCONTINUED(status)
3761 .. function:: WIFCONTINUED(status)