Lines Matching refs:format
241 int fwidth; /* format field width */
242 int cwidth; /* column width specified in format */
243 char format; /* format type */
280 * format:
288 char *format;
297 format = &cfstr->format;
299 *format = NULL;
314 /* if ljust specified w/o size, return format error */
344 /* check for long format specifier */
351 /* process by specific format type */
360 *format = *fmt;
364 isll = 1; /* uses 64 bit format */
365 *format = *fmt;
369 return (1); /* unknown format type */
394 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg,
404 /* initialize format string for snprintf call */
406 snf[1] = format;
409 /* process by format type */
410 switch (format) {
426 "fmt_args:invalid format type! (%s)\n",
427 &format);
447 if (format == 's') {
468 switch (format) {
488 "invalid long format type! (l%s)\n",
489 &format);
548 fmptr = &cfstr.format;
564 "fmt_str: invalid format type! (%s)\n",
576 /* if here, fw must be a long format */
613 "fmt_str: invalid format (%s)\n",