Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c114 open_memstream(char **pbuf, size_t *psize) in open_memstream() function
159 DEF_WEAK(open_memstream);
/bionic/tests/headers/posix/
Dstdio_h.c114 FUNCTION(open_memstream, FILE* (*f)(char**, size_t*)); in stdio_h()
/bionic/libc/include/
Dstdio.h285 FILE* open_memstream(char** __ptr, size_t* __size_ptr) __INTRODUCED_IN(23);
/bionic/libc/tools/
Dposix-2013.txt615 open_memstream
/bionic/tests/
Dstdio_test.cpp1928 TEST(STDIO_TEST, open_memstream) { in TEST() argument
1931 FILE* fp = open_memstream(&p, &size); in TEST()
1947 ASSERT_EQ(nullptr, open_memstream(nullptr, &size)); in TEST()
1952 ASSERT_EQ(nullptr, open_memstream(&p, nullptr)); in TEST()
/bionic/docs/
Dstatus.md161 * <stdio.h> `fmemopen`, `open_memstream`, `feof_unlocked`, `ferror_unlocked`, `clearerr_unlocked`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt710 open_memstream; # introduced=23
/bionic/libc/
Dlibc.map.txt710 open_memstream; # introduced=23
DAndroid.bp524 "upstream-openbsd/lib/libc/stdio/open_memstream.c",