Searched refs:PA_GCC_PRINTF_ATTR (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | gccmacro.h | 29 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (__MINGW_PRINTF_FORMAT, a, b))) macro 31 #define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b))) macro 35 #define PA_GCC_PRINTF_ATTR(a,b) macro
|
H A D | proplist.h | 308 int pa_proplist_setf(pa_proplist *p, const char *key, const char *format, ...) PA_GCC_PRINTF_ATTR(3,4);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | log.h | 97 const char *format, ...) PA_GCC_PRINTF_ATTR(5,6); 109 const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
H A D | ioline.h | 45 void pa_ioline_printf(pa_ioline *s, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
H A D | strbuf.h | 33 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
H A D | dbus-util.h | 81 const char *format, ...) PA_GCC_PRINTF_ATTR(4, 5);
|
H A D | core-util.h | 78 char *pa_sprintf_malloc(const char *format, ...) PA_GCC_PRINTF_ATTR(1,2);
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 281 static void debug(int level, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
Completed in 6 milliseconds