Home
last modified time | relevance | path

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

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