Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgetc.c45 return (__sgetc(fp)); in getc_unlocked()
59 c = __sgetc(fp); in getc()
Dfgetwc.c63 int ch = __sgetc(fp); in __fgetwc_unlock()
/bionic/libc/stdio/
Dlocal.h128 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) macro