Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dpwd.h134 #define _PWF_CLASS _PWF(5) macro
/freebsd-14.2/lib/libc/gen/
H A Dpw_scan.c174 pw->pw_fields |= _PWF_CLASS; in __pw_scan()
/freebsd-14.2/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c878 #define PW_CLASS _PWF_CLASS
920 else if ((pwd->pw_fields & _PWF_CLASS) != 0) in passwd_fields()
/freebsd-14.2/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c589 fields &= ~_PWF_CLASS; in pwd_pack()
/freebsd-14.2/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c122 yp_password.pw_fields |= _PWF_CLASS; in copy_yp_pass()