Home
last modified time | relevance | path

Searched refs:WLOG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dtest_kernel.sh5 WLOG="smatch_warns.txt"
15 echo " --wlog {FILE} : Output warnigs to file, default is: $WLOG"
35 WLOG="$1"
71 find -name \*.c.smatch -exec cat \{\} \; -exec rm \{\} \; > $WLOG
72 find -name \*.c.smatch.sql -exec cat \{\} \; -exec rm \{\} \; > $WLOG.sql
73 find -name \*.c.smatch.caller_info -exec cat \{\} \; -exec rm \{\} \; > $WLOG.caller_info
75 echo "Done. Build with status $BUILD_STATUS. The warnings are saved to $WLOG"
H A Dtest_generic.sh5 WLOG="smatch_warns.txt"
15 echo " --wlog {FILE} : Output warnigs to file, default is: $WLOG"
35 WLOG="$1"
66 find -name \*.c.smatch -exec cat \{\} \; -exec rm \{\} \; > $WLOG
68 echo "Done. The warnings are saved to $WLOG"