Home | History | Annotate | Download | only in FreeBSD

Lines Matching refs:stderr_path

661                                        const char *stderr_path,
669 m_stderr_path(stderr_path),
700 const char *stderr_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
863 const char *stderr_path = args->m_stderr_path;
928 if (stderr_path != NULL && stderr_path[0])
929 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT))