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