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

/freebsd-12-stable/lib/libypclnt/
H A Dypclnt.h41 typedef struct ypclnt ypclnt_t; typedef in typeref:struct:ypclnt
51 ypclnt_t *ypclnt_new(const char *, const char *, const char *);
52 void ypclnt_free(ypclnt_t *);
53 void ypclnt_error(ypclnt_t *, const char *, const char *, ...);
54 int ypclnt_connect(ypclnt_t *);
55 int ypclnt_havepasswdd(ypclnt_t *);
56 int ypclnt_passwd(ypclnt_t *, const struct passwd *, const char *);
H A Dypclnt_new.c44 ypclnt_t *
47 ypclnt_t *ypclnt;
H A Dypclnt_free.c44 ypclnt_free(ypclnt_t *ypclnt)
H A Dypclnt_get.c42 ypclnt_get(ypclnt_t *ypc, const char *key)
H A Dypclnt_error.c46 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...)
H A Dypclnt_connect.c52 ypclnt_connect(ypclnt_t *ypclnt)
H A Dypclnt_passwd.c58 static int yppasswd_remote(ypclnt_t *, const struct passwd *, const char *);
59 static int yppasswd_local(ypclnt_t *, const struct passwd *);
67 ypclnt_havepasswdd(ypclnt_t *ypclnt)
120 ypclnt_passwd(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd)
139 yppasswd_local(ypclnt_t *ypclnt, const struct passwd *pwd)
239 yppasswd_remote(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd)

Completed in 56 milliseconds