Home
last modified time | relevance | path

Searched refs:open_memstream (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A DMakefile.inc22 SRCS+= fmemopen.c open_memstream.c open_wmemstream.c
32 tmpnam.3 ungetc.3 ungetwc.3 wprintf.3 wscanf.3 open_memstream.3
68 MLINKS+=open_memstream.3 open_wmemstream.3
H A Dopen_memstream.c181 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
/netbsd-src/lib/libcurses/
H A Dprintw.c132 win->fp = open_memstream(&win->buf, &win->buflen); in vw_printw()
/netbsd-src/tests/lib/libc/stdio/
H A Dt_open_memstream.c47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d491 FILE* open_memstream(char** ptr, size_t* sizeloc); in version()
680 auto f = open_memstream(&ptr, &sz); in version()
/netbsd-src/include/
H A Dstdio.h532 FILE *open_memstream(char **, size_t *);
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c250 fp = open_memstream(&ctx->script_buf, &ctx->script_buflen); in make_env()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc305 // For open_memstream().
5829 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
5831 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
5835 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
5871 COMMON_INTERCEPT_FUNCTION(open_memstream); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc329 // For open_memstream().
6247 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
6249 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
6253 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
6289 COMMON_INTERCEPT_FUNCTION(open_memstream); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc312 // For open_memstream().
6073 INTERCEPTOR(__sanitizer_FILE *, open_memstream, char **ptr, SIZE_T *sizeloc) {
6075 COMMON_INTERCEPTOR_ENTER(ctx, open_memstream, ptr, sizeloc);
6079 __sanitizer_FILE *res = REAL(open_memstream)(ptr, sizeloc);
6115 COMMON_INTERCEPT_FUNCTION(open_memstream); \