Searched refs:stdout (Results 1 – 5 of 5) sorted by relevance
61 private /* final */ InputStream stdout; field in UNIXProcess162 stdout = (fds[1] == -1) ?184 if (stdout instanceof ProcessPipeInputStream)185 ((ProcessPipeInputStream) stdout).processExited();199 return stdout;233 try { stdout.close(); } catch (IOException ignored) {}
42 return isatty(fileno(stdin)) && isatty(fileno(stdout)); in Java_java_io_Console_istty()
123 private java.io.InputStream stdout; field in UNIXProcess
18 6. Check stdout from the script looks okay (not too many warnings, sensible
41 to stdout. Add --javadoc to produce output appropriate for inclusion in