Searched refs:fchar (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/hexdump/
H A Dodsyntax.c281 char fchar; local
284 switch ((fchar = *fmt++)) {
292 fmt = odformatint(fchar, fmt);
295 fmt = odformatfp(fchar, fmt);
298 errx(1, "%c: unrecognised format character", fchar);
304 odformatfp(char fchar __unused, const char *fmt)
359 odformatint(char fchar, const char *fmt) argument
408 n >>= (fchar == 'x') ? 4 : 3;
410 if (fchar == 'd')
414 "", (fchar
[all...]

Completed in 61 milliseconds