Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dgetc.c46 #undef getc_unlocked
61 getc_unlocked(FILE *fp) in getc_unlocked() function
/bionic/libc/include/
Dstdio.h316 int getc_unlocked(FILE *);
422 #define getc_unlocked(fp) __sgetc(fp) macro
435 #define getchar_unlocked() getc_unlocked(stdin)