Home
last modified time | relevance | path

Searched defs:timep (Results 1 – 12 of 12) sorted by relevance

/third_party/tzdata/
Dasctime.c120 ctime_r(const time_t *timep, char *buf) in ctime_r()
128 ctime(const time_t *timep) in ctime()
Dlocaltime.c1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub()
1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz()
1601 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset()
1616 localtime(const time_t *timep) in localtime()
1625 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) in localtime_r()
1635 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub()
1658 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) in gmtime_r()
1665 gmtime(const time_t *timep) in gmtime()
1679 offtime(const time_t *timep, long offset) in offtime()
1711 timesub(const time_t *timep, int_fast32_t offset, in timesub()
Dzic.c2145 const char *timep) in rulesub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1332 localtime(const time_t *const timep) in localtime()
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1379 gmtime(const time_t *const timep) in gmtime()
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1397 offtime(const time_t *const timep, const long offset) in offtime()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1545 ctime(const time_t *const timep) in ctime()
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r()
[all …]
Dzic.c1399 const char *const timep) in rulesub()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1258 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1334 localtime(const time_t *const timep) in localtime()
1345 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1355 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1381 gmtime(const time_t *const timep) in gmtime()
1391 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1399 offtime(const time_t *const timep, const long offset) in offtime()
1419 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1547 ctime(const time_t *const timep) in ctime()
1559 ctime_r(const time_t *const timep, char *buf) in ctime_r()
[all …]
Dzic.c1400 const char *const timep) in rulesub()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc112 inline std::tm* gm_time(const std::time_t* timep, std::tm* result) { in gm_time()
120 inline std::tm* local_time(const std::time_t* timep, std::tm* result) { in local_time()
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c361 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r()
371 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r()
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c707 struct tm *timep, result; in radv_check_gpu_hangs() local
/third_party/rust/crates/nix/src/sys/
Daio.rs1056 let timep = match timeout { in aio_suspend() localVariable
/third_party/mesa3d/src/amd/common/
Dac_rgp.c141 struct tm *timep, result; in ac_sqtt_fill_header() local