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

/netbsd-current/lib/libc/stdio/
H A Dfunopen.c53 ssize_t (*readfn)(void *, void *, size_t),
62 if (readfn == NULL) {
79 fp->_read = readfn;
89 int (*readfn)(void *, char *, int); member in struct:__anon16304
101 return (*d->readfn)(d->cookie, buf, (int)len);
148 int (*readfn)(void *, char *, int),
160 d->readfn = readfn;
165 d->readfn ? creadfn : NULL,
/netbsd-current/tests/lib/libc/locale/
H A Dt_io.c139 readfn(void *vp, char *buf, int len) function
162 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
190 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.h310 #define NSSOV_HANDLE(db,fn,readfn,logcall,action,mkfilter) \
322 readfn; \
/netbsd-current/libexec/httpd/
H A Dbozohttpd.c2388 ssize_t (*readfn)(bozohttpd_t *, int, void *, size_t))
2412 for (; readfn(httpd, fd, &c, 1) == 1; ) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9234 INTERCEPTOR(__sanitizer_FILE *, funopen, void *cookie, funopen_readfn readfn,
9238 COMMON_INTERCEPTOR_ENTER(ctx, funopen, cookie, readfn, writefn, seekfn,
9244 wrapped_cookie->real_read = readfn;
9251 readfn ? wrapped_funopen_read : nullptr,
9318 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9322 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9328 wrapped_cookie->real_read = readfn;
9336 readfn ? wrapped_funopen2_read : nullptr,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9539 INTERCEPTOR(__sanitizer_FILE *, funopen, void *cookie, funopen_readfn readfn,
9543 COMMON_INTERCEPTOR_ENTER(ctx, funopen, cookie, readfn, writefn, seekfn,
9549 wrapped_cookie->real_read = readfn;
9556 readfn ? wrapped_funopen_read : nullptr,
9623 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9627 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9633 wrapped_cookie->real_read = readfn;
9641 readfn ? wrapped_funopen2_read : nullptr,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9747 INTERCEPTOR(__sanitizer_FILE *, funopen, void *cookie, funopen_readfn readfn,
9751 COMMON_INTERCEPTOR_ENTER(ctx, funopen, cookie, readfn, writefn, seekfn,
9757 wrapped_cookie->real_read = readfn;
9764 readfn ? wrapped_funopen_read : nullptr,
9831 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9835 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9841 wrapped_cookie->real_read = readfn;
9849 readfn ? wrapped_funopen2_read : nullptr,

Completed in 124 milliseconds