Searched refs:GCC_FMT_ATTR (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h260 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m))) macro
264 #define GCC_FMT_ATTR(n, m) macro
H A Dalsaaudio.c124 static void GCC_FMT_ATTR (2, 3) alsa_logerr (int err, const char *fmt, ...)
135 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 (
H A Ddsoundaudio.c267 static void GCC_FMT_ATTR (2, 3) dsound_logerr (
282 static void GCC_FMT_ATTR (3, 4) dsound_logerr2 (
H A Dossaudio.c94 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...)
106 static void GCC_FMT_ATTR (3, 4) oss_logerr2 (

Completed in 82 milliseconds