Lines Matching refs:format
49 SaneException(SANE_Status status, const char* format, ...)
51 __attribute__((format(printf, 3, 4)))
55 SaneException(const char* format, ...)
57 __attribute__((format(printf, 2, 3)))
67 void set_msg(const char* format, std::va_list vlist);
87 DebugMessageHelper(const char* func, const char* format, ...)
89 __attribute__((format(printf, 3, 4)))
96 void vstatus(const char* format, ...)
98 __attribute__((format(printf, 2, 3)))
105 void vlog(unsigned level, const char* format, ...)
107 __attribute__((format(printf, 3, 4)))