Searched defs:ERROR1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c46 #define ERROR1 "Too many/few fields" macro
135 error(ERROR1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c84 #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(
615 ERROR1(ep, ebuf, gettext("Unknown state type \"%s\"\n"), state);
661 ERROR1(ep, ebuf, gettext(
664 ERROR1(ep, ebuf, gettext(
716 ERROR1(ep, ebuf, gettext("Unknown identity type \"%s\"\n"), type);
898 ERROR1(ep, ebuf, gettext(
1388 ERROR1(e
[all...]

Completed in 69 milliseconds