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

/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_passwd.c56 static int yppasswd_remote(ypclnt_t *, const struct passwd *, const char *);
122 return (yppasswd_remote(ypclnt, pwd, passwd));
131 * yppasswd_remote and yppasswd_local are quite similar but still
237 yppasswd_remote(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) function

Completed in 97 milliseconds