Searched refs:STDIN_FILENO (Results 1 – 6 of 6) sorted by relevance
142 #ifndef STDIN_FILENO143 #define STDIN_FILENO 0 macro816 STDIN_FILENO) == -1) || in childProcess()
174 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileDescriptorClose()
1169 public static final int STDIN_FILENO; field in OsConstants1170 static { STDIN_FILENO = 0; }
766 public static final int STDIN_FILENO = placeholder(); field in OsConstants
582 initConstant(env, c, "STDIN_FILENO", STDIN_FILENO); in OsConstants_initConstants()
531 field public static final int STDIN_FILENO;