Home
last modified time | relevance | path

Searched refs:fuzz_ (Results 1 – 25 of 31) sorted by relevance

12

/external/oss-fuzz/projects/unicorn/
Dbuild.sh24 ls fuzz_*.c | cut -d_ -f2-4 | cut -d. -f1 | while read target
26 $CC $CFLAGS -I../../include -c fuzz_$target.c -o fuzz_$target.o
28 $CXX $CXXFLAGS fuzz_$target.o -o $OUT/fuzz_$target ../../libunicorn.a $LIB_FUZZING_ENGINE
31 cp fuzz_emu.options $OUT/fuzz_$target.options
/external/oss-fuzz/projects/keystone/
Dbuild.sh27 ls fuzz_*.c | cut -d_ -f2-4 | cut -d. -f1 | while read target
29 $CC $CFLAGS -I../../include -c fuzz_$target.c -o fuzz_$target.o
31 …$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
/external/oss-fuzz/projects/libpcap/
Dbuild.sh29 $CC $CFLAGS -I.. -c ../testprogs/fuzz/fuzz_$target.c -o fuzz_$target.o
30 $CXX $CXXFLAGS fuzz_$target.o -o $OUT/fuzz_$target libpcap.a $LIB_FUZZING_ENGINE
35 cp testprogs/fuzz/fuzz_*.options $OUT/
/external/oss-fuzz/projects/haproxy/
Dbuild.sh38 cp $SRC/fuzz_${fuzzer}.c .
39 $CC $CFLAGS $SETTINGS -c fuzz_${fuzzer}.c -o fuzz_${fuzzer}.o
40 $CXX -g $CXXFLAGS $LIB_FUZZING_ENGINE fuzz_${fuzzer}.o libhaproxy.a -o $OUT/fuzz_${fuzzer}
/external/oss-fuzz/projects/binutils/
Dbuild.sh37 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…
DDockerfile24 COPY fuzz_*.c $SRC/
/external/oss-fuzz/projects/xpdf/
Dbuild.sh34 cp ../../fuzz_$fuzzer.cc .
35 $CXX fuzz_$fuzzer.cc -o $OUT/fuzz_$fuzzer $CXXFLAGS $LIB_FUZZING_ENGINE \
DDockerfile22 COPY fuzz_*.cc $SRC/
/external/skqp/fuzz/
DFuzz.h116 void fuzz_##name(Fuzz*); \
117 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \
118 void fuzz_##name(Fuzz* f)
/external/skia/fuzz/
DFuzz.h138 void fuzz_##name(Fuzz*); \
139 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \
140 void fuzz_##name(Fuzz* f)
/external/oss-fuzz/projects/gnupg/
Dbuild.sh55 cp ../fuzz_* tests/fuzz
64 cp fuzz_* $OUT/
DDockerfile30 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/mbedtls/
Dbuild.sh25 cp programs/fuzz/fuzz_* $OUT/
46 cp fuzz_*_seed_corpus.zip $OUT/
/external/oss-fuzz/projects/fasthttp/
Dbuild.sh23 compile_go_fuzzer github.com/valyala/fasthttp/fuzzit/$target Fuzz fuzz_$target gofuzz
/external/oss-fuzz/projects/nodejs/
Dbuild.sh26 cp out/Release/fuzz_* ${OUT}/
/external/oss-fuzz/projects/pyyaml/
DDockerfile21 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/python-lz4/
DDockerfile21 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/urllib3/
DDockerfile21 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/lighttpd/
DDockerfile23 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/cctz/
DDockerfile23 COPY fuzz_* $SRC/
/external/oss-fuzz/projects/grpc-go/
DDockerfile22 COPY build.sh fuzz_*.go $SRC/
/external/oss-fuzz/projects/libfido2/
Dbuild.sh64 for f in `ls fuzz/fuzz_*`; do
/external/oss-fuzz/projects/suricata/
Dbuild.sh69 cp src/fuzz_* $OUT/
/external/ImageMagick/Magick++/lib/
DColor.cpp278 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()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h66 void colorFuzz(const double fuzz_);

12