Home
last modified time | relevance | path

Searched refs:_PWF_SOURCE (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()
227 pw->pw_fields |= (old_pw->pw_fields & _PWF_SOURCE); in main()
228 switch (pw->pw_fields & _PWF_SOURCE) { in main()
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c313 (pwd->pw_fields & _PWF_SOURCE) == _PWF_FILES) in pam_sm_chauthtok()
318 (pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) { in pam_sm_chauthtok()
410 switch (old_pwd->pw_fields & _PWF_SOURCE) { in pam_sm_chauthtok()
448 pwd->pw_fields & _PWF_SOURCE); in pam_sm_chauthtok()
/freebsd/include/
H A Dpwd.h141 #define _PWF_SOURCE 0x3000 macro
/freebsd/usr.bin/passwd/
H A Dpasswd.c112 switch (pwd->pw_fields & _PWF_SOURCE) { in main()
/freebsd/usr.sbin/pw/
H A Dpw_user.c913 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) { in pw_user_del()
914 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) { in pw_user_del()
1688 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) { in pw_user_mod()
1689 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) { in pw_user_mod()
/freebsd/lib/libc/gen/
H A Dgetpwent.c916 pwd->pw_fields &= ~_PWF_SOURCE; in files_passwd()
1183 pwd->pw_fields &= ~_PWF_SOURCE; in dns_passwd()
1404 pwd->pw_fields &= ~_PWF_SOURCE; in nis_passwd()
1941 pwd->pw_fields &= ~_PWF_SOURCE; in compat_passwd()