Searched refs:STDERR_FILENO (Results 1 – 4 of 4) sorted by relevance
147 #ifndef STDERR_FILENO148 #define STDERR_FILENO 2 macro159 #define FAIL_FILENO (STDERR_FILENO + 1)756 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1)) in childProcess()760 STDERR_FILENO) == -1) in childProcess()
139 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileClose()
598 public static final int STDERR_FILENO = placeholder(); field in OsConstants
554 initConstant(env, c, "STDERR_FILENO", STDERR_FILENO); in OsConstants_initConstants()