Lines Matching full:echo
13 details && echo -e "\e[4m${PREFIX}\e[0m"
14 details && echo ""
15 details && echo -e "symbol\tuses\tstatus"
17 details && echo -n "$symbol"
19 details && echo -n -e "\t${COUNT}\t"
22 details && echo -e "\e[32mOK\e[0m"
24 details && echo -e "\e[33mmissing but unused\e[0m"
26 details && echo -e "\e[31mMISSING!\e[0m"
30 details && echo ""
36 details && echo -e "\e[4m${PREFIX}\e[0m"
37 details && echo ""
38 details && echo -e "symbol\tuses\tstatus"
40 details && echo -n "$symbol"
42 details && echo -n -e "\t${COUNT}\t"
45 details && echo -e "\e[32mOK\e[0m"
47 details && echo -e "\e[33mmissing but unused\e[0m"
49 details && echo -e "\e[31mMISSING!\e[0m"
53 details && echo ""
58 echo "Usage: $SCR Verify that helpers are up to date"
59 echo " $SCR --quiet Only print errors"
60 echo " $SCR --help This help"
61 echo ""
62 echo "Verification checks that all PKCS11_* enums or defines from \
80 echo "error: invalid argument: ${arg}" 1>&2
98 echo "${SCR}: error: missing symbol ${symbol} in ${basepath}/src/pkcs11_helpers.c" 1>&2