Lines Matching refs:EXEC_OUTPUT_NAMED_FD
578 if (e == EXEC_OUTPUT_NAMED_FD) in can_inherit_stderr_from_stdout()
711 case EXEC_OUTPUT_NAMED_FD: in setup_output()
5534 if (c->std_output != EXEC_OUTPUT_NAMED_FD) in exec_context_fdname()
5540 if (c->std_error != EXEC_OUTPUT_NAMED_FD) in exec_context_fdname()
5564 (c->std_output == EXEC_OUTPUT_NAMED_FD) + in exec_context_named_iofds()
5565 (c->std_error == EXEC_OUTPUT_NAMED_FD); in exec_context_named_iofds()
5582 c->std_output == EXEC_OUTPUT_NAMED_FD && in exec_context_named_iofds()
5590 c->std_error == EXEC_OUTPUT_NAMED_FD && in exec_context_named_iofds()
5918 if (c->std_output == EXEC_OUTPUT_NAMED_FD) in exec_context_dump()
5920 if (c->std_error == EXEC_OUTPUT_NAMED_FD) in exec_context_dump()
7109 [EXEC_OUTPUT_NAMED_FD] = "fd",