Home
last modified time | relevance | path

Searched refs:funopen2 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Dfunopen.c52 funopen2(const void *cookie, in funopen2() function
164 fp = funopen2(d, in funopen()
H A Dopen_memstream.c207 fp = funopen2(ms, NULL, memstream_write, memstream_seek, in open_memstream()
H A Dopen_wmemstream.c269 fp = funopen2(ms, NULL, wmemstream_write, wmemstream_seek, in open_wmemstream()
H A DMakefile.inc44 MLINKS+=funopen.3 funopen2.3 funopen.3 fropen2.3 funopen.3 fwopen2.3
/netbsd-src/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-src/bin/csh/
H A Dcsh.c301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL, in main()
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, in main()
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, in main()
/netbsd-src/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-src/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)
/netbsd-src/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)