Home
last modified time | relevance | path

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

/freebsd-14.2/include/
H A Dpwd.h131 #define _PWF_UID _PWF(2) macro
/freebsd-14.2/lib/libc/gen/
H A Dpw_scan.c108 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-14.2/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c478 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "", in main()
/freebsd-14.2/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c565 fields &= ~_PWF_UID; in pwd_pack()
/freebsd-14.2/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c116 yp_password.pw_fields |= _PWF_UID; in copy_yp_pass()
/freebsd-14.2/lib/libcasper/services/cap_pwd/tests/
H A Dpwd_test.c875 #define PW_UID _PWF_UID