Go to the documentation of this file.
35 SPF_errorx(
const char *file,
int line,
const char *format, ... )
44 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
53 SPF_warningx(
const char *file,
int line,
const char *format, ... )
62 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
70 SPF_infox(
const char *file,
int line,
const char *format, ... )
79 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
87 SPF_debugx(
const char *file,
int line,
const char *format, ... )
96 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
109 SPF_errorv(
const char *file,
int line,
const char *format, va_list ap)
116 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
124 SPF_warningv(
const char *file,
int line,
const char *format, va_list ap)
131 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
137 SPF_infov(
const char *file,
int line,
const char *format, va_list ap)
144 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
150 SPF_debugv(
const char *file,
int line,
const char *format, va_list ap)
157 vsnprintf(errmsg,
sizeof(errmsg), format, ap);
170 va_start(ap, format);
179 va_start(ap, format);
188 va_start(ap, format);
197 va_start(ap, format);