Home
last modified time | relevance | path

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

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