Lines Matching refs:tmpinput
272 tmpinput=$1
274 tmpinput=$(mktemp -t dpdk.checkpatches.XXXXXX)
275 trap "rm -f '$tmpinput'" INT
279 --no-stat --stdout -1 $commit > "$tmpinput"
281 cat > "$tmpinput"
286 report=$($DPDK_CHECKPATCH_PATH $options "$tmpinput" 2>/dev/null)
294 report=$($VALIDATE_NEW_API "$tmpinput")
302 report=$(check_forbidden_additions "$tmpinput")
310 report=$(check_experimental_tags "$tmpinput")
318 report=$(check_internal_tags "$tmpinput")
326 report=$(check_release_notes "$tmpinput")
333 if [ "$tmpinput" != "$1" ]; then
334 rm -f "$tmpinput"