Searched refs:cookie_io_functions_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dfopencookie.c40 cookie_io_functions_t foc_io;
49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs)
/freebsd-12-stable/include/
H A Dstdio.h429 } cookie_io_functions_t; typedef in typeref:struct:__anon8380
430 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1259 CHECK_TYPE_SIZE(cookie_io_functions_t); variable
1260 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, read);
1261 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, write);
1262 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, seek);
1263 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, close);

Completed in 102 milliseconds