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

/freebsd-current/usr.bin/passwd/
H A Dpasswd.c113 case _PWF_FILES:
/freebsd-current/include/
H A Dpwd.h142 #define _PWF_FILES 0x1000 macro
/freebsd-current/usr.bin/chpass/
H A Dchpass.c246 case _PWF_FILES:
/freebsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c313 (pwd->pw_fields & _PWF_SOURCE) == _PWF_FILES)
411 case _PWF_FILES:
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c917 pwd->pw_fields |= _PWF_FILES;
1942 pwd->pw_fields |= _PWF_FILES;
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c895 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {
1670 ((pwd->pw_fields & _PWF_SOURCE) != _PWF_FILES)) {

Completed in 325 milliseconds