Searched refs:__VPRINTFLIKE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | err.h | 43 void verr(int, const char *, va_list) __VPRINTFLIKE(2) __NORETURN; 45 void verrc(int, int, const char *, va_list) __VPRINTFLIKE(3) __NORETURN; 47 void verrx(int, const char *, va_list) __VPRINTFLIKE(2) __NORETURN; 49 void vwarn(const char *, va_list) __VPRINTFLIKE(1); 51 void vwarnc(int, const char *, va_list) __VPRINTFLIKE(2); 53 void vwarnx(const char *, va_list) __VPRINTFLIKE(1);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ccompile.h | 150 #define __VPRINTFLIKE(__n) __sun_attr__((__VPRINTFLIKE__(__n))) macro
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.h | 230 va_list) __VPRINTFLIKE(3);
|
H A D | libtopo.h | 439 va_list) __VPRINTFLIKE(3);
|