Searched defs:ypclnt (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/lib/libypclnt/ |
H A D | ypclnt.h | 42 struct ypclnt { struct 51 ypclnt_t *ypclnt_new(const char *, const char *, const char *); argument
|
H A D | ypclnt_passwd.c | 65 ypclnt_havepasswdd(ypclnt_t *ypclnt) in ypclnt_havepasswdd() 118 ypclnt_passwd(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in ypclnt_passwd() 137 yppasswd_local(ypclnt_t *ypclnt, const struct passwd *pwd) in yppasswd_local() 237 yppasswd_remote(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in yppasswd_remote()
|
H A D | ypclnt_free.c | 42 ypclnt_free(ypclnt_t *ypclnt) in ypclnt_free()
|
H A D | ypclnt_connect.c | 50 ypclnt_connect(ypclnt_t *ypclnt) in ypclnt_connect()
|
H A D | ypclnt_new.c | 45 ypclnt_t *ypclnt; in ypclnt_new() local
|
H A D | ypclnt_error.c | 44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) in ypclnt_error()
|
/dflybsd-src/usr.bin/chpass/ |
H A D | chpass.c | 75 struct ypclnt *ypclnt; in main() local
|
/dflybsd-src/lib/libpam/modules/pam_unix/ |
H A D | pam_unix.c | 277 struct ypclnt *ypclnt; in pam_sm_chauthtok() local
|