Lines Matching refs:help

105         help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS)))
189 help=('The fuzzing engine to use e.g. /path/to/libFuzzer.a '
195 help='Enable coverage instrumentation (-fsanitize-coverage)')
197 '--enable-asan', dest='asan', action='store_true', help='Enable UBSAN')
202 help='Enable UBSAN')
207 help='Enable UBSAN pointer overflow check (known failure)')
209 '--enable-msan', dest='msan', action='store_true', help='Enable MSAN')
212 action='store_true', help='Enable MSAN origin tracking')
218 help="Extra CPPFLAGS for MSAN (default: $MSAN_EXTRA_CPPFLAGS='{}')".
225 help="Extra CFLAGS for MSAN (default: $MSAN_EXTRA_CFLAGS='{}')".format(
232 help="Extra CXXFLAGS for MSAN (default: $MSAN_EXTRA_CXXFLAGS='{}')".
239 help="Extra LDFLAGS for MSAN (default: $MSAN_EXTRA_LDFLAGS='{}')".
245 help='Non-fatal sanitizer errors where possible')
251 help='Set ZSTD_DEBUG (default: 1)')
257 help='Set MEM_FORCE_MEMORY_ACCESS (default: 0)')
263 help='Set FUZZ_RNG_SEED_SIZE (default: 4)')
268 help='Do not define FUZZING_BUILD_MORE_UNSAFE_FOR_PRODUCTION')
273 help='Reuse contexts between runs (makes reproduction impossible)')
279 help="CC (default: $CC='{}')".format(CC))
285 help="CXX (default: $CXX='{}')".format(CXX))
291 help="CPPFLAGS (default: $CPPFLAGS='{}')".format(CPPFLAGS))
297 help="CFLAGS (default: $CFLAGS='{}')".format(CFLAGS))
303 help="CXXFLAGS (default: $CXXFLAGS='{}')".format(CXXFLAGS))
309 help="LDFLAGS (default: $LDFLAGS='{}')".format(LDFLAGS))
315 help="Extra Make flags (default: $MFLAGS='{}')".format(MFLAGS))
320 help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS))
461 help='Override the default corpora dir (default: {})'.format(
466 help='Override the default artifact dir (default: {})'.format(
471 help='Override the default seed dir (default: {})'.format(
476 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
535 help='Override the default corpora dir (default: {})'.format(
540 help='Override the default AFL output dir (default: {})'.format(
546 help='AFL_FUZZ (default: $AFL_FUZZ={})'.format(AFL_FUZZ))
550 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
620 help='Number of samples to generate')
625 help='Maximum sample size to generate')
629 help='Override the default seed dir (default: {})'.format(
635 help="decodecorpus binary (default: $DECODECORPUS='{}')".format(
641 help="FUZZ_RNG_SEED_SIZE used for generate the samples (must match)"
646 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
769 def help(args): function
789 help(args)
792 help(args)