Lines Matching refs:dev
51 if ( which $GNUTLS_CLI && which $GNUTLS_SERV ) >/dev/null 2>&1; then
53 if echo "$G_VER" | grep '@VERSION@' > /dev/null; then # git version
74 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
746 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$1" ) > /dev/null
755 if type lsof >/dev/null 2>/dev/null; then
763 while ! lsof -a -n -b -i "$proto:$1" -p "$2" >/dev/null 2>/dev/null; do
771 sleep 0.1 2>/dev/null || true
818 kill $SRV_PID >/dev/null 2>&1
835 kill $SRV_PID >/dev/null 2>&1
836 kill $WATCHDOG_PID >/dev/null 2>&1
853 kill $WATCHDOG_PID >/dev/null 2>&1
933 if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then
965 fi >/dev/null
1051 if echo "$PEERS" | grep -i openssl > /dev/null; then
1052 if which "$OPENSSL" >/dev/null 2>&1; then :; else
1058 if echo "$PEERS" | grep -i gnutls > /dev/null; then
1060 if which "$CMD" >/dev/null 2>&1; then :; else