Home
last modified time | relevance | path

Searched refs:_PWF_UID (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dpwd.h129 #define _PWF_UID _PWF(2) macro
/freebsd/lib/libc/gen/
H A Dpw_scan.c106 pw->pw_fields |= _PWF_UID; in __pw_scan()
H A Dgetpwent.c1443 if (src->pw_fields & _PWF_UID) in compat_set_template()
1536 COPY(pw_uid, _PWF_UID); in compat_use_template()
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c466 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "", in main()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c115 yp_password.pw_fields |= _PWF_UID; in copy_yp_pass()