Home
last modified time | relevance | path

Searched refs:open_wmemstream (Results 1 – 16 of 16) 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.cpp568 TEST(wchar, open_wmemstream) { in TEST() argument
571 FILE* fp = open_wmemstream(&p, &size); in TEST()
587 ASSERT_EQ(nullptr, open_wmemstream(nullptr, &size)); in TEST()
592 ASSERT_EQ(nullptr, open_wmemstream(&p, nullptr)); in TEST()
/bionic/libc/include/
Dwchar.h177 FILE* open_wmemstream(wchar_t**, size_t*);
/bionic/libc/
Dlibc.mips64.map640 open_wmemstream;
Dlibc.x86_64.map640 open_wmemstream;
Dlibc.arm64.map640 open_wmemstream;
Dlibc.x86.brillo.map690 open_wmemstream;
Dlibc.mips.brillo.map692 open_wmemstream;
Dlibc.arm.brillo.map694 open_wmemstream;
Dlibc.mips.map692 open_wmemstream;
Dlibc.x86.map690 open_wmemstream;
Dlibc.arm.map694 open_wmemstream;
Dlibc.map.txt718 open_wmemstream;
DAndroid.mk480 upstream-openbsd/lib/libc/stdio/open_wmemstream.c \
DAndroid.bp500 "upstream-openbsd/lib/libc/stdio/open_wmemstream.c",
/bionic/libc/tools/
Dposix-2013.txt616 open_wmemstream