Searched refs:STDERR_FILENO (Results 1 – 4 of 4) sorted by relevance
144 #ifndef STDERR_FILENO145 #define STDERR_FILENO 2 macro156 #define FAIL_FILENO (STDERR_FILENO + 1)739 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1)) in childProcess()743 STDERR_FILENO) == -1) in childProcess()
131 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileClose()
492 public static final int STDERR_FILENO = placeholder(); field in OsConstants
550 initConstant(env, c, "STDERR_FILENO", STDERR_FILENO); in OsConstants_initConstants()