Searched refs:readfn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dfunopen.c46 int (*readfn)(void *, char *, int),
54 if (readfn == NULL) {
71 fp->_read = readfn;
H A Dfopencookie.c51 int (*readfn)(void *, char *, int);
67 readfn = _fopencookie_read;
70 readfn = NULL;
74 fp = funopen(thunk, readfn, writefn, _fopencookie_seek,
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c127 readfn(void *vp, char *buf, int len) function
150 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
172 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);

Completed in 57 milliseconds