Searched refs:getc_unlocked (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dgetc_unlocked.c3 int(getc_unlocked)(FILE* f) { function
4 return getc_unlocked(f);
7 weak_alias(getc_unlocked, fgetc_unlocked);
8 weak_alias(getc_unlocked, _IO_getc_unlocked);
H A Dgetchar_unlocked.c4 return getc_unlocked(stdin);
H A Dfgetc.c6 return getc_unlocked(f);
7 c = getc_unlocked(f);
H A Dgetc.c6 return getc_unlocked(f);
7 c = getc_unlocked(f);
H A Dfgetln.c9 ungetc(getc_unlocked(f), f);
H A Dfgetwc.c29 b = c = getc_unlocked(f);
H A Dfgets.c33 if ((c = getc_unlocked(f)) < 0) {
H A Dgetdelim.c51 if ((c = getc_unlocked(f)) == EOF) {
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h93 #define getc_unlocked(f) (((f)->rpos < (f)->rend) ? *(f)->rpos++ : __uflow((f))) macro
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdio.h138 int getc_unlocked(FILE*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk683 $(LOCAL_DIR)/src/stdio/getc_unlocked.c \

Completed in 37 milliseconds