Home
last modified time | relevance | path

Searched refs:GetUserName (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp147 resolver.GetUserName(GetUserID()).getValueOr("")); in Dump()
155 resolver.GetUserName(GetEffectiveUserID()).getValueOr("")); in Dump()
212 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow()
217 &UserIDResolver::GetUserName); in DumpAsTableRow()
226 &UserIDResolver::GetUserName); in DumpAsTableRow()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName() function
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c126 if (GetUserName(username, &dsz)) { in _krb5_get_default_principal_local()
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c292 if (GetUserName(username, &namelen) == 0) in NTFS_fsaccess_set()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h297 bool GetUserName(uint32_t uid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp434 HostInfo::GetUserIDResolver().GetUserName(uid)) { in Handle_qUserName()
H A DGDBRemoteCommunicationClient.cpp2307 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp365 if (m_gdb_client.GetUserName(uid, name)) in DoGetUserName()