Searched refs:__fdopen (Results 1 – 5 of 5) sorted by relevance
9 FILE* __fdopen(int fd, const char* mode) { in __fdopen() function65 weak_alias(__fdopen, fdopen);
22 f = __fdopen(fd, "w+"); in tmpfile()
27 f = __fdopen(fd, mode); in fopen()
81 FILE* __fdopen(int, const char*) ATTR_LIBC_VISIBILITY;
633 $(LOCAL_DIR)/src/stdio/__fdopen.c \
Completed in 8 milliseconds