Searched refs:SPATCH (Results 1 – 2 of 2) sorted by relevance
11 SPATCH="`which ${SPATCH:=spatch}`"13 if [ ! -x "$SPATCH" ]; then18 SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}')21 $SPATCH --help | grep -e "--jobs" > /dev/null && USE_JOBS="yes"205 # $SPATCH -D $MODE $FLAGS -parse_cocci $COCCI $OPT > /dev/null243 run_cmd $SPATCH -D patch \245 run_cmd $SPATCH -D report \247 run_cmd $SPATCH -D context \249 run_cmd $SPATCH [all...]
9 SPATCH="`which ${SPATCH:=spatch}`"10 if [ ! -x "$SPATCH" ]; then15 SPATCH_VERSION=$($SPATCH --version | head -1 | awk '{print $3}')23 $SPATCH --very-quiet --in-place --sp-file \