Searched refs:allowed (Results 1 – 2 of 2) sorted by relevance
51 int allowed) in support_capture_subprocess_check() argument53 TEST_VERIFY ((allowed & sc_allow_none) in support_capture_subprocess_check()54 || (allowed & sc_allow_stdout) in support_capture_subprocess_check()55 || (allowed & sc_allow_stderr)); in support_capture_subprocess_check()56 TEST_VERIFY (!((allowed & sc_allow_none) in support_capture_subprocess_check()57 && ((allowed & sc_allow_stdout) in support_capture_subprocess_check()58 || (allowed & sc_allow_stderr)))); in support_capture_subprocess_check()84 if (!(allowed & sc_allow_stdout) && proc->out.length != 0) in support_capture_subprocess_check()91 if (!(allowed & sc_allow_stderr) && proc->err.length != 0) in support_capture_subprocess_check()
73 int status_or_signal, int allowed)
Completed in 4 milliseconds