Searched refs:funopen64 (Results 1 – 5 of 5) sorted by relevance
218 int (* _Nullable __close_fn)(void* _Nonnull)) __RENAME(funopen64) __INTRODUCED_IN(24);240 __wur FILE* _Nullable funopen64(const void* _Nullable __cookie,
724 FILE* funopen64(const void* cookie, in funopen64() function
1254 funopen64; # introduced=24
2356 FILE* fp64 = funopen64(nullptr, read_fn, nullptr, seek64_fn, nullptr); in TEST()