Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dopen_wmemstream.c124 open_wmemstream(wchar_t **pbuf, size_t *psize) in open_wmemstream() function
/aosp12/bionic/tests/
H A Dwchar_test.cpp699 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 Dwchar_h.c63 FUNCTION(open_wmemstream, FILE* (*f)(wchar_t**, size_t*)); in wchar_h()
/aosp12/bionic/libc/include/
H A Dwchar.h139 FILE* open_wmemstream(wchar_t** __ptr, size_t* __size_ptr) __INTRODUCED_IN(23);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt616 open_wmemstream
/aosp12/bionic/docs/
H A Dstatus.md168 * <wchar.h> `open_wmemstream`, `wcscasecmp_l`/`wcsncasecmp_l`, `wmempcpy`.
/aosp12/bionic/libc/
H A Dlibc.map.txt711 open_wmemstream; # introduced=23
H A DAndroid.bp525 "upstream-openbsd/lib/libc/stdio/open_wmemstream.c",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt711 open_wmemstream; # introduced=23