Buckets:
| extern "C" { | |
| struct tm { | |
| int tm_sec; | |
| int tm_min; | |
| int tm_hour; | |
| int tm_mday; | |
| int tm_mon; | |
| int tm_year; | |
| int tm_wday; | |
| int tm_yday; | |
| int tm_isdst; | |
| long __tm_gmtoff; | |
| const char *__tm_zone; | |
| }; | |
| clock_t clock (void); | |
| time_t time (time_t *); | |
| double difftime (time_t, time_t); | |
| time_t mktime (struct tm *); | |
| size_t strftime (char *__restrict, size_t, const char *__restrict, const struct tm *__restrict); | |
| struct tm *gmtime (const time_t *); | |
| struct tm *localtime (const time_t *); | |
| char *asctime (const struct tm *); | |
| char *ctime (const time_t *); | |
| int timespec_get(struct timespec *, int); | |
| size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t); | |
| struct tm *gmtime_r (const time_t *__restrict, struct tm *__restrict); | |
| struct tm *localtime_r (const time_t *__restrict, struct tm *__restrict); | |
| char *asctime_r (const struct tm *__restrict, char *__restrict); | |
| char *ctime_r (const time_t *, char *); | |
| void tzset (void); | |
| struct itimerspec { | |
| struct timespec it_interval; | |
| struct timespec it_value; | |
| }; | |
| int nanosleep (const struct timespec *, struct timespec *); | |
| int clock_getres (clockid_t, struct timespec *); | |
| int clock_gettime (clockid_t, struct timespec *); | |
| int clock_settime (clockid_t, const struct timespec *); | |
| int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); | |
| int clock_getcpuclockid (pid_t, clockid_t *); | |
| struct sigevent; | |
| int timer_create (clockid_t, struct sigevent *__restrict, timer_t *__restrict); | |
| int timer_delete (timer_t); | |
| int timer_settime (timer_t, int, const struct itimerspec *__restrict, struct itimerspec *__restrict); | |
| int timer_gettime (timer_t, struct itimerspec *); | |
| int timer_getoverrun (timer_t); | |
| extern char *tzname[2]; | |
| char *strptime (const char *__restrict, const char *__restrict, struct tm *__restrict); | |
| extern int daylight; | |
| extern long timezone; | |
| extern int getdate_err; | |
| struct tm *getdate (const char *); | |
| int stime(const time_t *); | |
| time_t timegm(struct tm *); | |
| __REDIR(time, __time64); | |
| __REDIR(difftime, __difftime64); | |
| __REDIR(mktime, __mktime64); | |
| __REDIR(gmtime, __gmtime64); | |
| __REDIR(localtime, __localtime64); | |
| __REDIR(ctime, __ctime64); | |
| __REDIR(timespec_get, __timespec_get_time64); | |
| __REDIR(gmtime_r, __gmtime64_r); | |
| __REDIR(localtime_r, __localtime64_r); | |
| __REDIR(ctime_r, __ctime64_r); | |
| __REDIR(nanosleep, __nanosleep_time64); | |
| __REDIR(clock_getres, __clock_getres_time64); | |
| __REDIR(clock_gettime, __clock_gettime64); | |
| __REDIR(clock_settime, __clock_settime64); | |
| __REDIR(clock_nanosleep, __clock_nanosleep_time64); | |
| __REDIR(timer_settime, __timer_settime64); | |
| __REDIR(timer_gettime, __timer_gettime64); | |
| __REDIR(stime, __stime64); | |
| __REDIR(timegm, __timegm_time64); | |
| } | |
Xet Storage Details
- Size:
- 4.44 kB
- Xet hash:
- 23aa0ac167c9890c598992e559e22ccf43dbeb51dd7b7e226ff36ecc3787f5c3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.