Searched refs:open_memstream (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 113 open_memstream(char **pbuf, size_t *psize) in open_memstream() function 157 DEF_WEAK(open_memstream);
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 115 FUNCTION(open_memstream, FILE* (*f)(char**, size_t*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 276 __wur FILE* _Nullable open_memstream(char* _Nonnull * _Nonnull __ptr, size_t* _Nonnull __size_ptr) …
|
/bionic/libc/tools/ |
D | posix-2013.txt | 615 open_memstream
|
/bionic/tests/ |
D | stdio_test.cpp | 1983 TEST(STDIO_TEST, open_memstream) { in TEST() argument 1986 FILE* fp = open_memstream(&p, &size); in TEST() 2004 ASSERT_EQ(nullptr, open_memstream(nullptr, &size)); in TEST() 2009 ASSERT_EQ(nullptr, open_memstream(&p, nullptr)); in TEST()
|
/bionic/docs/ |
D | status.md | 218 * <stdio.h> `fmemopen`, `open_memstream`, `feof_unlocked`, `ferror_unlocked`, `clearerr_unlocked`.
|
/bionic/libc/ |
D | libc.map.txt | 710 open_memstream; # introduced=23
|
D | Android.bp | 529 "upstream-openbsd/lib/libc/stdio/open_memstream.c",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 710 open_memstream; # introduced=23
|