HomeSort by relevance Sort by last modified time
    Searched defs:open_memstream (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 1 /* $OpenBSD: open_memstream.c,v 1.6 2015/08/31 02:53:57 guenther Exp $ */
114 open_memstream(char **pbuf, size_t *psize) function
159 DEF_WEAK(open_memstream); variable
  /system/core/libcutils/
open_memstream.c 20 * Implementation of the POSIX open_memstream() function, which Linux has
47 #include <cutils/open_memstream.h>
223 FILE* open_memstream(char** bufp, size_t* sizep) function
265 * change to open_memstream() to use fopencookie instead:
284 stream = open_memstream(&buf, &len);
299 stream = open_memstream(&buf, &len);
321 stream = open_memstream (&buf, &len);
342 stream = open_memstream (&buf, &len);

Completed in 73 milliseconds