Lines Matching refs:grep
53 if echo "$G_VER" | grep '@VERSION@' > /dev/null; then # git version
247 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"
745 if ( grep -F 'All heap blocks were freed -- no leaks are possible' "$1" &&
746 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$1" ) > /dev/null
933 if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
960 if grep -F 'Received alert [40]: Handshake failed' $CLI_OUT; then
961 if grep -i 'SERVER HELLO .* was received' $CLI_OUT; then :
1051 if echo "$PEERS" | grep -i openssl > /dev/null; then
1058 if echo "$PEERS" | grep -i gnutls > /dev/null; then
1127 if ! $OPENSSL s_server -help 2>&1 | grep -q "^ *-$O_MODE "; then