Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c126 if (GetUserName(username, &dsz)) { in _krb5_get_default_principal_local()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp344 const char *PlatformRemoteGDBServer::GetUserName(uint32_t uid) { in GetUserName() function in PlatformRemoteGDBServer
346 const char *cached_user_name = Platform::GetUserName(uid); in GetUserName()
350 if (m_gdb_client.GetUserName(uid, name)) in GetUserName()
H A DPlatformRemoteGDBServer.h104 const char *GetUserName(uint32_t uid) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h38 const char *GetUserName(uint32_t uid) override;
H A DPlatformPOSIX.cpp701 const char *PlatformPOSIX::GetUserName(uint32_t uid) { in GetUserName() function in PlatformPOSIX
703 const char *user_name = Platform::GetUserName(uid); in GetUserName()
708 return m_remote_platform_sp->GetUserName(uid); in GetUserName()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c292 if (GetUserName(username, &namelen) == 0) in NTFS_fsaccess_set()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h286 bool GetUserName(uint32_t uid, std::string &name);
H A DGDBRemoteCommunicationClient.cpp2200 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h280 virtual const char *GetUserName(uint32_t uid);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp315 cstr = platform->GetUserName(m_uid); in Dump()
323 cstr = platform->GetUserName(m_euid); in Dump()
364 cstr = platform->GetUserName(m_uid); in DumpAsTableRow()
378 cstr = platform->GetUserName(m_euid); in DumpAsTableRow()
394 s.Printf("%-10s %-24s ", platform->GetUserName(m_euid), in DumpAsTableRow()
H A DPlatform.cpp837 const char *Platform::GetUserName(uint32_t uid) { in GetUserName() function in Platform