Home
last modified time | relevance | path

Searched refs:FILTER (Results 1 – 2 of 2) sorted by relevance

/net-tools-2.7.6/mbedtls-2.4.0/tests/
Dcompat.sh55 FILTER=""
68 printf " -f|--filter\tOnly matching ciphersuites are tested (Default: '$FILTER')\n"
83 shift; FILTER=$1
173 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"
193 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
Dssl-opt.sh44 FILTER='.*'
56 printf " -f|--filter\tOnly matching tests are executed (default: '$FILTER')\n"
68 shift; FILTER=$1
344 if echo "$NAME" | grep "$FILTER" | grep -v "$EXCLUDE" >/dev/null; then :