Home
last modified time | relevance | path

Searched refs:funopen (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dstdio.h214 FILE* _Nullable funopen(const void* _Nullable __cookie,
227 FILE* _Nullable funopen(const void* _Nullable __cookie,
289 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
290 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/bionic/libc/stdio/
Dfmemopen.cpp132 FILE* fp = funopen(ck, in fmemopen()
Dstdio.cpp712 FILE* funopen(const void* cookie, in funopen() function
/bionic/tests/
Dstdio_test.cpp2256 FILE* fp = funopen(nullptr, read_fn, nullptr, nullptr, nullptr); in TEST()
2283 ASSERT_EQ(nullptr, funopen(nullptr, nullptr, nullptr, nullptr, nullptr)); in TEST()
2297 FILE* fp = funopen(nullptr, read_fn, nullptr, seek_fn, nullptr); in TEST()
/bionic/libc/
Dlibc.map.txt412 funopen;
/bionic/tools/versioner/platforms/
Dlibc.map.txt412 funopen;