Searched refs:fopencookie (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | Makefile.inc | 12 fopencookie.c fprintf.c fpurge.c \ 39 fopen.3 fopencookie.3 fputs.3 \
|
| H A D | fopencookie.c | 49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) in fopencookie() function
|
| H A D | Symbol.map | 167 fopencookie;
|
| /freebsd-12.1/include/ |
| H A D | stdio.h | 424 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 994 // libc file streams can call user-supplied functions, see fopencookie. 1111 // libc file streams can call user-supplied functions, see fopencookie. 1204 // libc file streams can call user-supplied functions, see fopencookie. 1222 // libc file streams can call user-supplied functions, see fopencookie. 1235 // libc file streams can call user-supplied functions, see fopencookie. 6113 INTERCEPTOR(__sanitizer_FILE *, fopencookie, void *cookie, const char *mode, 6116 COMMON_INTERCEPTOR_ENTER(ctx, fopencookie, cookie, mode, io_funcs); 6122 REAL(fopencookie)(wrapped_cookie, mode, {wrapped_read, wrapped_write, 6127 #define INIT_FOPENCOOKIE COMMON_INTERCEPT_FUNCTION(fopencookie);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1754 fun:fopencookie=uninstrumented
|