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