Lines Matching full:stdin
129 * Flag indicating that nothing should be read from stdin. This can be set
678 /* Do not allocate a tty if stdin is not a tty. */
679 if ((!isatty(fileno(stdin)) || stdin_null_flag) &&
683 "stdin is not a terminal.");
1204 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
1212 tty_make_modes(fileno(stdin), NULL);
1356 NULL, fileno(stdin), &command, environ);