Home
last modified time | relevance | path

Searched refs:GCC_FMT_ATTR (Results 1 – 18 of 18) sorted by relevance

/external/qemu/
Dqemu-error.h33 void error_vprintf(const char *fmt, va_list ap) GCC_FMT_ATTR(1, 0);
34 void error_printf(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
35 void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
38 void error_report(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
Dqjson.h21 QObject *qobject_from_json(const char *string) GCC_FMT_ATTR(1, 0);
22 QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
23 QObject *qobject_from_jsonv(const char *string, va_list *ap) GCC_FMT_ATTR(1, 0);
Dqemu-common.h88 # define GCC_FMT_ATTR(n, m) __attribute__((format(printf, n, m))) macro
92 # define GCC_FMT_ATTR(n, m) __attribute__((format(gnu_printf, n, m))) macro
96 #define GCC_FMT_ATTR(n, m) macro
100 GCC_FMT_ATTR(2, 3);
235 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
Dqerror.h37 const char *fmt, va_list *va) GCC_FMT_ATTR(4, 0);
41 const char *fmt, ...) GCC_FMT_ATTR(4, 5);
Dmonitor.h58 GCC_FMT_ATTR(2, 0);
59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
Dqerror.c230 static void GCC_FMT_ATTR(2, 3) qerror_abort(const QError *qerr, in qerror_abort()
246 static void GCC_FMT_ATTR(2, 0) qerror_set_data(QError *qerr, in qerror_set_data()
Dqemu-char.h88 GCC_FMT_ATTR(2, 3);
Ddisas.c355 static int GCC_FMT_ATTR(2, 3)
Djson-parser.c94 static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt, in parse_error()
Dcpu-all.h776 GCC_FMT_ATTR(2, 3);
Dmonitor.c245 static int GCC_FMT_ATTR(2, 3) monitor_fprintf(FILE *stream, in monitor_fprintf()
/external/qemu/audio/
Dfmodaudio.c57 static void GCC_FMT_ATTR (1, 2) fmod_logerr (const char *fmt, ...) in fmod_logerr()
69 static void GCC_FMT_ATTR (2, 3) fmod_logerr2 ( in fmod_logerr2()
Dcoreaudio.c121 static void GCC_FMT_ATTR (2, 3) coreaudio_logerr ( in coreaudio_logerr()
136 static void GCC_FMT_ATTR (3, 4) coreaudio_logerr2 ( in coreaudio_logerr2()
Ddsoundaudio.c234 static void GCC_FMT_ATTR (2, 3) dsound_logerr ( in dsound_logerr()
249 static void GCC_FMT_ATTR (3, 4) dsound_logerr2 ( in dsound_logerr2()
Dossaudio.c92 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...) in oss_logerr()
103 static void GCC_FMT_ATTR (3, 4) oss_logerr2 ( in oss_logerr2()
Dalsaaudio.c173 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...) in alsa_logerr()
184 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 ( in alsa_logerr2()
Dpaaudio.c76 static void GCC_FMT_ATTR (2, 3) qpa_logerr (int err, const char *fmt, ...) in qpa_logerr()
Desdaudio.c102 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...) in qesd_logerr()