Searched refs:ypclnt_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libypclnt/ |
H A D | ypclnt.h | 39 typedef struct ypclnt ypclnt_t; typedef 49 ypclnt_t *ypclnt_new(const char *, const char *, const char *); 50 void ypclnt_free(ypclnt_t *); 51 void ypclnt_error(ypclnt_t *, const char *, const char *, ...); 52 int ypclnt_connect(ypclnt_t *); 53 int ypclnt_havepasswdd(ypclnt_t *); 54 int ypclnt_passwd(ypclnt_t *, const struct passwd *, const char *);
|
H A D | ypclnt_passwd.c | 56 static int yppasswd_remote(ypclnt_t *, const struct passwd *, const char *); 57 static int yppasswd_local(ypclnt_t *, const struct passwd *); 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_new.c | 42 ypclnt_t * 45 ypclnt_t *ypclnt; in ypclnt_new()
|
H A D | ypclnt_free.c | 42 ypclnt_free(ypclnt_t *ypclnt) in ypclnt_free()
|
H A D | ypclnt_get.c | 40 ypclnt_get(ypclnt_t *ypc, const char *key) in ypclnt_get()
|
H A D | ypclnt_error.c | 44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) in ypclnt_error()
|
H A D | ypclnt_connect.c | 50 ypclnt_connect(ypclnt_t *ypclnt) in ypclnt_connect()
|