Lines Matching full:strpbrk
1085 can_use_proc_maps_statm If false, do not attempt to read /proc/maps/statm. Mostly useful for testing sanitizers. coverage If set, coverage information will be dumped at program shutdown (if the coverage instrumentation was enabled at compile time). coverage_pcs If set (and if 'coverage' is set too), the coverage information will be dumped as a set of PC offsets for every module. coverage_order_pcs If true, the PCs will be dumped in the order they've appeared during the execution. coverage_bitset If set (and if 'coverage' is set too), the coverage information will also be dumped as a bitset to a separate file. coverage_counters If set (and if 'coverage' is set too), the bitmap that corresponds to coverage counters will be dumped. coverage_direct If set, coverage information will be dumped directly to a memory mapped file. This way data is not lost even if the process is suddenly killed. coverage_dir Target directory for coverage dumps. Defaults to the current directory. full_address_space Sanitize complete address space; by default kernel area on 32-bit platforms will not be sanitized print_suppressions Print matched suppressions at exit. disable_coredump Disable core dumping. By default, disable_coredump=1 on 64-bit to avoid dumping a 16T+ core file. Ignored on OSes that don't dump core by default and for sanitizers that don't reserve lots of virtual memory. use_madv_dontdump If set, instructs kernel to not store the (huge) shadow in core file. symbolize_inline_frames Print inlined frames in stacktraces. Defaults to true. symbolize_vs_style Print file locations in Visual Studio style (e.g: file(10,42): ... dedup_token_length If positive, after printing a stack trace also print a short string token based on this number of frames that will simplify deduplication of the reports. Example: 'DEDUP_TOKEN: foo-bar-main'. Default is 0. stack_trace_format Format string used to render stack frames. See sanitizer_stacktrace_printer.h for the format description. Use DEFAULT to get default format. no_huge_pages_for_shadow If true, the shadow is not allowed to use huge pages. strict_string_checks If set check that string arguments are properly null-terminated intercept_strstr If set, uses custom wrappers for strstr and strcasestr functions to find more errors. intercept_strspn If set, uses custom wrappers for strspn and strcspn function to find more errors. intercept_strpbrk If set, uses custom wrappers for strpbrk function to find more errors. intercept_strlen If set, uses custom wrappers for strlen and strnlen functions to find more errors. intercept_strchr If set, uses custom wrappers for strchr, strchrnul, and strrchr functions to find more errors. intercept_memcmp If set, uses custom wrappers for memcmp function to find more errors. strict_memcmp If true, assume that memcmp(p1, p2, n) always reads n bytes before comparing p1 and p2. intercept_memmem If set, uses a wrapper for memmem() to find more errors. intercept_intrin If set, uses custom wrappers for memset/memcpy/memmove intrinsics to find more errors. intercept_stat If set, uses custom wrappers for *stat functions to find more errors. intercept_send If set, uses custom wrappers for send* functions to find more errors. decorate_proc_maps If set, decorate sanitizer mappings in /proc/self/maps with user-readable names exitcode Override the program exit status if the tool found an error abort_on_error If set, the tool calls abort() instead of _exit() after printing the error report. suppress_equal_pcs Deduplicate multiple reports for single source location in halt_on_error=false mode (asan only). print_cmdline Print command line on crash (asan only). html_cov_report Generate html coverage report. sancov_path Sancov tool location. (((reinterpret_cast<uptr>(s) | n) & 15)) == ((0)) ((base)) == ((10)) ((size)) <= ((1ULL << (40))) Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x}; %p; %(\.\*)?s; %c