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

/freebsd-9.3-release/usr.bin/hexdump/
H A Dodsyntax.c287 char fchar; local
290 switch ((fchar = *fmt++)) {
298 fmt = odformatint(fchar, fmt);
301 fmt = odformatfp(fchar, fmt);
304 errx(1, "%c: unrecognised format character", fchar);
310 odformatfp(char fchar __unused, const char *fmt)
365 odformatint(char fchar, const char *fmt) argument
414 n >>= (fchar == 'x') ? 4 : 3;
416 if (fchar == 'd')
420 "", (fchar
[all...]

Completed in 50 milliseconds