On Mon, Jan 28, 2008 at 12:02:02PM +0100, Dag-Erling Smørgrav wrote:
>Peter Jeremy <[EMAIL PROTECTED]> writes:
>> My count (using ports/devel/id-utils) says there are 627 references to
>> int64_t in the tree - half of them in sys.
>
>You missed a few, there are 1727 references to {,u}int64_t in HEAD src,
>excluding src/sys.
>
>[EMAIL PROTECTED] /usr% egrep -r '\<u?int64_t\>' src | grep -vc '^src/sys'
>1727

Note that I was counting int64_t, not {,u}int64_t.  Having compared
the output from id-utils with your grep, the discrepancies are in
configure scripts (and associated auto* files), man pages, comments
and strings.  These aren't C/C++ identifiers and are excluded by id-utils.

My point was that [u]intXX_t types are used reasonably frequently
within userland.

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.

Attachment: pgpjTX8W8gAKS.pgp
Description: PGP signature

Reply via email to