Searched refs:GCC_FMT_ATTR (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Audio/ |
H A D | audio_int.h | 260 #define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m))) macro 264 #define GCC_FMT_ATTR(n, m) macro
|
H A D | alsaaudio.c | 124 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 D | dsoundaudio.c | 267 static void GCC_FMT_ATTR (2, 3) dsound_logerr ( 282 static void GCC_FMT_ATTR (3, 4) dsound_logerr2 (
|
H A D | ossaudio.c | 94 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