Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio_int.h240 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m))) macro
244 #define GCC_FMT_ATTR(n, m) macro
Dfmodaudio.c62 static void GCC_FMT_ATTR (1, 2) fmod_logerr (const char *fmt, ...) in fmod_logerr()
74 static void GCC_FMT_ATTR (2, 3) fmod_logerr2 ( in fmod_logerr2()
Dcoreaudio.c122 static void GCC_FMT_ATTR (2, 3) coreaudio_logerr ( in coreaudio_logerr()
137 static void GCC_FMT_ATTR (3, 4) coreaudio_logerr2 ( in coreaudio_logerr2()
Dossaudio.c82 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...) in oss_logerr()
93 static void GCC_FMT_ATTR (3, 4) oss_logerr2 ( in oss_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()
Dalsaaudio.c156 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...) in alsa_logerr()
167 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 ( in alsa_logerr2()
Desdaudio.c101 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...) in qesd_logerr()