Searched refs:fuzz_ (Results 1 – 25 of 31) sorted by relevance
12
24 ls fuzz_*.c | cut -d_ -f2-4 | cut -d. -f1 | while read target26 $CC $CFLAGS -I../../include -c fuzz_$target.c -o fuzz_$target.o28 $CXX $CXXFLAGS fuzz_$target.o -o $OUT/fuzz_$target ../../libunicorn.a $LIB_FUZZING_ENGINE31 cp fuzz_emu.options $OUT/fuzz_$target.options
27 ls fuzz_*.c | cut -d_ -f2-4 | cut -d. -f1 | while read target29 $CC $CFLAGS -I../../include -c fuzz_$target.c -o fuzz_$target.o31 …$CXX $CXXFLAGS fuzz_$target.o -o $OUT/fuzz_$target ../../build/llvm/lib/libkeystone.a $LIB_FUZZING…34 cp fuzz_asm.options $OUT/fuzz_$target.options
29 $CC $CFLAGS -I.. -c ../testprogs/fuzz/fuzz_$target.c -o fuzz_$target.o30 $CXX $CXXFLAGS fuzz_$target.o -o $OUT/fuzz_$target libpcap.a $LIB_FUZZING_ENGINE35 cp testprogs/fuzz/fuzz_*.options $OUT/
38 cp $SRC/fuzz_${fuzzer}.c .39 $CC $CFLAGS $SETTINGS -c fuzz_${fuzzer}.c -o fuzz_${fuzzer}.o40 $CXX -g $CXXFLAGS $LIB_FUZZING_ENGINE fuzz_${fuzzer}.o libhaproxy.a -o $OUT/fuzz_${fuzzer}
37 cp ../fuzz_*.c fuzz/51 cp ../../fuzz_$i.c .57 …-Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -MT fuzz_$i.o -MD -MP -c -o fuzz_$i.o fuzz_$i…
24 COPY fuzz_*.c $SRC/
34 cp ../../fuzz_$fuzzer.cc .35 $CXX fuzz_$fuzzer.cc -o $OUT/fuzz_$fuzzer $CXXFLAGS $LIB_FUZZING_ENGINE \
22 COPY fuzz_*.cc $SRC/
116 void fuzz_##name(Fuzz*); \117 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \118 void fuzz_##name(Fuzz* f)
138 void fuzz_##name(Fuzz*); \139 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \140 void fuzz_##name(Fuzz* f)
55 cp ../fuzz_* tests/fuzz64 cp fuzz_* $OUT/
30 COPY fuzz_* $SRC/
25 cp programs/fuzz/fuzz_* $OUT/46 cp fuzz_*_seed_corpus.zip $OUT/
23 compile_go_fuzzer github.com/valyala/fasthttp/fuzzit/$target Fuzz fuzz_$target gofuzz
26 cp out/Release/fuzz_* ${OUT}/
21 COPY fuzz_* $SRC/
23 COPY fuzz_* $SRC/
22 COPY build.sh fuzz_*.go $SRC/
64 for f in `ls fuzz/fuzz_*`; do
69 cp src/fuzz_* $OUT/
278 bool Magick::Color::isFuzzyEquivalent(const Color &color_, const double fuzz_) const in isFuzzyEquivalent()285 p.fuzz=fuzz_; in isFuzzyEquivalent()287 q.fuzz=fuzz_; in isFuzzyEquivalent()
66 void colorFuzz(const double fuzz_);