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

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c180 char convch, nextch; local
340 convch = *fmt;
344 switch (convch) {
383 signedconv = (convch == 'd' || convch == 'i');
384 if ((f = mknum(start, convch)) == NULL)
409 warnx2(_("illegal format character %c"), convch, NULL);

Completed in 124 milliseconds