Lines Matching refs:rep
45 int nis_getattr(const char *name, attrlist *item, pwu_repository_t *rep);
46 int nis_getpwnam(const char *name, attrlist *items, pwu_repository_t *rep,
48 int nis_update(attrlist *items, pwu_repository_t *rep, void *buf);
49 int nis_putpwnam(const char *name, const char *oldpw, pwu_repository_t *rep,
51 int nis_user_to_authenticate(const char *user, pwu_repository_t *rep,
127 nis_user_to_authenticate(const char *user, pwu_repository_t *rep, in nis_user_to_authenticate() argument
144 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf); in nis_user_to_authenticate()
193 nis_getattr(const char *name, attrlist *items, pwu_repository_t *rep) in nis_getattr() argument
200 res = nis_getpwnam(name, items, rep, (void **)&nisbuf); in nis_getattr()
286 nis_getpwnam(const char *name, attrlist *items, pwu_repository_t *rep, in nis_getpwnam() argument
389 nis_update(attrlist *items, pwu_repository_t *rep, void *buf) in nis_update() argument
465 nis_putpwnam(const char *name, const char *oldpw, pwu_repository_t *rep, in nis_putpwnam() argument