Searched refs:funopen2 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | funopen.c | 52 funopen2(const void *cookie, in funopen2() function 164 fp = funopen2(d, in funopen()
|
H A D | open_memstream.c | 207 fp = funopen2(ms, NULL, memstream_write, memstream_seek, in open_memstream()
|
H A D | open_wmemstream.c | 269 fp = funopen2(ms, NULL, wmemstream_write, wmemstream_seek, in open_wmemstream()
|
H A D | Makefile.inc | 44 MLINKS+=funopen.3 funopen2.3 funopen.3 fropen2.3 funopen.3 fwopen2.3
|
/netbsd-src/include/ |
H A D | stdio.h | 435 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 D | csh.c | 301 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 D | sanitizer_common_interceptors.inc | 9318 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 D | sanitizer_common_interceptors.inc | 9831 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 D | sanitizer_common_interceptors.inc | 9623 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)
|