Searched refs:fopencookie (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/lib/libc/stdio/ |
| HD | Makefile.inc | 9 fopencookie.c fprintf.c fpurge.c \ 36 fopen.3 fopencookie.3 fputs.3 \
|
| HD | fopencookie.c | 46 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) in fopencookie() function
|
| HD | Symbol.map | 162 fopencookie;
|
| /freebsd-head/include/ |
| HD | stdio.h | 436 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 989 // libc file streams can call user-supplied functions, see fopencookie. 1108 // libc file streams can call user-supplied functions, see fopencookie. 1202 // libc file streams can call user-supplied functions, see fopencookie. 1220 // libc file streams can call user-supplied functions, see fopencookie. 1235 // libc file streams can call user-supplied functions, see fopencookie. 6496 INTERCEPTOR(__sanitizer_FILE *, fopencookie, void *cookie, const char *mode, 6499 COMMON_INTERCEPTOR_ENTER(ctx, fopencookie, cookie, mode, io_funcs); 6505 REAL(fopencookie)(wrapped_cookie, mode, {wrapped_read, wrapped_write, 6510 #define INIT_FOPENCOOKIE COMMON_INTERCEPT_FUNCTION(fopencookie);
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1759 fun:fopencookie=uninstrumented
|