https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278546

--- Comment #8 from Paul Floyd <[email protected]> ---
find . -name "*h" -exec egrep "_IO(R|W|WR)\(" {} /dev/null \; | wc
    1716   10762  139454

1036 of those use a struct

And using different structs

find . -name "*h" -exec egrep "_IO(R|W|WR)\(" {} /dev/null \; | grep struct |
sed 's/.*struct//' | sed 's/).*//' | sort -u | wc    
     538     539    8235

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to