Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h48 int __overflow(FILE *, int), __uflow(FILE *);
77 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
H A Dshgetc.c23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h68 int __overflow(FILE *, int), __uflow(FILE *);
97 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
H A Dshgetc.c23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h48 int __overflow(FILE *, int), __uflow(FILE *);
77 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
H A Dshgetc.c23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__uflow.c6 int __uflow(FILE *f) in __uflow() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__uflow.c6 int __uflow(FILE *f) in __uflow() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__uflow.c6 int __uflow(FILE *f) in __uflow() function
/third_party/musl/src/stdio/
H A D__uflow.c6 int __uflow(FILE *f) in __uflow() function
/third_party/musl/src/internal/
H A Dstdio_impl.h143 int __overflow(FILE *, int), __uflow(FILE *);
175 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
H A Dshgetc.c23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h139 int __overflow(FILE *, int), __uflow(FILE *);
171 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2112 extern int __uflow (_IO_FILE *);
[all...]

Completed in 27 milliseconds