Home | History | Annotate | Download | only in jot

Lines Matching defs:format

79 static char	format[BUFSIZ];
176 strlcpy(format, optarg, sizeof(format));
307 printf("%s", format);
309 printf(format, (long)floor(x));
311 printf(format, x);
343 for (p = format; *p; p++) { /* look for '%' */
350 sz = sizeof(format) - strlen(format) - 1;
363 strcat(format, "%"); /* cannot end in single '%' */
388 errx(EXIT_FAILURE, "unknown or invalid format `%s'",
389 format);
399 errx(EXIT_FAILURE, "unknown or invalid format `%s'",
400 format);