Lines Matching refs:format
557 info(const char *format, ...)
565 va_start(alist, format);
566 (void) vprintf(format, alist);
569 complete = strrchr(format, '\n') != NULL;
574 infohdr(const char *hdr, const char *format, ...)
582 va_start(alist, format);
583 (void) vprintf(format, alist);
586 complete = strrchr(format, '\n') != NULL;
591 warn(const char *format, ...)
598 va_start(alist, format);
599 (void) vfprintf(stderr, format, alist);
602 if (strrchr(format, '\n') == NULL)
608 die(const char *format, ...)
615 va_start(alist, format);
616 (void) vfprintf(stderr, format, alist);
619 if (strrchr(format, '\n') == NULL)