Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/minilibc/include/
A Dtime.h98 struct tm { struct
99 int tm_sec; /* Seconds (0-61, allows for leap seconds) */ argument
100 int tm_min; /* Minutes (0-59) */ argument
101 int tm_hour; /* Hours (0-23) */ argument
102 int tm_mday; /* Day of the month (1-31) */ argument
103 int tm_mon; /* Month (0-11) */ argument
104 int tm_year; /* Years since 1900 */ argument
105 int tm_wday; /* Day of the week (0-6) */ argument
106 int tm_yday; /* Day of the year (0-365) */ argument
107 int tm_isdst; /* Non-0 if daylight savings time is in effect */ argument
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_rtc.c50 rtc_time_t tm = { 0 }; in machine_rtc_datetime_helper() local
66 rtc_time_t tm = { in machine_rtc_datetime_helper() local
A Dmodutime.c44 timeutils_struct_time_t tm; in time_localtime() local
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_rtc.c73 rtc_time_t tm = {0}; in machine_rtc_datetime_helper() local
94 rtc_time_t tm = { in machine_rtc_datetime_helper() local
A Dmodutime.c43 timeutils_struct_time_t tm; in time_localtime() local
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_rtc.c73 rtc_time_t tm = {0}; in machine_rtc_datetime_helper() local
94 rtc_time_t tm = { in machine_rtc_datetime_helper() local
A Dmodutime.c43 timeutils_struct_time_t tm; in time_localtime() local
/AliOS-Things-master/components/ulog/src/
A Dulog_utility.c49 struct tm *tm = localtime(&rawtime); in ulog_format_time() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DStsAssumeRoleCredentialsProvider.cc65 std::tm tm = {}; in loadCredentials() local
A DInstanceProfileCredentialsProvider.cc76 std::tm tm = {}; in loadCredentials() local
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_log.c47 strftime_gcc2_workaround(char *s, size_t max, const char *fmt, const struct tm *tm) in strftime_gcc2_workaround()
/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.cc46 struct tm tm; in LogPrefix() local
A DUtils.cc634 std::tm tm; in ToGmtTime() local
664 std::tm tm; in ToUtcTime() local
684 std::tm tm; in UtcToUnixTime() local
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/
A Dtimeutils.c68 void timeutils_seconds_since_2000_to_struct_time(mp_uint_t t, timeutils_struct_time_t *tm) { in timeutils_seconds_since_2000_to_struct_time()
A Dtimeutils.h68 …inline void timeutils_seconds_since_epoch_to_struct_time(uint64_t t, timeutils_struct_time_t *tm) { in timeutils_seconds_since_epoch_to_struct_time()
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c525 mbedtls_x509_time *tm ) in x509_parse_time()
590 mbedtls_x509_time *tm ) in mbedtls_x509_get_time()
/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c187 struct tm *tm = localtime(&rawtime); in debug_cur_task_show() local
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c418 struct tm tm; in HAL_GetTimeStr() local
/AliOS-Things-master/components/mbedtls/programs/test/
A Dudp_proxy.c736 struct timeval tm; in main() local
/AliOS-Things-master/components/fatfs/src/
A Dff.c2483 DWORD tm; local
3783 DWORD tm; local
4669 DWORD dcl, pcl, tm; local
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c3836 DWORD tm; local
4729 DWORD dcl, pcl, tm; local
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h3059 struct tm tm; in mz_zip_dos_to_time_t() local
3070 struct tm *tm = &tm_struct; in mz_zip_time_to_dos_time() local
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c39481 struct tm tm; in duk_bi_date_parse_string_strptime() local
39516 struct tm tm; in duk_bi_date_parse_string_getdate() local
39544 struct tm tm; in duk_bi_date_format_parts_strftime() local

Completed in 324 milliseconds