Go to the source code of this file.
Functions | |
struct tm * | gmtime_r (const time_t *timep, struct tm *result) |
struct tm * | localtime_r (const time_t *timep, struct tm *result) |
int | safe_vsnprintf (char *str, size_t size, const char *format, va_list ap) |
int | snprintf (char *str, size_t size, const char *format,...) |
struct tm* gmtime_r | ( | const time_t * | timep, |
struct tm * | result | ||
) |
struct tm* localtime_r | ( | const time_t * | timep, |
struct tm * | result | ||
) |
int safe_vsnprintf | ( | char * | str, |
size_t | size, | ||
const char * | format, | ||
va_list | ap | ||
) |