Searched refs:fopencookie (Results 1 – 8 of 8) sorted by relevance
| /freebsd/lib/libc/stdio/ |
| H A D | Makefile.inc | 9 fopencookie.c fprintf.c fpurge.c \ 36 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 | 161 fopencookie;
|
| /freebsd/include/ |
| H A D | stdio.h | 437 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 391 INTERCEPTOR(FILE *, fopencookie, void *cookie, const char *mode, argument 394 return REAL(fopencookie)(cookie, mode, funcs); 396 #define RTSAN_MAYBE_INTERCEPT_FOPENCOOKIE INTERCEPT_FUNCTION(fopencookie)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 559 FILE *f = fopencookie(&fh, "w", funcs); in TEST_F()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 1028 // libc file streams can call user-supplied functions, see fopencookie. 1147 // libc file streams can call user-supplied functions, see fopencookie. 1241 // libc file streams can call user-supplied functions, see fopencookie. 1259 // libc file streams can call user-supplied functions, see fopencookie. 1274 // libc file streams can call user-supplied functions, see fopencookie. 6657 INTERCEPTOR(__sanitizer_FILE *, fopencookie, void *cookie, const char *mode, 6660 COMMON_INTERCEPTOR_ENTER(ctx, fopencookie, cookie, mode, io_funcs); 6666 REAL(fopencookie)(wrapped_cookie, mode, {wrapped_read, wrapped_write, 6671 #define INIT_FOPENCOOKIE COMMON_INTERCEPT_FUNCTION(fopencookie);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1759 fun:fopencookie=uninstrumented
|