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

/freebsd-current/usr.bin/chpass/
H A Dchpass.c149 if (pw != NULL && (pw->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
230 case _PWF_NIS:
/freebsd-current/usr.bin/passwd/
H A Dpasswd.c117 case _PWF_NIS:
/freebsd-current/include/
H A Dpwd.h143 #define _PWF_NIS 0x2000 macro
/freebsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c318 (pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
429 case _PWF_NIS:
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c896 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
1671 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c1405 pwd->pw_fields |= _PWF_NIS;

Completed in 140 milliseconds