Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h151 #define stdin __stdin() macro
176 #define stdin (_REENT->_stdin) macro
180 #define stdin (_impure_ptr->_stdin) macro
491 #define getchar() getc(stdin)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio.h47 return _IO_getc (stdin); in getchar()
73 return _IO_getc_unlocked (stdin); in getchar_unlocked()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c111 xfgets(line, 128, stdin); in conf_askvalue()
309 xfgets(line, 128, stdin); in conf_choice()
H A Dlex.zconf.c1030 zconfin = stdin;
2233 zconfin = stdin; in yy_init_globals()
H A Dlex.zconf.c_shipped1030 zconfin = stdin;
2233 zconfin = stdin;
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmk_elfconfig.c12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
/utopia/UTPA2-700.0.x/projects/build/scripts/tracing/
H A Ddraw_functrace.py116 for line in sys.stdin:
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Drt-tester.py128 fd = sys.stdin
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dconmakehash.c94 ctbl = stdin; in main()
H A Dkallsyms.c655 read_map(stdin); in main()
H A DKbuild.include47 # - stdin is piped in from the first prerequisite ($<) so one has
H A Dunifdef.c324 input = stdin; in main()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.c55 f = stdin; in srcfile_relative_open()
H A Ddtc-lexer.lex.c_shipped811 yyin = stdin;
1916 yyin = stdin;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped932 yyin = stdin;
2152 yyin = stdin;
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13537 AU_CUS_fgets(cmd, sizeof(cmd), stdin); in AU_CUS_Debug_GetHex()