Lines Matching refs:CLI_CMD
571 case "$CLI_CMD $SRV_CMD" in
585 adapt_cmd_for_psk CLI_CMD "$CLI_CMD"
1361 is_gnutls "$CLI_CMD"
1366 case "$CLI_CMD" in
1368 *) CLI_CMD="$CLI_CMD --priority=NORMAL";;
1374 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$PXY_PORT/g )
1376 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$SRV_PORT/g )
1384 if is_polar "$CLI_CMD"; then
1385 CLI_CMD="valgrind --leak-check=full $CLI_CMD"
1425 if is_polar "$CLI_CMD"; then
1541 if is_polar "$CLI_CMD" && has_mem_err $CLI_OUT; then
1577 printf '# %s\n%s\n' "$NAME" "$CLI_CMD" > $CLI_OUT
1582 eval "$CLI_CMD &" >> $CLI_OUT 2>&1
1708 CLI_CMD="$2"
1713 case "$SRV_CMD $CLI_CMD" in
1725 EXT_WO_ECDH=$(use_ext_tool_without_ecdh_support "$SRV_CMD" "$CLI_CMD")
1729 TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
1737 detect_required_features "$CLI_CMD" "client" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"