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