Lines Matching refs:tmpinput
240 tmpinput=$1
242 tmpinput=$(mktemp -t dpdk.checkpatches.XXXXXX)
243 trap "rm -f '$tmpinput'" INT
247 --no-stat --stdout -1 $commit > "$tmpinput"
249 cat > "$tmpinput"
254 report=$($DPDK_CHECKPATCH_PATH $options "$tmpinput" 2>/dev/null)
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
294 rm -f "$tmpinput"