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

/netbsd-current/sbin/savecore/
H A Dzopen.c38 return funopen(gz, xgzread, NULL, NULL, (int (*)(void *))gzclose);
40 return funopen(gz, NULL, xgzwrite, NULL, (int (*)(void *))gzclose);
/netbsd-current/lib/libc/stdio/
H A DMakefile.inc12 funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwrite.c fwscanf.c \
30 fseek.3 funopen.3 fwide.3 getc.3 getdelim.3 getwc.3 mktemp.3 printf.3 \
43 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3
44 MLINKS+=funopen.3 funopen2.3 funopen.3 fropen2.3 funopen.3 fwopen2.3
H A Dfunopen.c1 /* $NetBSD: funopen.c,v 1.15 2016/10/23 21:01:52 christos Exp $ */
38 static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: funopen.c,v 1.15 2016/10/23 21:01:52 christos Exp $");
147 funopen(const void *cookie, function
/netbsd-current/tests/lib/libc/locale/
H A Dt_io.c162 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
190 FILE *fp = funopen(&ib, readfn, NULL, NULL, NULL);
/netbsd-current/include/
H A Dstdio.h430 FILE *funopen(const void *,
442 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
443 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/netbsd-current/usr.bin/compress/
H A Dzopen.c692 return (funopen(zs, zread, NULL, NULL, zclose));
695 return (funopen(zs, NULL, zwrite, NULL, zclose));
/netbsd-current/usr.bin/gzip/
H A Dzuncompress.c202 return funopen(zs, zread, NULL, NULL, zclose);
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dftp.c612 f = funopen(io, _ftp_readfn, _ftp_writefn, _ftp_seekfn, _ftp_closefn);
H A Dhttp.c324 f = funopen(io, _http_readfn, _http_writefn, NULL, _http_closefn);
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c297 return funopen((void *)(uintptr_t)fd,
/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,
9250 REAL(funopen)(wrapped_cookie,
9259 #define INIT_FUNOPEN COMMON_INTERCEPT_FUNCTION(funopen)
/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,
9555 REAL(funopen)(wrapped_cookie,
9564 #define INIT_FUNOPEN COMMON_INTERCEPT_FUNCTION(funopen)
/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,
9763 REAL(funopen)(wrapped_cookie,
9772 #define INIT_FUNOPEN COMMON_INTERCEPT_FUNCTION(funopen)

Completed in 168 milliseconds