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

/freebsd-13-stable/include/
H A Dpwd.h146 #define _PWF_NIS 0x2000 macro
/freebsd-13-stable/usr.bin/passwd/
H A Dpasswd.c120 case _PWF_NIS:
/freebsd-13-stable/usr.bin/chpass/
H A Dchpass.c163 if (pw != NULL && (pw->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
244 case _PWF_NIS:
/freebsd-13-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c311 (pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
422 case _PWF_NIS:
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_user.c923 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
1663 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c1408 pwd->pw_fields |= _PWF_NIS;

Completed in 201 milliseconds