Searched refs:_PWF_EXPIRE (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/include/
H A Dpwd.h137 #define _PWF_EXPIRE _PWF(9) macro
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c614 fields &= ~_PWF_EXPIRE;
/freebsd-11-stable/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)
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_copy.c148 pw->pw_fields & _PWF_EXPIRE ? expstr : "",
169 pw->pw_fields & _PWF_EXPIRE ? expstr : "",
273 if(p[0]) pw->pw_fields |= _PWF_EXPIRE;
/freebsd-11-stable/lib/libc/gen/
H A Dpw_scan.c189 pw->pw_fields |= _PWF_EXPIRE;
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c128 yp_password.pw_fields |= _PWF_EXPIRE;

Completed in 173 milliseconds