Searched refs:open_wmemstream (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_wmemstream.c | 124 open_wmemstream(wchar_t **pbuf, size_t *psize) in open_wmemstream() function
|
/bionic/tests/ |
D | wchar_test.cpp | 689 TEST(wchar, open_wmemstream) { in TEST() argument 692 FILE* fp = open_wmemstream(&p, &size); in TEST() 708 ASSERT_EQ(nullptr, open_wmemstream(nullptr, &size)); in TEST() 713 ASSERT_EQ(nullptr, open_wmemstream(&p, nullptr)); in TEST()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 63 FUNCTION(open_wmemstream, FILE* (*f)(wchar_t**, size_t*)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 139 FILE* open_wmemstream(wchar_t** __ptr, size_t* __size_ptr) __INTRODUCED_IN(23);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 616 open_wmemstream
|
/bionic/docs/ |
D | status.md | 168 * <wchar.h> `open_wmemstream`, `wcscasecmp_l`/`wcsncasecmp_l`, `wmempcpy`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 711 open_wmemstream; # introduced=23
|
/bionic/libc/ |
D | libc.map.txt | 711 open_wmemstream; # introduced=23
|
D | Android.bp | 502 "upstream-openbsd/lib/libc/stdio/open_wmemstream.c",
|