Home
last modified time | relevance | path

Searched refs:TOOL (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/tests/scripts/
Dyotta-build.sh17 for TOOL in "$@"; do
18 if ! `hash "$TOOL" >/dev/null 2>&1`; then
19 echo "$TOOL not found!" >&2
Dall.sh96 for TOOL in "$@"; do
97 if ! `hash "$TOOL" >/dev/null 2>&1`; then
98 err_msg "$TOOL not found!"
/net-tools-latest/libcoap/
Dautogen.sh9 TOOL=`which "$1" || echo none`
11 if [ "$TOOL" = "none" ]; then