HomeSort by relevance Sort by last modified time
    Searched refs:GCC_FMT_ATTR (Results 1 - 18 of 18) sorted by null

  /external/qemu/
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);
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);
monitor.h 58 GCC_FMT_ATTR(2, 0);
59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
qerror.h 37 const char *fmt, va_list *va) GCC_FMT_ATTR(4, 0);
41 const char *fmt, ...) GCC_FMT_ATTR(4, 5);
qemu-common.h 88 # define GCC_FMT_ATTR(n, m) __attribute__((format(printf, n, m)))
92 # define GCC_FMT_ATTR(n, m) __attribute__((format(gnu_printf, n, m)))
96 #define GCC_FMT_ATTR(n, m)
100 GCC_FMT_ATTR(2, 3);
235 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
json-parser.c 94 static void GCC_FMT_ATTR(3, 4) parse_error(JSONParserContext *ctxt,
qemu-char.h 88 GCC_FMT_ATTR(2, 3);
qerror.c 230 static void GCC_FMT_ATTR(2, 3) qerror_abort(const QError *qerr,
246 static void GCC_FMT_ATTR(2, 0) qerror_set_data(QError *qerr,
disas.c 355 static int GCC_FMT_ATTR(2, 3)
monitor.c 245 static int GCC_FMT_ATTR(2, 3) monitor_fprintf(FILE *stream,
    [all...]
cpu-all.h 776 GCC_FMT_ATTR(2, 3);
  /external/qemu/audio/
coreaudio.c 121 static void GCC_FMT_ATTR (2, 3) coreaudio_logerr (
136 static void GCC_FMT_ATTR (3, 4) coreaudio_logerr2 (
dsoundaudio.c 234 static void GCC_FMT_ATTR (2, 3) dsound_logerr (
249 static void GCC_FMT_ATTR (3, 4) dsound_logerr2 (
fmodaudio.c 57 static void GCC_FMT_ATTR (1, 2) fmod_logerr (const char *fmt, ...)
69 static void GCC_FMT_ATTR (2, 3) fmod_logerr2 (
alsaaudio.c 173 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...)
184 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 (
    [all...]
ossaudio.c 92 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...)
103 static void GCC_FMT_ATTR (3, 4) oss_logerr2 (
esdaudio.c 102 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...)
paaudio.c 76 static void GCC_FMT_ATTR (2, 3) qpa_logerr (int err, const char *fmt, ...)

Completed in 1089 milliseconds