Home
last modified time | relevance | path

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

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