HomeSort by: relevance | last modified time | path
    Searched refs:funopen2 (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/stdio/
funopen.c 52 funopen2(const void *cookie, function
164 fp = funopen2(d,
open_memstream.c 207 fp = funopen2(ms, NULL, memstream_write, memstream_seek,
open_wmemstream.c 269 fp = funopen2(ms, NULL, wmemstream_write, wmemstream_seek,
  /src/include/
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)
  /src/bin/csh/
csh.c 301 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,
  /src/bin/sh/
histedit.c 399 * 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));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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)

Completed in 25 milliseconds