Lines Matching full:strpbrk
722 If false, do not attempt to read /proc/maps/statm. Mostly useful for testing sanitizers. If set, coverage information will be dumped at program shutdown (if the coverage instrumentation was enabled at compile time). If set (and if 'coverage' is set too), the coverage information will be dumped as a set of PC offsets for every module. If true, the PCs will be dumped in the order they've appeared during the execution. If set (and if 'coverage' is set too), the coverage information will also be dumped as a bitset to a separate file. If set (and if 'coverage' is set too), the bitmap that corresponds to coverage counters will be dumped. 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. Target directory for coverage dumps. Defaults to the current directory. Sanitize complete address space; by default kernel area on 32-bit platforms will not be sanitized Print matched suppressions at exit. 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. If set, instructs kernel to not store the (huge) shadow in core file. Print inlined frames in stacktraces. Defaults to true. Print file locations in Visual Studio style (e.g: file(10,42): ... 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. Format string used to render stack frames. See sanitizer_stacktrace_printer.h for the format description. Use DEFAULT to get default format. If true, the shadow is not allowed to use huge pages. If set check that string arguments are properly null-terminated If set, uses custom wrappers for strstr and strcasestr functions to find more errors. If set, uses custom wrappers for strspn and strcspn function to find more errors. If set, uses custom wrappers for strpbrk function to find more errors. If set, uses custom wrappers for strlen and strnlen functions to find more errors. If set, uses custom wrappers for strchr, strchrnul, and strrchr functions to find more errors. If set, uses custom wrappers for memcmp function to find more errors. If true, assume that memcmp(p1, p2, n) always reads n bytes before comparing p1 and p2. If set, uses a wrapper for memmem() to find more errors. If set, uses custom wrappers for memset/memcpy/memmove intrinsics to find more errors. If set, uses custom wrappers for *stat functions to find more errors. If set, uses custom wrappers for send* functions to find more errors. If set, decorate sanitizer mappings in /proc/self/maps with user-readable names Override the program exit status if the tool found an error If set, the tool calls abort() instead of _exit() after printing the error report. Deduplicate multiple reports for single source location in halt_on_error=false mode (asan only). Print command line on crash (asan only). Generate html coverage report. ((suppression_types_num_)) <= ((kMaxSuppressionTypes)) ((size)) < (((1ULL << (up + 1)))) Can't open /proc/%d/task for reading.