Lines Matching full:standard
61 // Stdin specifies the process's standard input.
63 // If Stdin is an *os.File, the process's standard input is connected
72 // Stdout and Stderr specify the process's standard output and error.
83 // new process. It does not include standard input, standard output, or
84 // standard error. If non-nil, entry i becomes file descriptor 3+i.
368 // copying from c.Stdin into the process's standard input
401 // Output runs the command and returns its standard output.
412 // CombinedOutput runs the command and returns its combined standard
413 // output and standard error.
429 // standard input when the command starts.
432 // For example, if the command being run will not exit until standard input
469 // standard output when the command starts.
494 // standard error when the command starts.