Searched refs:record_error (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 87 #define ERROR(x, y, z) x = record_error(x, y, z) 88 #define ERROR1(w, x, y, z) w = record_error(w, x, y, z) 89 #define ERROR2(v, w, x, y, z) v = record_error(v, w, x, y, z) 124 record_error(char *ep, char *ebuf, char *fmt, ...) in record_error() function
|