Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Doutput_env.sh55 FILTER="$1"
57 VERSION_STR=`echo "$VERSION_STR" | $FILTER`
/mbedtls-development/tests/
A Dcompat.sh73 FILTER=""
92 printf " -f|--filter\tOnly matching ciphersuites are tested (Default: '%s')\n" "$FILTER"
107 shift; FILTER=$1
184 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"
204 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
A Dssl-opt.sh107 FILTER='.*'
141 shift; FILTER=$1
1315 case "$FILTER" in
1321 simple_filter="*$FILTER*";;
1333 ! echo "$1" | grep "$FILTER" | grep -q -v "$EXCLUDE"

Completed in 11 milliseconds