stdin
#define ZYAN_STDIN stdin
extern FILE *stdin;
extern FILE *stdin;
#define getchar(c) fgetc(stdin)
m_pFile = SETBINARY_IN(stdin);
fEditLine = el_init("Debugger", stdin, stdout, stderr);
fgets(answer, 15, stdin);
while ((c = fgetc(stdin)) != EOF) {
return (stdin);
fgets(buffer, sizeof(buffer), stdin);
inputLength = getline(&buffer, &bufferSize, stdin);
dump_file(stdin);
while (fgets(command, sizeof(command), stdin)) {
status = keymap.LoadSource(stdin);
BFileIO fileIO(stdin);
while (fgets(buffer, sizeof(buffer), stdin) != NULL) {
if (fgets(line, sizeof(line), stdin) == NULL) {
while (fgets(name, sizeof(name), stdin) != NULL) {
while ((c = fgetc(stdin)) != EOF && c != '\r' && c != '\n') {
if (ferror(stdin) != 0)
return ferror(stdin);
FILE* in = stdin;
n = get_line(cbuf, sizeof(cbuf)-1, stdin);
ret = get_line(cp, 7, stdin);
res = fgets(result, length, stdin);
(void) fgets(buf, sizeof(buf), stdin);
(void) fgets(&line[strlen(line)], sizeof(line) - strlen(line), stdin);
if (fgets(line, sizeof(line), stdin) == NULL) {
if (feof(stdin) || ferror(stdin)) {
tin = fileno(stdin);
if (ioctl(fileno(stdin), TIOCGWINSZ, (char *)&ws) >= 0) {
while(fgets(buff, 256, stdin) != NULL)
f = stdin;
if (fgets(buffer, 32, stdin)) {
if (fgets(buffer, sizeof(buffer), stdin) == NULL
yyin = stdin;
if (fgets(G.answerbuf, 9, stdin) == (char *)NULL) {
fgets(G.filename, FILNAMSIZ, stdin);
fgets(G.answerbuf, 9, stdin);
fgets(G.answerbuf, 9, stdin);
if (fgets(G.answerbuf, 9, stdin) != (char *)NULL
f = stdin;
if (tcgetattr(fileno(stdin), &termios) == 0) {
changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
if (fgets(password, sizeof(password), stdin) != NULL) {
tcsetattr(fileno(stdin), TCSAFLUSH, &termios);
benchmark(stdin);
transfer_file(stdin, stdout, compress);
while (!fgets(s, max, stdin));
if (!fgets(key_string, sizeof(key_string), stdin)) {
clearerr(stdin);
DEF_STDIOFILE(_IO_stdin_buf, 0, stdin, _IO_NO_WRITES, &_IO_stderr_.file);
while ((ptr = fparseln(stdin, &size, &line, NULL,
FILE *stdin, *stdout, *stderr, *dbgerr;
stdin = (FILE *)&sInput;
stdin = (FILE *)&sConsole;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)&sConsole;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)gConsoleNode;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)&sConsole;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)gConsoleNode;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)&sConsole;
FILE *stdin, *stdout, *stderr;
stdin = (FILE *)&sSerial;
FILE* stdin;
return _IO_getc (stdin);
return _IO_getc_unlocked (stdin);
_IO_FILE *stdin = (FILE *) &_IO_2_1_stdin_;
AL(stdin);
extern struct _IO_FILE *stdin; /* Standard input stream. */
#define stdin stdin
done = _IO_vfwscanf (stdin, format, arg, NULL);
done = _IO_vfscanf (stdin, format, arg, NULL);
int stdin;
int stdin;
while (fgets(buf, sizeof(buf), stdin)) {
if (fgets(line, sizeof(line), stdin) == NULL)
fgets(buffer,sizeof(buffer), stdin);
fgets(buffer, sizeof(buffer), stdin);
if (fgets(line, sizeof(line), stdin) == NULL)
if (!fgets(line, sizeof(line), stdin))
fscanf(stdin, "%s", string);
char *string = fgets(buffer, sizeof(buffer), stdin);
while (fgets(buffer, kBufferSize, stdin) != NULL) {
if (fgets(buffer, sizeof(buffer), stdin) == NULL)
fgets(buffer, sizeof(buffer), stdin);
fgets(a, 5, stdin);
if (fgets(buffer, sizeof(buffer), stdin) == NULL
if (fgets(yes, sizeof(yes), stdin) == NULL || tolower(yes[0]) != 'y')
while (!feof(stdin) && n < sizeof(buf) - 1) {
buf[n] = getwc(stdin);
if (fgets(buffer, sizeof(buffer) - 1, stdin) == NULL) {
if (fgets(buf, MAXDATASIZE, stdin) == NULL) {
if (fgets(line, sizeof(line), stdin) == NULL)
while (!feof(stdin)) {
status = fread(sendbuf, 1, MAXLEN, stdin);
fgets(buffer, sizeof(buffer), stdin);
while (fgets(buf, MAXLEN, stdin) != NULL) {
return fgets(buffer, bufferSize, stdin);
state->in = stdin;
if (state->in != stdin)
FILE *infp = stdin;
FILE *infp = stdin;