Home
last modified time | relevance | path

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

/titanic_41/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, ...) in record_error() function