Home
last modified time | relevance | path

Searched refs:time_t (Results 351 - 375 of 1517) sorted by relevance

1...<<11121314151617181920>>...61

/third_party/musl/src/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime()
H A Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime()
H A Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) in ctime_r()
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime()
/third_party/libevdev/libevdev/
H A Dlibevdev-uinput-int.h12 time_t ctime[2]; /**< before/after UI_DEV_CREATE */
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D17-1-buildonly.c10 char *ctime_r(const time_t *, char *);
16 typedef char *(*ctime_r_test) (const time_t *, char *);
H A D16-1-buildonly.c9 char *ctime(const time_t *);
15 typedef char *(*ctime_test) (const time_t *);
H A D22-1-buildonly.c9 struct tm *localtime(const time_t *);
15 typedef struct tm *(*localtime_test) (const time_t *);
H A D20-1-buildonly.c9 struct tm *gmtime(const time_t *);
15 typedef struct tm *(*gmtime_test) (const time_t *);
H A D24-1-buildonly.c9 time_t mktime(struct tm *);
15 typedef time_t(*mktime_test) (struct tm *);
H A D23-1-buildonly.c10 struct tm *localtime_r(const time_t *, struct tm *);
16 typedef struct tm *(*localtime_r_test) (const time_t *, struct tm *);
H A D21-1-buildonly.c10 struct tm *gmtime_r(const time_t *, struct tm *);
16 typedef struct tm *(*gmtime_r_test) (const time_t *, struct tm *);
/third_party/musl/compat/time32/
H A Dctime32_r.c6 return ctime_r(&(time_t){*t}, buf); in __ctime32_r()
H A Dctime32.c6 return ctime(&(time_t){*t}); in __ctime32()
H A Dlocaltime32.c6 return localtime(&(time_t){*t}); in __localtime32()
H A Dgmtime32.c6 return gmtime(&(time_t){*t}); in __gmtime32()
H A Dstime32.c7 return stime(&(time_t){*t}); in __stime32()
/third_party/musl/porting/liteos_a/kernel/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dctime.c3 char *ctime(const time_t *t) in ctime()
/third_party/musl/src/linux/
H A Dstime.c5 int stime(const time_t *t) in stime()

Completed in 7 milliseconds

1...<<11121314151617181920>>...61