Searched refs:_IO_getc (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetc.c31 #undef _IO_getc macro
34 _IO_getc (fp) function
50 weak_alias (_IO_getc, getc)
51 weak_alias (_IO_getc, fgetc)
55 weak_alias (_IO_getc, getc_unlocked)
56 weak_alias (_IO_getc, fgetc_unlocked)
H A Dlibio.h439 extern int _IO_getc (_IO_FILE *__fp) __THROW;
H A Dstdio.h402 #define getc(_fp) _IO_getc (_fp)
/haiku/headers/cpp/
H A Diostdio.h59 #define getc(_fp) _IO_getc(_fp)
67 #define fgetc(__fp) _IO_getc(_fp)
H A Dstreambuf.h396 int sbumpc() { return _IO_getc(this); }
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h43 return _IO_getc (stdin);
/haiku/headers/posix/
H A Dlibio.h177 extern int _IO_getc(_IO_FILE *stream);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c155 void _IO_getc() {} function
H A Dlibroot_stubs_legacy.c265 void _IO_getc() {} function

Completed in 198 milliseconds