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

  /src/tests/lib/libc/stdio/
t_open_memstream.c 31 atf_tc_set_md_var(tc, "descr", "Test open_memstream functionality");
47 fp = open_memstream(&buf, &size);
  /src/lib/libcurses/
printw.c 132 win->fp = open_memstream(&win->buf, &win->buflen);
  /src/lib/libc/stdio/
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
open_memstream.c 1 /* $NetBSD: open_memstream.c,v 1.2 2024/01/23 15:32:54 christos Exp $ */
32 __FBSDID("$FreeBSD: head/lib/libc/stdio/open_memstream.c 247411 2013-02-27 19:50:46Z jhb $");
34 __RCSID("$NetBSD: open_memstream.c,v 1.2 2024/01/23 15:32:54 christos Exp $");
181 open_memstream(char **bufp, size_t *sizep) function in typeref:typename:FILE *
  /src/include/
stdio.h 532 FILE *open_memstream(char **, size_t *);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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); \

Completed in 24 milliseconds