Searched refs:funopen (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/libz/
H A Dzopen.c46 return (funopen(gz, xgzread, NULL, xgzseek, xgzclose));
48 return (funopen(gz, NULL, xgzwrite, xgzseek, xgzclose));
/freebsd-11-stable/lib/libc/stdio/
H A Dfunopen.c34 static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93";
45 funopen(const void *cookie, function
H A DMakefile.inc15 ftell.c funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwscanf.c \
40 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \
64 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
H A Dfopencookie.c74 fp = funopen(thunk, readfn, writefn, _fopencookie_seek,
H A Dfmemopen.c140 f = funopen(ck,
H A Dopen_memstream.c200 fp = funopen(ms, NULL, memstream_write, memstream_seek,
H A Dopen_wmemstream.c262 fp = funopen(ms, NULL, wmemstream_write, wmemstream_seek,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c146 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
168 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
/freebsd-11-stable/include/
H A Dstdio.h445 FILE *funopen(const void *,
450 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
451 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/freebsd-11-stable/usr.bin/compress/
H A Dzopen.c731 return (funopen(zs, zread, NULL, NULL, zclose));
734 return (funopen(zs, NULL, zwrite, NULL, zclose));
/freebsd-11-stable/usr.bin/gzip/
H A Dzuncompress.c202 return funopen(zs, zread, NULL, NULL, zclose);
/freebsd-11-stable/lib/libfetch/
H A Dftp.c608 f = funopen(io, ftp_readfn, ftp_writefn, ftp_seekfn, ftp_closefn);
H A Dhttp.c341 f = funopen(io, http_readfn, http_writefn, NULL, http_closefn);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9364 INTERCEPTOR(__sanitizer_FILE *, funopen, void *cookie, funopen_readfn readfn,
9368 COMMON_INTERCEPTOR_ENTER(ctx, funopen, cookie, readfn, writefn, seekfn,
9380 REAL(funopen)(wrapped_cookie,
9389 #define INIT_FUNOPEN COMMON_INTERCEPT_FUNCTION(funopen)

Completed in 134 milliseconds