Home
last modified time | relevance | path

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

/freebsd/include/
H A Dhesiod.h88 int hes_error(void);
/freebsd/contrib/sendmail/src/
H A Dudb.c421 if (hes_error() == HES_ER_NET)
424 a->q_user, hes_error());
429 a->q_user, hes_error());
1284 if (hes_error() == HES_ER_NET)
H A Dmap.c6128 if (hes_error() == HES_ER_UNINIT)
6130 switch (hes_error())
6138 syserr("451 4.3.5 cannot initialize Hesiod map (%d)", hes_error());
6212 switch (hes_error())
/freebsd/lib/libc/net/
H A Dhesiod.c512 hes_error(void) in hes_error() function