Searched refs:GetUserName (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c126 if (GetUserName(username, &dsz)) {
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h118 GetUserName (uint32_t uid);
H A DPlatformFreeBSD.cpp549 PlatformFreeBSD::GetUserName (uint32_t uid) function in class:PlatformFreeBSD
552 const char *user_name = Platform::GetUserName(uid);
557 return m_remote_platform_sp->GetUserName(uid);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h138 GetUserName (uint32_t uid);
H A DPlatformRemoteGDBServer.cpp304 PlatformRemoteGDBServer::GetUserName (uint32_t uid) function in class:PlatformRemoteGDBServer
307 const char *cached_user_name = Platform::GetUserName(uid);
311 if (m_gdb_client.GetUserName(uid, name))
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h130 GetUserName (uint32_t uid, std::string &user_name);
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c292 if (GetUserName(username, &namelen) == 0)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h325 GetUserName (uint32_t uid, std::string &name);
H A DGDBRemoteCommunicationServer.cpp644 if (Host::GetUserName (uid, name))
H A DGDBRemoteCommunicationClient.cpp2364 GDBRemoteCommunicationClient::GetUserName (uint32_t uid, std::string &name)
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp765 Platform::GetUserName (uint32_t uid) function in class:Platform
773 if (Host::GetUserName(uid, name))
H A DProcess.cpp288 cstr = platform->GetUserName (m_uid);
298 cstr = platform->GetUserName (m_euid);
340 cstr = platform->GetUserName (m_uid);
352 cstr = platform->GetUserName (m_euid);
368 platform->GetUserName (m_euid),
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h283 GetUserName (uint32_t uid);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1316 Host::GetUserName (uint32_t uid, std::string &user_name) function in class:Host

Completed in 146 milliseconds