Searched refs:_PWF_UID (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/include/
H A Dpwd.h129 #define _PWF_UID _PWF(2) macro
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c106 pw->pw_fields |= _PWF_UID;
H A Dgetpwent.c1443 if (src->pw_fields & _PWF_UID)
1536 COPY(pw_uid, _PWF_UID);
/freebsd-current/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c565 fields &= ~_PWF_UID;
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c115 yp_password.pw_fields |= _PWF_UID;
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c466 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "",
/freebsd-current/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c875 #define PW_UID _PWF_UID

Completed in 183 milliseconds