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

/freebsd-10.3-release/lib/libz/
H A Dzopen.c40 return (funopen(gz, xgzread, NULL, NULL, xgzclose));
42 return (funopen(gz, NULL, xgzwrite, NULL, xgzclose));
/freebsd-10.3-release/lib/libc/stdio/
H A Dfunopen.c34 static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93";
37 __FBSDID("$FreeBSD: releng/10.3/lib/libc/stdio/funopen.c 249808 2013-04-23 13:33:13Z emaste $");
45 funopen(const void *cookie, function
H A DMakefile.inc14 ftell.c funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwscanf.c \
39 fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 \
58 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
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-10.3-release/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c150 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
172 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
/freebsd-10.3-release/include/
H A Dstdio.h422 FILE *funopen(const void *,
427 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
428 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/freebsd-10.3-release/usr.bin/compress/
H A Dzopen.c731 return (funopen(zs, zread, NULL, NULL, zclose));
734 return (funopen(zs, NULL, zwrite, NULL, zclose));
/freebsd-10.3-release/usr.bin/gzip/
H A Dzuncompress.c202 return funopen(zs, zread, NULL, NULL, zclose);
/freebsd-10.3-release/lib/libfetch/
H A Dftp.c609 f = funopen(io, ftp_readfn, ftp_writefn, ftp_seekfn, ftp_closefn);
H A Dhttp.c340 f = funopen(io, http_readfn, http_writefn, NULL, http_closefn);
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c306 return funopen((void *)(uintptr_t)fd,

Completed in 199 milliseconds