Home
last modified time | relevance | path

Searched refs:ASAN_OPTIONS (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pyzfs/
H A Dpyzfs_unittest.ksh.in19 if [ -n "$ASAN_OPTIONS" ]; then
22 ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=false"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in159 …export ASAN_OPTIONS=abort_on_error=true:halt_on_error=true:allocator_may_return_null=true:disable_…
165 export ASAN_OPTIONS="$ASAN_OPTIONS:detect_leaks=false"
/freebsd/contrib/libfido2/.actions/
H A Dfuzz-linux24 ASAN_OPTIONS="${UBSAN_OPTIONS}:detect_invalid_pointer_pairs=2:detect_leaks=1"
89 export UBSAN_OPTIONS ASAN_OPTIONS MSAN_OPTIONS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_basic.ksh25 if [ -n "$ASAN_OPTIONS" ]; then
H A Dpam_change_unmounted.ksh25 if [ -n "$ASAN_OPTIONS" ]; then
H A Dpam_nounmount.ksh25 if [ -n "$ASAN_OPTIONS" ]; then
H A Dpam_recursive.ksh25 if [ -n "$ASAN_OPTIONS" ]; then
H A Dpam_short_password.ksh30 if [ -n "$ASAN_OPTIONS" ]; then
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c450 #ifdef ASAN_OPTIONS
452 return ASAN_OPTIONS; in __asan_default_options()
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh148 TEST_POOLS=$(ASAN_OPTIONS=detect_leaks=false "$ZPOOL" list -Ho name | grep testpool)
161 sudo env ASAN_OPTIONS=detect_leaks=false "$ZPOOL" destroy "${TEST_POOL}"
/freebsd/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m47 dnl # The ASAN_OPTIONS environment variable can be used to further control
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def88 " Combine with ASAN_OPTIONS=dedup_token_length=3 (or similar) to ensure that"