Searched refs:GCC_FMT_ATTR (Results 1 – 18 of 18) sorted by relevance
/external/qemu/ |
D | qemu-error.h | 33 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);
|
D | qjson.h | 21 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);
|
D | qemu-common.h | 88 # 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);
|
D | qerror.h | 37 const char *fmt, va_list *va) GCC_FMT_ATTR(4, 0); 41 const char *fmt, ...) GCC_FMT_ATTR(4, 5);
|
D | monitor.h | 58 GCC_FMT_ATTR(2, 0); 59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
|
D | qerror.c | 230 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()
|
D | qemu-char.h | 88 GCC_FMT_ATTR(2, 3);
|
D | disas.c | 355 static int GCC_FMT_ATTR(2, 3)
|
D | json-parser.c | 94 static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt, in parse_error()
|
D | cpu-all.h | 776 GCC_FMT_ATTR(2, 3);
|
D | monitor.c | 245 static int GCC_FMT_ATTR(2, 3) monitor_fprintf(FILE *stream, in monitor_fprintf()
|
/external/qemu/audio/ |
D | fmodaudio.c | 57 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()
|
D | coreaudio.c | 121 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()
|
D | dsoundaudio.c | 234 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()
|
D | ossaudio.c | 92 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()
|
D | alsaaudio.c | 173 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()
|
D | paaudio.c | 76 static void GCC_FMT_ATTR (2, 3) qpa_logerr (int err, const char *fmt, ...) in qpa_logerr()
|
D | esdaudio.c | 102 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...) in qesd_logerr()
|