Searched refs:getc (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/stdio/
H A Dgetchar.c57 return (getc(stdin));
H A Dgetc.c1 /* $OpenBSD: getc.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
48 * A subroutine version of the macro getc.
50 #undef getc macro
53 getc(FILE *fp) function
/bionic/libstdc++/include/
H A Dcstdio64 using ::getc;
/bionic/libc/include/
H A Dstdio.h102 * This ensures that the getc and putc macros (or inline functions) never
121 int _r; /* read space left for getc() */
143 unsigned char _nbuf[1]; /* guarantee a getc() buffer */
245 int getc(FILE *);
422 #define getc(fp) __sgetc(fp) macro
437 #define getchar() getc(stdin)
/bionic/libc/stdlib/
H A Dwchar.c172 return getc(stream);
/bionic/libc/
H A DAndroid.mk107 stdio/getc.c \

Completed in 750 milliseconds