Home
last modified time | relevance | path

Searched refs:ATTR_FORMAT (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dserver.h171 #ifndef ATTR_FORMAT
173 #define ATTR_FORMAT(type, x, y) __attribute__ ((format(type, x, y))) macro
175 #define ATTR_FORMAT(type, x, y) /* nothing */ macro
329 void error (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
331 void sr_perror (SysRes sr,const char *string,...) ATTR_FORMAT (printf, 2, 3);
333 void fatal (const char *string,...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
335 void warning (const char *string,...) ATTR_FORMAT (printf, 1, 2);