Searched refs:tmpinput (Results 1 – 1 of 1) sorted by relevance
240 tmpinput=$1242 tmpinput=$(mktemp -t dpdk.checkpatches.XXXXXX)243 trap "rm -f '$tmpinput'" INT247 --no-stat --stdout -1 $commit > "$tmpinput"249 cat > "$tmpinput"262 report=$($VALIDATE_NEW_API "$tmpinput")270 report=$(check_forbidden_additions "$tmpinput")278 report=$(check_experimental_tags "$tmpinput")286 report=$(check_internal_tags "$tmpinput")293 if [ "$tmpinput" != "$1" ]; then[all …]