Home
last modified time | relevance | path

Searched refs:_PWF_PASSWD (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/include/
HDpwd.h128 #define _PWF_PASSWD _PWF(1) macro
/freebsd-head/lib/libc/gen/
HDpw_scan.c101 pw->pw_fields |= _PWF_PASSWD; in __pw_scan()
HDgetpwent.c1439 if ((src->pw_fields & _PWF_PASSWD) && in compat_set_template()
1523 COPY(pw_passwd, _PWF_PASSWD); in compat_use_template()
/freebsd-head/lib/libcasper/services/cap_pwd/tests/
HDpwd_test.c873 #define PW_PASSWD _PWF_PASSWD
897 else if ((pwd->pw_fields & _PWF_PASSWD) != 0) in passwd_fields()
/freebsd-head/lib/libcasper/services/cap_pwd/
HDcap_pwd.c582 fields &= ~_PWF_PASSWD; in pwd_pack()
/freebsd-head/usr.sbin/rpc.yppasswdd/
HDyppasswdd_server.c112 yp_password.pw_fields |= _PWF_PASSWD; in copy_yp_pass()