Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c884 yywarn("format conversion #%u has more than " in dt_printf_create()
906 yywarn("format conversion #%u has more than " in dt_printf_create()
935 yywarn("format conversion #%u uses unsupported " in dt_printf_create()
945 yywarn("format conversion #%u cannot be combined " in dt_printf_create()
952 yywarn("format conversion #%u name expected before " in dt_printf_create()
975 yywarn("format conversion #%u is undefined: %%%s\n", in dt_printf_create()
H A Ddt_parser.h291 extern void yywarn(const char *, ...);
H A Ddt_parser.c5154 yywarn(const char *format, ...) in yywarn() function