Searched refs:DEBUG_FILE (Results 1 – 3 of 3) sorted by relevance
126 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then127 if [ -f $DEBUG_FILE ]; then128 echo "Debug file $DEBUG_FILE exists, bailing"132 DEBUG_FILE="/dev/null"134 $@ 2>$DEBUG_FILE
193 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For197 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err206 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…212 DEBUG_FILE support is only supported when using coccinelle >= 1.2.
118 private static final String DEBUG_FILE = null; // "windowsZones.xml"; field in ChartDelta843 if (file.equals(DEBUG_FILE)) { // for debugging in writeNonLdmlPlain()