Searched refs:ypclnt_error (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 75 ypclnt_error(ypclnt, __func__, "no rpc.yppasswdd on server"); in ypclnt_havepasswdd() 91 ypclnt_error(ypclnt, __func__, in ypclnt_havepasswdd() 98 ypclnt_error(ypclnt, __func__, in ypclnt_havepasswdd() 161 ypclnt_error(ypclnt, __func__, strerror(errno)); in yppasswd_local() 174 ypclnt_error(ypclnt, __func__, in yppasswd_local() 181 ypclnt_error(ypclnt, __func__, in yppasswd_local() 195 ypclnt_error(ypclnt, __func__, in yppasswd_local() 204 ypclnt_error(ypclnt, __func__, in yppasswd_local() 211 ypclnt_error(ypclnt, NULL, NULL); in yppasswd_local() 254 ypclnt_error(ypclnt, __func__, strerror(errno)); in yppasswd_remote() [all …]
|
H A D | ypclnt_connect.c | 57 ypclnt_error(ypclnt, __func__, in ypclnt_connect() 62 ypclnt_error(ypclnt, __func__, in ypclnt_connect() 70 ypclnt_error(ypclnt, __func__, in ypclnt_connect() 79 ypclnt_error(ypclnt, __func__, in ypclnt_connect() 85 ypclnt_error(ypclnt, NULL, NULL); in ypclnt_connect()
|
H A D | ypclnt.h | 51 void ypclnt_error(ypclnt_t *, const char *, const char *, ...);
|
H A D | ypclnt_get.c | 48 ypclnt_error(ypc, __func__, "%s", yperr_string(r)); in ypclnt_get()
|
H A D | ypclnt_error.c | 44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) in ypclnt_error() function
|
H A D | Makefile | 5 ypclnt_error.c \
|