Lines Matching defs:format
96 char *format, *fmt, *start;
119 * Basic algorithm is to scan the format string for conversion
122 * format strings are reused as necessary to use up the provided
124 * up the format string.
126 fmt = format = *argv;
138 while (fmt < format + len) {
161 warnx1(_("missing format character"), NULL, NULL);
167 /* Restart at the beginning of the format string. */
168 fmt = format;
208 /* save format argument */
308 warnx1(_("missing format character"), NULL, NULL);
335 /* save the current arg offset, and set to the format arg */
409 warnx2(_("illegal format character %c"), convch, NULL);
642 (void) fprintf(stderr, _("usage: printf format [arguments ...]\n"));