Searched refs:cookie_io_functions_t (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libc/stdio/ |
| H A D | fopencookie.c | 37 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 D | cookie_io_functions_t.h | 26 } cookie_io_functions_t; typedef
|
| /freebsd/include/ |
| H A D | stdio.h | 436 } 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 D | sanitizer_platform_limits_posix.cpp | 1364 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 D | rtsan_test_interceptors_posix.cpp | 556 cookie_io_functions_t funcs = {(cookie_read_function_t *)&CookieRead, nullptr, in TEST_F()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 392 cookie_io_functions_t funcs) {
|