On Wed, 25 Aug 2004, Rolf Kalbermatter wrote: [...]
I see many "xxxAW calls xxxA function" mainly in the shell related DLLs. This is of course not something you can really get rid of, so the script should be able to exclude those cases.
I couldn't test as I don't have smatch, but I think that simply adding this line in the right place should do the trick.
$func_in = "No function" if ($func_in =~ /AW$/);
See the attached script.