#include <_types/_time_t.h>
#include <stddef.h>
Go to the source code of this file.
◆ timespec
Definition at line 28 of file time.h.
Class Members |
long |
tv_nsec |
|
time_t |
tv_sec |
|
◆ timeval
Definition at line 35 of file time.h.
Class Members |
time_t |
tv_sec |
|
suseconds_t |
tv_usec |
|
◆ tm
Definition at line 41 of file time.h.
Class Members |
long |
__tm_gmtoff |
|
char * |
__tm_zone |
|
int |
tm_hour |
|
int |
tm_isdst |
|
int |
tm_mday |
|
int |
tm_min |
|
int |
tm_mon |
|
int |
tm_sec |
|
int |
tm_wday |
|
int |
tm_yday |
|
int |
tm_year |
|
◆ _STRUCT_TIMESPEC
◆ _STRUCT_TIMEVAL
◆ CLOCKS_PER_SEC
#define CLOCKS_PER_SEC 1000000L |
◆ TIME_UTC
◆ clock_t
◆ clockid_t
◆ timer_t
◆ useconds_t
◆ asctime()
char* asctime |
( |
const struct tm * |
| ) |
|
Definition at line 4 of file asctime.c.
char * asctime_r(const struct tm *restrict tm, char *restrict buf)
References asctime_r().
◆ clock()
◆ ctime()
char* ctime |
( |
const time_t * |
| ) |
|
◆ difftime()
double difftime |
( |
time_t |
, |
|
|
time_t |
|
|
) |
| |
◆ gmtime()
struct tm* gmtime |
( |
const time_t * |
| ) |
|
◆ localtime()
struct tm* localtime |
( |
const time_t * |
| ) |
|
◆ mktime()
time_t mktime |
( |
struct tm * |
| ) |
|
◆ strftime()
size_t strftime |
( |
char * |
__restrict, |
|
|
size_t |
, |
|
|
const char * |
__restrict, |
|
|
const struct tm * |
__restrict |
|
) |
| |
◆ time()
◆ timespec_get()
int timespec_get |
( |
struct timespec * |
, |
|
|
int |
|
|
) |
| |