Home
last modified time | relevance | path

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

/freebsd-13.1/include/
H A Dpwd.h132 #define _PWF_UID _PWF(2) macro
/freebsd-13.1/lib/libc/gen/
H A Dpw_scan.c110 pw->pw_fields |= _PWF_UID; in __pw_scan()
H A Dgetpwent.c1446 if (src->pw_fields & _PWF_UID) in compat_set_template()
1539 COPY(pw_uid, _PWF_UID); in compat_use_template()
/freebsd-13.1/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c568 fields &= ~_PWF_UID; in pwd_pack()
/freebsd-13.1/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c477 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "", in main()
/freebsd-13.1/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c118 yp_password.pw_fields |= _PWF_UID; in copy_yp_pass()
/freebsd-13.1/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c878 #define PW_UID _PWF_UID