Home
last modified time | relevance | path

Searched refs:_PWF_CLASS (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/include/
H A Dpwd.h135 #define _PWF_CLASS _PWF(5) macro
/freebsd-13.1/lib/libc/gen/
H A Dpw_scan.c176 pw->pw_fields |= _PWF_CLASS; in __pw_scan()
/freebsd-13.1/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c881 #define PW_CLASS _PWF_CLASS
923 else if ((pwd->pw_fields & _PWF_CLASS) != 0) in passwd_fields()
/freebsd-13.1/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c592 fields &= ~_PWF_CLASS; in pwd_pack()
/freebsd-13.1/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c124 yp_password.pw_fields |= _PWF_CLASS; in copy_yp_pass()