Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h220 int _EXFUN(getc, (FILE *));
485 #define getc(fp) __sgetc(fp) macro
491 #define getchar() getc(stdin)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h510 extern int getc (FILE *__stream);
521 #define getc(_fp) _IO_getc (_fp) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped222 * if we're using stdio for input, then we want to use getc()
715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped267 * if we're using stdio for input, then we want to use getc()
804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped240 * if we're using stdio for input, then we want to use getc()