CBMC
|
#include <time.h>
Go to the source code of this file.
Macros | |
#define | __CPROVER_TIME_H_INCLUDED |
Functions | |
time_t | __VERIFIER_nondet_time_t (void) |
time_t | __time64 (time_t *) |
time_t | time (time_t *tloc) |
struct tm * | gmtime (const time_t *clock) |
struct tm * | gmtime_r (const time_t *clock, struct tm *result) |
struct tm * | localtime (const time_t *clock) |
struct tm * | localtime_r (const time_t *clock, struct tm *result) |
time_t | mktime (struct tm *timeptr) |
time_t | timegm (struct tm *timeptr) |
char * | asctime (const struct tm *timeptr) |
char * | ctime (const time_t *clock) |
__CPROVER_size_t | __VERIFIER_nondet_size_t (void) |
__CPROVER_size_t | strftime (char *s, __CPROVER_size_t max, const char *format, const struct tm *tm) |
__CPROVER_size_t | _strftime (char *s, __CPROVER_size_t max, const char *format, const struct tm *tm) |
__CPROVER_size_t __VERIFIER_nondet_size_t | ( | void | ) |
__CPROVER_size_t _strftime | ( | char * | s, |
__CPROVER_size_t | max, | ||
const char * | format, | ||
const struct tm * | tm | ||
) |
__CPROVER_size_t strftime | ( | char * | s, |
__CPROVER_size_t | max, | ||
const char * | format, | ||
const struct tm * | tm | ||
) |