Searched refs:STDERR_FILENO (Results 1 – 6 of 6) sorted by relevance
150 #ifndef STDERR_FILENO151 #define STDERR_FILENO 2 macro162 #define FAIL_FILENO (STDERR_FILENO + 1)823 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1)) in childProcess()827 STDERR_FILENO) == -1) in childProcess()
174 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileDescriptorClose()
1166 public static final int STDERR_FILENO; field in OsConstants1167 static { STDERR_FILENO = 0; }
765 public static final int STDERR_FILENO = placeholder(); field in OsConstants
581 initConstant(env, c, "STDERR_FILENO", STDERR_FILENO); in OsConstants_initConstants()
530 field public static final int STDERR_FILENO;