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

/freebsd-current/include/
H A Dpwd.h128 #define _PWF_PASSWD _PWF(1) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c101 pw->pw_fields |= _PWF_PASSWD;
H A Dgetpwent.c1439 if ((src->pw_fields & _PWF_PASSWD) &&
1523 COPY(pw_passwd, _PWF_PASSWD);
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c583 fields &= ~_PWF_PASSWD;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c112 yp_password.pw_fields |= _PWF_PASSWD;
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c874 #define PW_PASSWD _PWF_PASSWD
898 else if ((pwd->pw_fields & _PWF_PASSWD) != 0)

Completed in 195 milliseconds