Searched refs:tmpinput (Results 1 – 1 of 1) sorted by relevance
272 tmpinput=$1274 tmpinput=$(mktemp -t dpdk.checkpatches.XXXXXX)275 trap "rm -f '$tmpinput'" INT279 --no-stat --stdout -1 $commit > "$tmpinput"281 cat > "$tmpinput"294 report=$($VALIDATE_NEW_API "$tmpinput")310 report=$(check_experimental_tags "$tmpinput")318 report=$(check_internal_tags "$tmpinput")326 report=$(check_release_notes "$tmpinput")333 if [ "$tmpinput" != "$1" ]; then[all …]