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

/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw-modified.conf15 nispasswd =
H A Dpw.conf15 nispasswd =
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c237 perform_chgpwent(const char *name, struct passwd *pwd, char *nispasswd) argument
243 if (nispasswd && *nispasswd == '/')
252 if (nispasswd && *nispasswd == '/') {
253 rc = chgnispwent(nispasswd, name, nispwd);
859 char *nispasswd = NULL; local
895 nispasswd = optarg;
911 if (nispasswd == NULL)
912 nispasswd
1518 char *passwd, *class, *nispasswd; local
[all...]
H A Dpwupd.h67 char *nispasswd; /* Path to NIS version of the passwd file */ member in struct:userconf

Completed in 84 milliseconds