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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c83 #define ERROR(x, y, z) x = record_error(x, y, z)
84 #define ERROR1(w, x, y, z) w = record_error(w, x, y, z)
85 #define ERROR2(v, w, x, y, z) v = record_error(v, w, x, y, z)
118 record_error(char *ep, char *ebuf, char *fmt, ...) function

Completed in 241 milliseconds