Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dgetc.c40 #undef getc_unlocked
43 getc_unlocked(FILE *fp) in getc_unlocked() function
Dgetchar.c44 return (getc_unlocked(stdin)); in getchar_unlocked()
/bionic/libc/include/
Dstdio.h325 int getc_unlocked(FILE *);
432 #define getc_unlocked(fp) __sgetc(fp) macro
445 #define getchar_unlocked() getc_unlocked(stdin)