Searched refs:_PWF_SOURCE (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) {
227 pw->pw_fields |= (old_pw->pw_fields & _PWF_SOURCE);
228 switch (pw->pw_fields & _PWF_SOURCE) {
/freebsd-current/usr.bin/passwd/
H A Dpasswd.c112 switch (pwd->pw_fields & _PWF_SOURCE) {
/freebsd-current/include/
H A Dpwd.h141 #define _PWF_SOURCE 0x3000 macro
/freebsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c313 (pwd->pw_fields & _PWF_SOURCE) == _PWF_FILES)
318 (pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
410 switch (old_pwd->pw_fields & _PWF_SOURCE) {
448 pwd->pw_fields & _PWF_SOURCE);
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c916 pwd->pw_fields &= ~_PWF_SOURCE;
1183 pwd->pw_fields &= ~_PWF_SOURCE;
1404 pwd->pw_fields &= ~_PWF_SOURCE;
1941 pwd->pw_fields &= ~_PWF_SOURCE;
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c895 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {
896 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {
1670 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {
1671 if ((pwd->pw_fields & _PWF_SOURCE) == _PWF_NIS) {

Completed in 193 milliseconds