Searched refs:__toread (Results 1 - 25 of 26) sorted by relevance
12
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __uflow.c | 9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
|
H A D | ungetc.c | 9 if (!f->rpos) __toread(f); in ungetc()
|
H A D | __toread.c | 3 int __toread(FILE *f) in __toread() function
|
H A D | fread.c | 27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __uflow.c | 9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
|
H A D | ungetc.c | 9 if (!f->rpos) __toread(f); in ungetc()
|
H A D | __toread.c | 3 int __toread(FILE *f) in __toread() function
|
H A D | fread.c | 27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __uflow.c | 9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
|
H A D | ungetc.c | 9 if (!f->rpos) __toread(f); in ungetc()
|
H A D | __toread.c | 3 int __toread(FILE *f) in __toread() function
|
H A D | fread.c | 27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
|
/third_party/musl/src/stdio/ |
H A D | __uflow.c | 9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
|
H A D | ungetc.c | 9 if (!f->rpos) __toread(f); in ungetc()
|
H A D | __toread.c | 3 int __toread(FILE *f) in __toread() function
|
H A D | ungetwc.c | 19 if (!f->rpos) __toread(f); in ungetwc()
|
H A D | fread.c | 11 int r = __toread(f); in __fill_buffer()
|
H A D | vfscanf.c | 88 if (!f->rpos) __toread(f); in vfscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | __toread.c | 3 int __toread(FILE *f) in __toread() function
|
H A D | fread.c | 9 int r = __toread(f); in __fill_buffer()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | stdio_impl.h | 39 hidden int __toread(FILE *);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 59 hidden int __toread(FILE *);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | stdio_impl.h | 39 hidden int __toread(FILE *);
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 133 hidden int __toread(FILE *);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 129 hidden int __toread(FILE *);
|
Completed in 5 milliseconds
12