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

/freebsd-10-stable/include/
H A Dpwd.h143 #define _PWF_FILES 0x1000 macro
/freebsd-10-stable/usr.bin/passwd/
H A Dpasswd.c114 case _PWF_FILES:
/freebsd-10-stable/usr.bin/chpass/
H A Dchpass.c258 case _PWF_FILES:
/freebsd-10-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c304 (pwd->pw_fields & _PWF_SOURCE) == _PWF_FILES)
402 case _PWF_FILES:
/freebsd-10-stable/lib/libc/gen/
H A Dgetpwent.c930 pwd->pw_fields |= _PWF_FILES;
1950 pwd->pw_fields |= _PWF_FILES;
/freebsd-10-stable/usr.sbin/pw/
H A Dpw_user.c922 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {
1662 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {

Completed in 37 milliseconds