Home
last modified time | relevance | path

Searched refs:__sgetc (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgetwc.c63 int ch = __sgetc(fp); in __fgetwc_unlock()
/bionic/libc/stdio/
Dlocal.h239 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : __BIONIC_CAST(static_cast, int, *(p)->_p++)) macro
Dstdio.cpp860 return __sgetc(fp); in getc_unlocked()