Lines Matching +full:9 +full:v
6 # Pass `-v` for human output and more checks (as warnings).
25 if ! command -v "$RUSTC" >/dev/null; then
26 if [ "$1" = -v ]; then
35 if ! command -v "$BINDGEN" >/dev/null; then
36 if [ "$1" = -v ]; then
50 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' \
56 if [ "$1" = -v ]; then
65 if [ "$1" = -v ] && [ "$rust_compiler_cversion" -gt "$rust_compiler_min_cversion" ]; then
79 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' \
85 if [ "$1" = -v ]; then
94 if [ "$1" = -v ] && [ "$rust_bindings_generator_cversion" -gt "$rust_bindings_generator_min_cversio…
106 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' \
113 if [ "$1" = -v ]; then
128 if [ "$1" = -v ]; then
133 | sed -nE '1s:.*version ([0-9]+\.[0-9]+\.[0-9]+).*:\1:p'
153 if [ "$1" = -v ]; then