Home
last modified time | relevance | path

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

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