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

/freebsd-current/usr.bin/printf/
H A Dprintf.c200 char convch, nextch; local
353 convch = *fmt;
357 switch (convch) {
399 signedconv = (convch == 'd' || convch == 'i');
400 if ((f = mknum(start, convch)) == NULL)
425 warnx("illegal format character %c", convch);

Completed in 66 milliseconds