From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6bbdc3576f8a0e39ae335a7334ecb5b6@felloff.net> Date: Wed, 6 Jan 2016 07:58:45 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <9d6cbe92e63cdd91abe4227997ecb0b7@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: 7eb16c72-ead9-11e9-9d60-3106f5b1d025 it appears that %t and %z are already used by a bunch of programs, including the kernel: term% grep -n 'fmtinstall\(''[zt]''' */*.c */*/*.c */*/*/*.c cmd/trace.c:137: fmtinstall('t', timeconv); 9/port/edf.c:122: fmtinstall('t', timeconv); cmd/db/output.c:159: fmtinstall('t', tconv); cmd/vac/unvac.c:45: fmtinstall('t', mtimefmt); cmd/venti/srv/fixarenas.c:1897: fmtinstall('z', zfmt); cmd/venti/srv/fixarenas.c:1898: fmtinstall('t', tfmt); -- cinap