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

/freebsd-current/include/
H A Dpwd.h131 #define _PWF_CHANGE _PWF(4) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c177 pw->pw_fields |= _PWF_CHANGE;
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c577 fields &= ~_PWF_CHANGE;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c124 yp_password.pw_fields |= _PWF_CHANGE;
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c877 #define PW_CHANGE _PWF_CHANGE
913 if (pwd->pw_change != 0 || (pwd->pw_fields & _PWF_CHANGE) != 0)

Completed in 182 milliseconds