Searched refs:FILTER (Results 1 – 2 of 2) sorted by relevance
55 FILTER=""68 printf " -f|--filter\tOnly matching ciphersuites are tested (Default: '$FILTER')\n"83 shift; FILTER=$1173 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"193 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
44 FILTER='.*'56 printf " -f|--filter\tOnly matching tests are executed (default: '$FILTER')\n"68 shift; FILTER=$1344 if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then :