Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y190 yywarn("Both CERT and ASN1 ID " in process_rmconf()
547 yywarn(error_message_natt_not_compiled_in);
557 yywarn(error_message_admin_port_not_compiled_in);
567 yywarn(error_message_admin_port_not_compiled_in);
577 yywarn(error_message_admin_port_not_compiled_in);
622 yywarn(error_message_natt_not_compiled_in);
769 yywarn("invalid ldap protocol version (2|3)");
969 yywarn(error_message_hybrid_config_not_configured);
981 yywarn(error_message_hybrid_config_not_configured);
995 yywarn(error_message_hybrid_config_not_configured);
[all …]
H A Dcftoken_proto.h41 extern void yywarn __P((const char *, ...));
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c934 yywarn("format conversion #%u has more than " in dt_printf_create()
956 yywarn("format conversion #%u has more than " in dt_printf_create()
985 yywarn("format conversion #%u uses unsupported " in dt_printf_create()
995 yywarn("format conversion #%u cannot be combined " in dt_printf_create()
1002 yywarn("format conversion #%u name expected before " in dt_printf_create()
1025 yywarn("format conversion #%u is undefined: %%%s\n", in dt_printf_create()
H A Ddt_parser.h290 extern void yywarn(const char *, ...) __printflike(1, 2);
H A Ddt_parser.c5144 yywarn(const char *format, ...) in yywarn() function