Home
last modified time | relevance | path

Searched refs:__towrite (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
H A D__towrite.c3 int __towrite(FILE *f) in __towrite() function
H A Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
H A Dvfprintf.c696 if (!f->wend && __towrite(f)) ret = -1; in vfprintf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
H A D__towrite.c3 int __towrite(FILE *f) in __towrite() function
H A Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
H A Dvfprintf.c697 if (!f->wend && __towrite(f)) ret = -1; in vfprintf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
H A D__towrite.c3 int __towrite(FILE *f) in __towrite() function
H A Dfwrite.c8 if (!f->wend && __towrite(f)) return 0; in __fwritex()
H A Dvfprintf.c697 if (!f->wend && __towrite(f)) ret = -1; in vfprintf()
/third_party/musl/src/stdio/
H A D__overflow.c6 if (!f->wend && __towrite(f)) return EOF; in __overflow()
H A D__towrite.c3 int __towrite(FILE *f) in __towrite() function
H A Dfwrite.c11 if (!f->wend && __towrite(f)) return 0; in __fwritex()
H A Dvfprintf.c706 if (!f->wend && __towrite(f)) ret = -1; in vfprintf()
/third_party/musl/porting/linux/user/src/stdio/
H A D__towrite.c3 int __towrite(FILE *f) in __towrite() function
H A Dvfprintf.c698 if (!f->wend && __towrite(f)) ret = -1; in vfprintf()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h40 hidden int __towrite(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h60 hidden int __towrite(FILE *);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h40 hidden int __towrite(FILE *);
/third_party/musl/src/internal/
H A Dstdio_impl.h134 hidden int __towrite(FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h130 hidden int __towrite(FILE *);

Completed in 11 milliseconds