Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfopencookie.c37 cookie_io_functions_t foc_io;
46 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) in fopencookie()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h26 } cookie_io_functions_t; typedef
/freebsd/include/
H A Dstdio.h436 } cookie_io_functions_t; typedef
437 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1364 CHECK_TYPE_SIZE(cookie_io_functions_t);
1365 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, read);
1366 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, write);
1367 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, seek);
1368 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, close);
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp556 cookie_io_functions_t funcs = {(cookie_read_function_t *)&CookieRead, nullptr, in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp392 cookie_io_functions_t funcs) {