Searched refs:stdin (Results 1 - 25 of 31) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dgetchar_unlocked.c5 return getc_unlocked(stdin);
H A Dgetchar.c5 return fgetc(stdin);
H A Dgetwchar.c6 return fgetwc(stdin);
H A Dgets.c7 char *ret = fgets(s, INT_MAX, stdin);
H A Dvscanf.c7 return vfscanf(stdin, fmt, ap);
H A Dvwscanf.c8 return vfwscanf(stdin, fmt, ap);
H A Dstdin.c14 FILE *const stdin = &f; variable
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dioctl.c102 if (ioctl(fileno(stdin), (int)TIOCGWINSZ, (char *)&ttsz) != -1) {
119 (void) ioctl(fileno(stdin), (int) TIOCGLTC, (char *) &ltchars);
120 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars0);
123 (void) tcgetattr(fileno(stdin), &termio);
126 (void) ioctl(fileno(stdin), (int) TCGETS, &termio);
128 (void) ioctl(fileno(stdin), (int) TCGETA, &termio);
142 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars);
145 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termio);
148 (void) ioctl(fileno(stdin), (int) TCSETSW, &termio);
150 (void) ioctl(fileno(stdin), (in
[all...]
H A Duudecode.c104 in = stdin;
H A Ddgn_lex.c600 yyin = stdin;
H A Dlev_lex.c881 yyin = stdin;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dioctl.c102 if (ioctl(fileno(stdin), (int)TIOCGWINSZ, (char *)&ttsz) != -1) {
119 (void) ioctl(fileno(stdin), (int) TIOCGLTC, (char *) &ltchars);
120 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars0);
123 (void) tcgetattr(fileno(stdin), &termio);
126 (void) ioctl(fileno(stdin), (int) TCGETS, &termio);
128 (void) ioctl(fileno(stdin), (int) TCGETA, &termio);
142 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars);
145 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termio);
148 (void) ioctl(fileno(stdin), (int) TCSETSW, &termio);
150 (void) ioctl(fileno(stdin), (in
[all...]
H A Duudecode.c104 in = stdin;
H A Ddgn_lex.c600 yyin = stdin;
H A Dlev_lex.c881 yyin = stdin;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvis.h14 extern struct _IO_FILE *const stdin, *const stdout, *const stderr;
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dcmakerepl50 INPUT_FILE /dev/stdin
67 INPUT_FILE /dev/stdin
/seL4-refos-master/kernel/tools/
H A Dcircular_includes.py37 for line in sys.stdin:
H A Dlex.py1074 data = sys.stdin.read()
/seL4-refos-master/libs/libmuslc/include/
H A Dstdio.h55 extern FILE *const stdin;
59 #define stdin (stdin) macro
/seL4-refos-master/projects/seL4_libs/libsel4test/tools/
H A Dextract_results.py70 default=sys.stdin)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1153 /* assume all compressors will compress stdin to stdout
1158 redirect(cfn, RDBMODE, stdin, uncomp);
1161 redirect(filename, RDBMODE, stdin, uncomp);
H A Dcmd.c2432 clearerr(stdin); /* omit if clearerr is undefined */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1153 /* assume all compressors will compress stdin to stdout
1158 redirect(cfn, RDBMODE, stdin, uncomp);
1161 redirect(filename, RDBMODE, stdin, uncomp);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1914 it stdin. */
1917 if(complain) raw_printf("Cannot open %s as stdin.", fname);
1922 if(complain) sleep(10); /* want to wait_synch() but stdin is gone */
2535 (read(fileno(stdin), (genericptr_t)&nestbuf,1) == 1 ? (int)nestbuf :

Completed in 108 milliseconds

12