From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 8 Jan 2016 14:23:15 -0800 To: 9fans@9fans.net Message-ID: In-Reply-To: <1d774b35c732e620fee8fc4254c169e7@felloff.net> References: <1d774b35c732e620fee8fc4254c169e7@felloff.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] subtracting pointers on amd64 6c Topicbox-Message-UUID: 7ece1516-ead9-11e9-9d60-3106f5b1d025 > the %t and %T space seems rather crowded... i agree. but %t is the real issue, and i see just 9 instances of that. only one of them (the kernel) uses both %t and %T. this seems easy enough to fix. for all but the kernel we can change %t to %T, and for the kernel we'll have to use something odd. i'll post a potential comprehensive solution to this this weekend. - erik --- ; g 'fmtinstall[ ]*\([ ]*''[t]''' . ./9/port/edf.c:122: fmtinstall('t', timeconv); ./cmd/db/output.c:159: fmtinstall('t', tconv); ./cmd/ndb/tozone.c:797: fmtinstall('t', fmttabpad); ./cmd/trace.c:138: fmtinstall('t', timeconv); ./cmd/vac/unvac.c:45: fmtinstall('t', mtimefmt); ./cmd/venti/srv/fixarenas.c:1898: fmtinstall('t', tfmt); ./fs/port/sub.c:802: fmtinstall('t', tfmt); /* print times */ ./nix/port/edf.c:116: fmtinstall('t', timeconv);