|
Functions |
| BOOL WINAPI | DllMain (HINSTANCE instance, DWORD reason, LPVOID) |
| FILE * | ACE_OS::fopen (const char *filename, const ACE_TCHAR *mode) |
| FILE * | ACE_OS::fopen (const wchar_t *filename, const ACE_TCHAR *mode) |
| int | ACE_OS::fprintf (FILE *fp, const char *format,...) |
| int | ACE_OS::fprintf (FILE *fp, const wchar_t *format,...) |
| char * | ACE_OS::gets (char *str, int n) |
| int | ACE_OS::printf (const char *format,...) |
| int | ACE_OS::snprintf (char *buf, size_t maxlen, const char *format,...) |
| int | ACE_OS::snprintf (wchar_t *buf, size_t maxlen, const wchar_t *format,...) |
| int | ACE_OS::sprintf (char *buf, const char *format,...) |
| int | ACE_OS::sprintf (wchar_t *buf, const wchar_t *format,...) |