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

/freebsd-13-stable/include/
H A Dpwd.h145 #define _PWF_FILES 0x1000 macro
/freebsd-13-stable/usr.bin/passwd/
H A Dpasswd.c116 case _PWF_FILES:
/freebsd-13-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c306 (pwd->pw_fields & _PWF_SOURCE) == _PWF_FILES)
404 case _PWF_FILES:
/freebsd-13-stable/usr.bin/chpass/
H A Dchpass.c260 case _PWF_FILES:
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c920 pwd->pw_fields |= _PWF_FILES;
1945 pwd->pw_fields |= _PWF_FILES;
/freebsd-13-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 92 milliseconds