EvEmu
0.8.4
11 September 2021
|
Go to the source code of this file.
Functions | |
void | Sleep (uint32 x) |
uint32 | GetTickCount () |
int | CreateDirectory (const char *name, void *) |
int | asprintf (char **strp, const char *fmt,...) |
int | vasprintf (char **strp, const char *fmt, va_list ap) |
std::string | sprintf (const char *fmt,...) |
sprintf for std::string . More... | |
std::string | vsprintf (const char *fmt, va_list ap) |
vsprintf for std::string . More... | |
int | sprintf (std::string &str, const char *fmt,...) |
sprintf for std::string . More... | |
int | vsprintf (std::string &str, const char *fmt, va_list ap) |
vsprintf for std::string . More... | |
float | strtof (const char *nptr, char **endptr) |
tm * | localtime_r (const time_t *timep, tm *result) |
int asprintf | ( | char ** | strp, |
const char * | fmt, | ||
... | |||
) |
Definition at line 57 of file eve-compat.cpp.
References vasprintf().
int CreateDirectory | ( | const char * | name, |
void * | |||
) |
Definition at line 46 of file eve-compat.cpp.
Referenced by ImageServer::ImageServer(), PyCallable_Make_InnerDispatcher(), and StuffExtract().
uint32 GetTickCount | ( | ) |
Definition at line 39 of file eve-compat.cpp.
Referenced by main(), TCPConnection::TCPConnectionLoop(), and BaseTCPServer::TCPServerLoop().
tm* localtime_r | ( | const time_t * | timep, |
tm * | result | ||
) |
Definition at line 184 of file eve-compat.cpp.
Referenced by log_messageVA(), NewLog::PrintTime(), and NewLog::SetLogfileDefault().
void Sleep | ( | uint32 | x | ) |
Definition at line 32 of file eve-compat.cpp.
Referenced by main(), MRMutex::ReadLock(), Threading::RunLoop(), TCPConnection::TCPConnectionLoop(), BaseTCPServer::TCPServerLoop(), and MRMutex::WriteLock().
std::string sprintf | ( | const char * | fmt, |
... | |||
) |
sprintf
for std::string
.
[in] | fmt | The format string. |
[in] | ... | Arguments. |
Definition at line 106 of file eve-compat.cpp.
References vsprintf().
Referenced by adres(), GetMTimeTillNow(), GetUTimeTillNow(), MakeIntString(), and MakeIntStringNoZero().
int sprintf | ( | std::string & | str, |
const char * | fmt, | ||
... | |||
) |
sprintf
for std::string
.
[out] | str | Where to store the result. |
[in] | fmt | The format string. |
[in] | ... | Arguments. |
vsprintf
. Definition at line 133 of file eve-compat.cpp.
References vsprintf().
float strtof | ( | const char * | nptr, |
char ** | endptr | ||
) |
Definition at line 176 of file eve-compat.cpp.
Referenced by DBResultRow::GetFloat().
int vasprintf | ( | char ** | strp, |
const char * | fmt, | ||
va_list | ap | ||
) |
Definition at line 70 of file eve-compat.cpp.
References vsnprintf.
Referenced by PyPfxVisitor::_pfxExtend(), asprintf(), CustomError::CustomError(), DBcore::RunQuery(), DBcore::RunQueryLID(), Client::SelfChatMessage(), Client::SelfEveMail(), Client::SendErrorMsg(), Client::SendInfoModalMsg(), and Client::SendNotifyMsg().
std::string vsprintf | ( | const char * | fmt, |
va_list | ap | ||
) |
vsprintf
for std::string
.
[in] | fmt | The format string. |
[in] | ap | Arguments. |
Definition at line 122 of file eve-compat.cpp.
References vsprintf().
Referenced by sprintf(), and vsprintf().
int vsprintf | ( | std::string & | str, |
const char * | fmt, | ||
va_list | ap | ||
) |
vsprintf
for std::string
.
[out] | str | Where to store the result. |
[in] | fmt | The format string. |
[in] | ap | Arguments. |
vsnprintf
. Definition at line 144 of file eve-compat.cpp.
References vsnprintf.