Searched refs:WANT (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dtest_fortify.sh15 WANT="__${FILE%%-*}"
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN"
54 if ! grep -Eq -m1 "error: call to .?\b${WANT}\b.?" "$TMP" ; then
55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"
64 echo "ok: unsafe ${FUNC}() usage correctly detected with '$WANT' in $IN" >"$OUT"

Completed in 106 milliseconds