HomeSort by: relevance | last modified time | path
    Searched refs:readfn (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/stdio/
funopen.c 53 ssize_t (*readfn)(void *, void *, size_t),
62 if (readfn == NULL) {
79 fp->_read = readfn;
89 int (*readfn)(void *, char *, int); member in struct:__anon420
101 return (*d->readfn)(d->cookie, buf, (int)len);
148 int (*readfn)(void *, char *, int),
160 d->readfn = readfn;
165 d->readfn ? creadfn : NULL,
  /src/tests/lib/libc/locale/
t_io.c 139 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);
  /src/libexec/httpd/
bozohttpd.c 2388 ssize_t (*readfn)(bozohttpd_t *, int, void *, size_t))
2412 for (; readfn(httpd, fd, &c, 1) == 1; ) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 9234 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,

Completed in 44 milliseconds