Searched refs:open_memstream (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/lib/libc/stdio/ |
H A D | Makefile.inc | 22 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 D | open_memstream.c | 181 open_memstream(char **bufp, size_t *sizep) in open_memstream() function
|
/netbsd-src/lib/libcurses/ |
H A D | printw.c | 132 win->fp = open_memstream(&win->buf, &win->buflen); in vw_printw()
|
/netbsd-src/tests/lib/libc/stdio/ |
H A D | t_open_memstream.c | 47 fp = open_memstream(&buf, &size); in ATF_TC_BODY()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | stdio.d | 491 FILE* open_memstream(char** ptr, size_t* sizeloc); in version() 680 auto f = open_memstream(&ptr, &sz); in version()
|
/netbsd-src/include/ |
H A D | stdio.h | 532 FILE *open_memstream(char **, size_t *);
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | script.c | 250 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 D | sanitizer_common_interceptors.inc | 305 // 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 D | sanitizer_common_interceptors.inc | 329 // 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 D | sanitizer_common_interceptors.inc | 312 // 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); \
|