Home
last modified time | relevance | path

Searched refs:funopen (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Dfunopen.c39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() function
/bionic/libc/include/
Dstdio.h361 FILE *funopen(const void *,
367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/bionic/libc/
DAndroid.mk103 stdio/funopen.c \