Home
last modified time | relevance | path

Searched refs:__stdio_close (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_close.c4 int __stdio_close(FILE *f) in __stdio_close() function
H A Dstdout.c16 .close = __stdio_close,
H A Dstderr.c16 .close = __stdio_close,
H A D__fdopen.c57 f->close = __stdio_close; in __fdopen()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_close.c4 int __stdio_close(FILE *f) in __stdio_close() function
H A Dstdout.c16 .close = __stdio_close,
H A Dstderr.c16 .close = __stdio_close,
H A Dstdin.c13 .close = __stdio_close,
H A D__fdopen.c53 f->close = __stdio_close; in __fdopen()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_close.c4 int __stdio_close(FILE *f) in __stdio_close() function
H A Dstdout.c16 .close = __stdio_close,
H A Dstderr.c16 .close = __stdio_close,
H A Dstdin.c13 .close = __stdio_close,
H A D__fdopen.c53 f->close = __stdio_close; in __fdopen()
/third_party/musl/porting/linux/user/src/stdio/
H A D__stdio_close.c11 int __stdio_close(FILE *f) in __stdio_close() function
H A Dstdin.c14 .close = __stdio_close,
H A Dstderr.c14 .close = __stdio_close,
H A D__fdopen.c132 f->close = __stdio_close; in __fdopenx()
/third_party/musl/src/stdio/
H A D__stdio_close.c11 int __stdio_close(FILE *f) in __stdio_close() function
H A Dstdin.c14 .close = __stdio_close,
H A Dstdout.c14 .close = __stdio_close,
H A Dstderr.c14 .close = __stdio_close,
H A D__fopen_rb_ca.c20 f->close = __stdio_close; in __fopen_rb_ca()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h35 hidden int __stdio_close(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h57 hidden int __stdio_close(FILE *);

Completed in 9 milliseconds

12