/third_party/tzdata/ |
H A D | asctime.c | 120 ctime_r(const time_t *timep, char *buf) in ctime_r() argument 123 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r() 128 ctime(const time_t *timep) in ctime() argument 130 return ctime_r(timep, buf_ctime); in ctime()
|
H A D | localtime.c | 1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() argument 1502 const time_t t = *timep; in localsub() 1506 return gmtsub(gmtptr, timep, 0, tmp); in localsub() 1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz() argument 1595 return localsub(sp, timep, 0, tmp); in localtime_rz() 1601 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset() argument 1610 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset() 1616 localtime(const time_t *timep) in localtime() argument 1621 return localtime_tzset(timep, &tm, true); in localtime() 1625 localtime_r(const time_t *restrict timep, struc argument 1635 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, int_fast32_t offset, struct tm *tmp) gmtsub() argument 1658 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) gmtime_r() argument 1665 gmtime(const time_t *timep) gmtime() argument 1679 offtime(const time_t *timep, long offset) offtime() argument 1711 timesub(const time_t *timep, int_fast32_t offset, const struct state *sp, struct tm *tmp) timesub() argument [all...] |
H A D | zic.c | 202 const char * dayp, const char * timep); 2145 const char *timep) in rulesub() 2160 dp = estrdup(timep); in rulesub() 2143 rulesub(struct rule *rp, const char *loyearp, const char *hiyearp, const char *typep, const char *monthp, const char *dayp, const char *timep) rulesub() argument
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 147 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset, 149 static struct tm * localsub(const time_t * timep, int_fast32_t offset, 172 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1258 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() argument 1265 const time_t t = *timep; in localsub() 1269 return gmtsub(timep, offset, tmp); in localsub() 1334 localtime(const time_t *const timep) in localtime() argument 1337 return localsub(timep, 0L, &tm); in localtime() 1345 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() argument 1347 return localsub(timep, in localtime_r() 1355 gmtsub(const time_t *const timep, const int_fast32_t offset, struct tm *const tmp) gmtsub() argument 1381 gmtime(const time_t *const timep) gmtime() argument 1391 gmtime_r(const time_t *const timep, struct tm *tmp) gmtime_r() argument 1399 offtime(const time_t *const timep, const long offset) offtime() argument 1419 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) timesub() argument 1547 ctime(const time_t *const timep) ctime() argument 1559 ctime_r(const time_t *const timep, char *buf) ctime_r() argument 2002 leapcorr(time_t *timep) leapcorr() argument [all...] |
H A D | zic.c | 175 const char * dayp, const char * timep); 1400 const char *const timep) in rulesub() 1414 dp = ecpyalloc(timep); in rulesub() 1394 rulesub(register struct rule *const rp, const char *const loyearp, const char *const hiyearp, const char *const typep, const char *const monthp, const char *const dayp, const char *const timep) rulesub() argument
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 145 static struct tm * gmtsub(const time_t * timep, int_fast32_t offset, 147 static struct tm * localsub(const time_t * timep, int_fast32_t offset, 170 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() argument 1263 const time_t t = *timep; in localsub() 1267 return gmtsub(timep, offset, tmp); in localsub() 1332 localtime(const time_t *const timep) in localtime() argument 1335 return localsub(timep, 0L, &tm); in localtime() 1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() argument 1345 return localsub(timep, in localtime_r() 1353 gmtsub(const time_t *const timep, const int_fast32_t offset, struct tm *const tmp) gmtsub() argument 1379 gmtime(const time_t *const timep) gmtime() argument 1389 gmtime_r(const time_t *const timep, struct tm *tmp) gmtime_r() argument 1397 offtime(const time_t *const timep, const long offset) offtime() argument 1417 timesub(const time_t *const timep, const int_fast32_t offset, register const struct state *const sp, register struct tm *const tmp) timesub() argument 1545 ctime(const time_t *const timep) ctime() argument 1557 ctime_r(const time_t *const timep, char *buf) ctime_r() argument 2000 leapcorr(time_t *timep) leapcorr() argument [all...] |
H A D | zic.c | 174 const char * dayp, const char * timep); 1399 const char *const timep) in rulesub() 1413 dp = ecpyalloc(timep); in rulesub() 1393 rulesub(register struct rule *const rp, const char *const loyearp, const char *const hiyearp, const char *const typep, const char *const monthp, const char *const dayp, const char *const timep) rulesub() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_libc.cc | 112 inline std::tm* gm_time(const std::time_t* timep, std::tm* result) { in gm_time() argument 114 return gmtime_s(result, timep) ? nullptr : result; in gm_time() 116 return gmtime_r(timep, result); in gm_time() 120 inline std::tm* local_time(const std::time_t* timep, std::tm* result) { in local_time() argument 122 return localtime_s(result, timep) ? nullptr : result; in local_time() 124 return localtime_r(timep, result); in local_time()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 141 struct tm *timep, result; in ac_sqtt_fill_header() local 153 timep = os_localtime(&raw_time, &result); in ac_sqtt_fill_header() 155 header->second = timep->tm_sec; in ac_sqtt_fill_header() 156 header->minute = timep->tm_min; in ac_sqtt_fill_header() 157 header->hour = timep->tm_hour; in ac_sqtt_fill_header() 158 header->day_in_month = timep->tm_mday; in ac_sqtt_fill_header() 159 header->month = timep->tm_mon; in ac_sqtt_fill_header() 160 header->year = timep->tm_year; in ac_sqtt_fill_header() 161 header->day_in_week = timep->tm_wday; in ac_sqtt_fill_header() 162 header->day_in_year = timep in ac_sqtt_fill_header() [all...] |
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 104 struct tm *(*gmtime_r)(const time_t *timep, struct tm *result); 105 struct tm *(*localtime_r)(const time_t *timep, struct tm *result);
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 361 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() argument 363 return g_usrLibc->gmtime_r(timep, result); in gmtime_r() 371 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() argument 373 return g_usrLibc->localtime_r(timep, result); in localtime_r()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 1056 let timep = match timeout { in aio_suspend() 1060 Errno::result(unsafe { libc::aio_suspend(p, list.len() as i32, timep) }) in aio_suspend()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 707 struct tm *timep, result; in radv_check_gpu_hangs() local 713 timep = os_localtime(&raw_time, &result); in radv_check_gpu_hangs() 714 strftime(buf_time, sizeof(buf_time), "%Y.%m.%d_%H.%M.%S", timep); in radv_check_gpu_hangs()
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 576 extern struct tm *gmtime_r(const time_t * const timep, struct tm *tmp);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1340 pub fn ctime_r(timep: *const time_t, buf: *mut ::c_char) -> *mut ::c_char; in ctime_r()
|