Home
last modified time | relevance | path

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

/linux/scripts/
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"
50 if ! grep -q -m1 "error: call to .\b${WANT}\b." "$TMP" ; then
51 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