Home
last modified time | relevance | path

Searched refs:cfree (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c329 #define cfree(x) do { if (x) free(x); } while(0) in free_printer() macro
330 cfree(pp->printer); in free_printer()
331 cfree(pp->acct_file); in free_printer()
333 cfree(pp->filters[filt]); in free_printer()
334 cfree(pp->form_feed); in free_printer()
335 cfree(pp->log_file); in free_printer()
336 cfree(pp->lock_file); in free_printer()
337 cfree(pp->lp); in free_printer()
338 cfree(pp->restrict_grp); in free_printer()
339 cfree(pp->remote_host); in free_printer()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp77 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
199 INTERCEPT_FUNCTION(cfree); in initialize_interceptors()
H A Ddone_abilist.txt67 fun:cfree=discard
H A Dlibc_ubuntu1404_abilist.txt1459 fun:cfree=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp45 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp200 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAP(free));
201 #define LSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp57 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp186 INTERCEPTOR_ALIAS(void, cfree, void *ptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp223 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
231 # define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp729 TSAN_INTERCEPTOR(void, cfree, void *p) { in TSAN_INTERCEPTOR() argument
735 SCOPED_INTERCEPTOR_RAW(cfree, p); in TSAN_INTERCEPTOR()
2926 TSAN_INTERCEPT(cfree); in InitializeInterceptors()
/freebsd/
H A DObsoleteFiles.inc16335 OLD_FILES+=usr/share/man/man3/cfree.3.gz