Home
last modified time | relevance | path

Searched defs:fmemopen (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfmemopen.c52 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) in fmemopen() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp407 INTERCEPTOR(FILE *, fmemopen, void *buf, size_t size, const char *mode) { argument