Searched refs:funopen (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/stdio/ |
D | funopen.c | 39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() function
|
/bionic/libc/include/ |
D | stdio.h | 361 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/ |
D | Android.mk | 103 stdio/funopen.c \
|