Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp154 resolver.GetUserName(GetUserID()).value_or("")); in Dump()
162 resolver.GetUserName(GetEffectiveUserID()).value_or("")); in Dump()
220 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow()
225 &UserIDResolver::GetUserName); in DumpAsTableRow()
234 &UserIDResolver::GetUserName); in DumpAsTableRow()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h28 std::optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c126 if (GetUserName(username, &dsz)) { in _krb5_get_default_principal_local()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h254 bool GetUserName(uint32_t uid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp437 HostInfo::GetUserIDResolver().GetUserName(uid)) { in Handle_qUserName()
H A DGDBRemoteCommunicationClient.cpp2380 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp296 if (m_gdb_client_up && m_gdb_client_up->GetUserName(uid, name)) in DoGetUserName()