Searched refs:STDIN_FILENO (Results 1 – 4 of 4) sorted by relevance
131 if (fd >= STDIN_FILENO && fd <= STDERR_FILENO) { in fileClose()
134 #ifndef STDIN_FILENO135 #define STDIN_FILENO 0 macro727 STDIN_FILENO) == -1) || in childProcess()
487 public static final int STDIN_FILENO = placeholder(); field in OsConstants
544 initConstant(env, c, "STDIN_FILENO", STDIN_FILENO); in OsConstants_initConstants()