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.h247 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro
Dstdio.cpp690 return __sgetc(fp); in getc_unlocked()