Searched refs:__uflow (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | stdio_impl.h | 48 int __overflow(FILE *, int), __uflow(FILE *); 77 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
|
H A D | shgetc.c | 23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 68 int __overflow(FILE *, int), __uflow(FILE *); 97 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
|
H A D | shgetc.c | 23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | stdio_impl.h | 48 int __overflow(FILE *, int), __uflow(FILE *); 77 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
|
H A D | shgetc.c | 23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __uflow.c | 6 int __uflow(FILE *f) in __uflow() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __uflow.c | 6 int __uflow(FILE *f) in __uflow() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __uflow.c | 6 int __uflow(FILE *f) in __uflow() function
|
/third_party/musl/src/stdio/ |
H A D | __uflow.c | 6 int __uflow(FILE *f) in __uflow() function
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 143 int __overflow(FILE *, int), __uflow(FILE *); 175 ( ((f)->rpos != (f)->rend) ? *(f)->rpos++ : __uflow((f)) )
|
H A D | shgetc.c | 23 if (f->shlim && cnt >= f->shlim || (c=__uflow(f)) < 0) { in __shgetc()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 139 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 D | stylo.hpp | 2112 extern int __uflow (_IO_FILE *); [all...] |
Completed in 27 milliseconds