Searched refs:GCC_FMT_ATTR (Results 1 – 7 of 7) sorted by relevance
/external/qemu/audio/ |
D | audio_int.h | 240 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m))) macro 244 #define GCC_FMT_ATTR(n, m) macro
|
D | fmodaudio.c | 62 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()
|
D | coreaudio.c | 122 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()
|
D | ossaudio.c | 82 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()
|
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 | alsaaudio.c | 156 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()
|
D | esdaudio.c | 101 static void GCC_FMT_ATTR (2, 3) qesd_logerr (int err, const char *fmt, ...) in qesd_logerr()
|