Lines Matching full:plain
7 ../afl-clang-fast -o test-instr.plain ../test-instr.c > /dev/null 2>&1
9 test -e test-instr.plain && {
11 … | AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o test-instr.plain.0 -r -- ./test-instr.plain > /de…
12 …AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o test-instr.plain.1 -r -- ./test-instr.plain < /dev/n…
13 test -e test-instr.plain.0 -a -e test-instr.plain.1 && {
14 diff test-instr.plain.0 test-instr.plain.1 > /dev/null 2>&1 && {
19 …0|AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o /dev/null -- ./test-instr.plain 2>&1 | grep Captur…
33 rm -f test-instr.plain.0 test-instr.plain.1
72 ../afl-clang-fast -o test-dlopen.plain test-dlopen.c ${LIBS} > /dev/null 2>&1
73 test -e test-dlopen.plain && {
75 …./test-instr.so TEST_DLOPEN_TARGET=./test-instr.so AFL_QUIET=1 ./test-dlopen.plain > /dev/null 2>&1
80 …o AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o test-dlopen.plain.0 -r -- ./test-dlopen.plain > /d…
81 …o AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o test-dlopen.plain.1 -r -- ./test-dlopen.plain < /d…
82 test -e test-dlopen.plain.0 -a -e test-dlopen.plain.1 && {
83 diff test-dlopen.plain.0 test-dlopen.plain.1 > /dev/null 2>&1 && {
88 … AFL_QUIET=1 ../afl-showmap -m ${MEM_LIMIT} -o /dev/null -- ./test-dlopen.plain 2>&1 | grep Captur…
106 rm -f test-dlopen.plain test-dlopen.plain.0 test-dlopen.plain.1 test-instr.so
136 ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -D -- ./test-instr.plain >>errors 2>&1
152 …../afl-cmin -m ${MEM_LIMIT} -i in -o in2 -- ./test-instr.plain >/dev/null 2>&1 # why is afl-forkse…
163 ../afl-cmin.bash -m ${MEM_LIMIT} -i in -o in2 -- ./test-instr.plain >/dev/null
176 ../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1
187 rm -f test-instr.plain