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

/openbsd-current/lib/libc/stdio/
H A Dfunopen.c1 /* $OpenBSD: funopen.c,v 1.10 2022/01/05 20:57:27 millert Exp $ */
39 funopen(const void *cookie, int (*readfn)(void *, char *, int), function
69 DEF_WEAK(funopen); variable
H A DMakefile.inc11 fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \
25 fopen.3 fputs.3 fread.3 fseek.3 funopen.3 getc.3 \
/openbsd-current/lib/libcrypto/bio/
H A Db_print.c22 fp = funopen(bio, NULL, &_BIO_write, NULL, NULL);
/openbsd-current/include/
H A Dstdio.h368 FILE *funopen(const void *,
374 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
375 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/openbsd-current/lib/libc/hidden/
H A Dstdio.h75 PROTO_NORMAL(funopen); variable
/openbsd-current/bin/csh/
H A Dcsh.c254 if (!(cshin = funopen((void *) &SHIN, readf, writef, seekf, closef)))
256 if (!(cshout = funopen((void *) &SHOUT, readf, writef, seekf, closef)))
258 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef)))
/openbsd-current/sbin/savecore/
H A Dzopen.c535 if ((fp = funopen(cookie, NULL,
/openbsd-current/usr.bin/ftp/
H A Dfetch.c666 fin = funopen(tls, stdio_tls_read_wrapper,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9856 INTERCEPTOR(__sanitizer_FILE *, funopen, void *cookie, funopen_readfn readfn,
9860 COMMON_INTERCEPTOR_ENTER(ctx, funopen, cookie, readfn, writefn, seekfn,
9872 REAL(funopen)(wrapped_cookie,
9881 #define INIT_FUNOPEN COMMON_INTERCEPT_FUNCTION(funopen)

Completed in 101 milliseconds