Home
last modified time | relevance | path

Searched refs:PA_GCC_PRINTF_ATTR (Results 1 - 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h29 #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 Dproplist.h308 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 Dlog.h97 const char *format, ...) PA_GCC_PRINTF_ATTR(5,6);
109 const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
H A Dioline.h45 void pa_ioline_printf(pa_ioline *s, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
H A Dstrbuf.h33 size_t pa_strbuf_printf(pa_strbuf *sb, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
H A Ddbus-util.h81 const char *format, ...) PA_GCC_PRINTF_ATTR(4, 5);
H A Dcore-util.h78 char *pa_sprintf_malloc(const char *format, ...) PA_GCC_PRINTF_ATTR(1,2);
/third_party/pulseaudio/src/utils/
H A Dpadsp.c281 static void debug(int level, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);

Completed in 6 milliseconds