Searched refs:funopen2 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dfunopen.c52 funopen2(const void *cookie, function
164 fp = funopen2(d,
H A Dopen_memstream.c207 fp = funopen2(ms, NULL, memstream_write, memstream_seek,
H A Dopen_wmemstream.c269 fp = funopen2(ms, NULL, wmemstream_write, wmemstream_seek,
H A DMakefile.inc44 MLINKS+=funopen.3 funopen2.3 funopen.3 fropen2.3 funopen.3 fwopen2.3
/netbsd-current/include/
H A Dstdio.h435 FILE *funopen2(const void *,
444 #define fropen2(cookie, fn) funopen2(cookie, fn, 0, 0, 0, 0)
445 #define fwopen2(cookie, fn) funopen2(cookie, 0, fn, 0, 0, 0)
/netbsd-current/bin/csh/
H A Dcsh.c301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL,
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL,
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL,
/netbsd-current/bin/sh/
H A Dhistedit.c399 * The callback functions for the FILE* returned by funopen2()
498 funopen2(&History_fd, NULL, Hist_Write, Hist_Seek, NULL,
501 VTRACE(DBG_HISTORY, ("; funopen2 failed[%d]\n", errno));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9318 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9322 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9335 REAL(funopen2)(wrapped_cookie,
9345 #define INIT_FUNOPEN2 COMMON_INTERCEPT_FUNCTION(funopen2)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9623 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9627 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9640 REAL(funopen2)(wrapped_cookie,
9650 #define INIT_FUNOPEN2 COMMON_INTERCEPT_FUNCTION(funopen2)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9831 INTERCEPTOR(__sanitizer_FILE *, funopen2, void *cookie, funopen2_readfn readfn,
9835 COMMON_INTERCEPTOR_ENTER(ctx, funopen2, cookie, readfn, writefn, seekfn,
9848 REAL(funopen2)(wrapped_cookie,
9858 #define INIT_FUNOPEN2 COMMON_INTERCEPT_FUNCTION(funopen2)

Completed in 127 milliseconds