/kernel/liteos_m/testsuites/unittest/fuzz/src/time/ |
H A D | localtime_fuzz.c | 46 time_t timep; in LocaltimeFuzzTest() local
|
H A D | gmtime_fuzz.c | 46 time_t timep; in GmtimeFuzzTest() local
|
H A D | localtime_r_fuzz.c | 46 time_t timep; in LocaltimerFuzzTest() local
|
/kernel/liteos_m/testsuites/unittest/xts/time/ |
H A D | time_utils_test.c | 70 time_t timep = mktime(localTime); variable
|
/third_party/tzdata/ |
H A D | asctime.c | 120 ctime_r(const time_t *timep, char *buf) in ctime_r() argument 128 ctime(const time_t *timep) in ctime() argument
|
H A D | localtime.c | 1496 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() argument 1592 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz() argument 1601 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) in localtime_tzset() argument 1616 localtime(const time_t *timep) in localtime() argument 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 | 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
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | TimeUtilsTest.cpp | 164 time_t timep = timegm(stm2); in HWTEST_F() local 241 time_t timep = mktime(localTime); in HWTEST_F() local
|
/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 120 inline std::tm* local_time(const std::time_t* timep, std::tm* result) { in local_time() argument
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_package.cpp | 693 time_t timep = time(nullptr); in GetNowDate() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_package.cpp | 693 time_t timep = time(nullptr); in GetNowDate() local
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs2xdr.c | 212 static __be32 *xdr_encode_time(__be32 *p, const struct timespec64 *timep) in xdr_encode_time() argument 237 static __be32 *xdr_decode_time(__be32 *p, struct timespec64 *timep) in xdr_decode_time() argument 229 xdr_encode_current_server_time(__be32 *p, const struct timespec64 *timep) xdr_encode_current_server_time() argument
|
H A D | nfs3xdr.c | 460 static __be32 *xdr_encode_nfstime3(__be32 *p, const struct timespec64 *timep) in xdr_encode_nfstime3() argument 467 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec64 *timep) in xdr_decode_nfstime3() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs2xdr.c | 213 static __be32 *xdr_encode_time(__be32 *p, const struct timespec64 *timep) in xdr_encode_time() argument 238 static __be32 *xdr_decode_time(__be32 *p, struct timespec64 *timep) in xdr_decode_time() argument 230 xdr_encode_current_server_time(__be32 *p, const struct timespec64 *timep) xdr_encode_current_server_time() argument
|
H A D | nfs3xdr.c | 462 static __be32 *xdr_encode_nfstime3(__be32 *p, const struct timespec64 *timep) in xdr_encode_nfstime3() argument 469 static __be32 *xdr_decode_nfstime3(__be32 *p, struct timespec64 *timep) in xdr_decode_nfstime3() argument
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs3xdr.c | 58 svcxdr_decode_nfstime3(struct xdr_stream *xdr, struct timespec64 *timep) in svcxdr_decode_nfstime3() argument
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 595 struct tm *gmtime_r(const time_t *timep, struct tm *result) in gmtime_r() argument 614 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_debug.c | 707 struct tm *timep, result; in radv_check_gpu_hangs() local
|
/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 371 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() argument
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 1258 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() argument 1334 localtime(const time_t *const timep) in localtime() argument 1345 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() argument 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 | 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 | 1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub() argument 1332 localtime(const time_t *const timep) in localtime() argument 1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r() argument 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 | 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/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 141 struct tm *timep, result; in ac_sqtt_fill_header() local [all...] |