Searched refs:WANT (Results 1 – 1 of 1) sorted by relevance
15 WANT="__${FILE%%-*}"45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN"50 if ! grep -q -m1 "error: call to .\b${WANT}\b." "$TMP" ; then51 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"60 echo "ok: unsafe ${FUNC}() usage correctly detected with '$WANT' in $IN" >"$OUT"
Completed in 4 milliseconds