Home
last modified time | relevance | path

Searched refs:__toread (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__uflow.c9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
H A Dungetc.c9 if (!f->rpos) __toread(f); in ungetc()
H A D__toread.c3 int __toread(FILE *f) in __toread() function
H A Dfread.c27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__uflow.c9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
H A Dungetc.c9 if (!f->rpos) __toread(f); in ungetc()
H A D__toread.c3 int __toread(FILE *f) in __toread() function
H A Dfread.c27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__uflow.c9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
H A Dungetc.c9 if (!f->rpos) __toread(f); in ungetc()
H A D__toread.c3 int __toread(FILE *f) in __toread() function
H A Dfread.c27 k = __toread(f) ? 0 : f->read(f, dest, l); in fread()
/third_party/musl/src/stdio/
H A D__uflow.c9 if (!__toread(f) && f->read(f, &c, 1)==1) return c; in __uflow()
H A Dungetc.c9 if (!f->rpos) __toread(f); in ungetc()
H A D__toread.c3 int __toread(FILE *f) in __toread() function
H A Dungetwc.c19 if (!f->rpos) __toread(f); in ungetwc()
H A Dfread.c11 int r = __toread(f); in __fill_buffer()
H A Dvfscanf.c88 if (!f->rpos) __toread(f); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A D__toread.c3 int __toread(FILE *f) in __toread() function
H A Dfread.c9 int r = __toread(f); in __fill_buffer()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h39 hidden int __toread(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h59 hidden int __toread(FILE *);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h39 hidden int __toread(FILE *);
/third_party/musl/src/internal/
H A Dstdio_impl.h133 hidden int __toread(FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h129 hidden int __toread(FILE *);

Completed in 5 milliseconds

12