Searched refs:STDERR_FILENO (Results 1 – 4 of 4) sorted by relevance
142 #ifndef STDERR_FILENO143 #define STDERR_FILENO 2 macro154 #define FAIL_FILENO (STDERR_FILENO + 1)734 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1)) in childProcess()738 STDERR_FILENO) == -1) in childProcess()
122 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileClose()
462 public static final int STDERR_FILENO = placeholder(); field in OsConstants
518 initConstant(env, c, "STDERR_FILENO", STDERR_FILENO); in OsConstants_initConstants()