Searched refs:_PWF_EXPIRE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/include/
H A Dpwd.h136 #define _PWF_EXPIRE _PWF(9) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c183 pw->pw_fields |= _PWF_EXPIRE;
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c613 fields &= ~_PWF_EXPIRE;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c127 yp_password.pw_fields |= _PWF_EXPIRE;
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c882 #define PW_EXPIRE _PWF_EXPIRE
946 if (pwd->pw_expire != 0 || (pwd->pw_fields & _PWF_EXPIRE) != 0)

Completed in 192 milliseconds