Searched refs:ERROR1 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 84 #define ERROR1(w, x, y, z) w = record_error(w, x, y, z) macro 88 #define WARN1(w, x, y, z) ERROR1(w, x, y, z);\ 94 #define FATAL1(w, x, y, z) ERROR1(w, x, y, z);\ 382 ERROR1(ep, ebuf, gettext( in parsesatype() 615 ERROR1(ep, ebuf, gettext("Unknown state type \"%s\"\n"), state); in parsestate() 661 ERROR1(ep, ebuf, gettext( in parsealg() 664 ERROR1(ep, ebuf, gettext( in parsealg() 716 ERROR1(ep, ebuf, gettext("Unknown identity type \"%s\"\n"), type); in parseidtype() 898 ERROR1(ep, ebuf, gettext( in parsekey() 1388 ERROR1(ep, ebuf, gettext( in doaddresses() [all …]
|
/titanic_50/usr/src/cmd/pwck/ |
H A D | pwck.c | 46 #define ERROR1 "Too many/few fields" macro 135 error(ERROR1); in main()
|