Searched refs:fopencookie (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | Makefile.inc | 11 fopencookie.c fprintf.c fpurge.c \ 38 fopen.3 fopencookie.3 fputs.3 \
|
| H A D | fopencookie.c | 46 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) in fopencookie() function
|
| H A D | Symbol.map | 163 fopencookie;
|
| /freebsd-14.2/include/ |
| H A D | stdio.h | 428 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 989 // libc file streams can call user-supplied functions, see fopencookie. 1106 // libc file streams can call user-supplied functions, see fopencookie. 1199 // libc file streams can call user-supplied functions, see fopencookie. 1217 // libc file streams can call user-supplied functions, see fopencookie. 1232 // libc file streams can call user-supplied functions, see fopencookie. 6485 INTERCEPTOR(__sanitizer_FILE *, fopencookie, void *cookie, const char *mode, 6488 COMMON_INTERCEPTOR_ENTER(ctx, fopencookie, cookie, mode, io_funcs); 6494 REAL(fopencookie)(wrapped_cookie, mode, {wrapped_read, wrapped_write, 6499 #define INIT_FOPENCOOKIE COMMON_INTERCEPT_FUNCTION(fopencookie);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1759 fun:fopencookie=uninstrumented
|