Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/scripts/
Dgenerate_errors.pl49 open(GREP, "grep \"define MBEDTLS_ERR_\" $include_dir/* |") || die("Failure when calling grep: $!");
61 while (my $line = <GREP>)
/net-tools-latest/tinydtls-0.8.2/
Dconfigure3366 if test -z "$GREP"; then
3415 ac_cv_path_GREP=$GREP
3421 GREP="$ac_cv_path_GREP"
3429 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3430 then ac_cv_path_EGREP="$GREP -E"
/net-tools-latest/libcoap/
Dconfigure.ac169 dot_version=`$DOT -V 2>&1|$GREP -oP '(?<=version\W)@<:@0-9.@:>@*(?=\W(.*))'`