Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:stderr_path

1654     const char *stderr_path,
1717 stderr_path,
1796 const char *stderr_path,
1813 stderr_path,
1872 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL && !no_stdio)
1877 stdin_path = stdout_path = stderr_path = pty.SlaveName();
1886 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0')
1887 stderr_path = "/dev/null";
1909 stderr_path,
1914 err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDERR_FILENO, path='%s')", stderr_path);