Home
last modified time | relevance | path

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

/freebsd/lib/libypclnt/
H A Dypclnt.h39 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 Dypclnt_passwd.c56 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 Dypclnt_new.c42 ypclnt_t *
45 ypclnt_t *ypclnt; in ypclnt_new()
H A Dypclnt_free.c42 ypclnt_free(ypclnt_t *ypclnt) in ypclnt_free()
H A Dypclnt_get.c40 ypclnt_get(ypclnt_t *ypc, const char *key) in ypclnt_get()
H A Dypclnt_error.c44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) in ypclnt_error()
H A Dypclnt_connect.c50 ypclnt_connect(ypclnt_t *ypclnt) in ypclnt_connect()