Searched refs:__uflow (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__uflow.c6 int __uflow(FILE* f) { function
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dshgetc.c14 if ((f->shlim && f->shcnt >= f->shlim) || (c = __uflow(f)) < 0) {
H A Dstdio_impl.h72 __uflow(FILE *);
93 #define getc_unlocked(f) (((f)->rpos < (f)->rend) ? *(f)->rpos++ : __uflow((f)))
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk647 $(LOCAL_DIR)/src/stdio/__uflow.c \

Completed in 186 milliseconds