Home
last modified time | relevance | path

Searched refs:__fdopen (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/src/stdio/
A D__fdopen.c9 FILE* __fdopen(int fd, const char* mode) { in __fdopen() function
65 weak_alias(__fdopen, fdopen);
A Dtmpfile.c22 f = __fdopen(fd, "w+"); in tmpfile()
A Dfopen.c27 f = __fdopen(fd, mode); in fopen()
/third_party/ulib/musl/src/internal/
A Dstdio_impl.h81 FILE* __fdopen(int, const char*) ATTR_LIBC_VISIBILITY;
/third_party/ulib/musl/
A Dmusl-rules.mk633 $(LOCAL_DIR)/src/stdio/__fdopen.c \

Completed in 8 milliseconds