Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 12 of 12) sorted by relevance

/components/drivers/rtc/
A Ddev_alarm.c43 sec = time->tm_sec; in alarm_mkdaysec()
68 wkalarm.tm_sec = alarm->wktime.tm_sec; in alarm_set()
85 alarm->wktime.tm_sec = wkalarm.tm_sec; in alarm_set()
132 alarm->wktime.tm_sec = now->tm_sec + 1; in alarm_wakeup()
153 if (alarm->wktime.tm_sec == now->tm_sec) in alarm_wakeup()
172 (alarm->wktime.tm_sec == now->tm_sec)) in alarm_wakeup()
383 if ((setup->tm_sec > 59) || (setup->tm_sec < 0)) in alarm_setup()
384 setup->tm_sec = now.tm_sec; in alarm_setup()
396 alarm->wktime.tm_sec = now.tm_sec + 1; in alarm_setup()
397 if (alarm->wktime.tm_sec > 59) in alarm_setup()
[all …]
A Ddev_rtc.c221 tm_new.tm_sec = second; in set_time()
316 tm_new.tm_sec = atoi(argv[6]); in date()
342 if (tm_new.tm_sec > 60) in date()
A Ddev_soft_rtc.c24 …r - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .tm_sec = second}
/components/utilities/ymodem/
A Dymodem.c202 int tm_sec) in _rym_do_handshake() argument
212 for (i = 0; i < tm_sec; i++) in _rym_do_handshake()
228 if (i == tm_sec) in _rym_do_handshake()
264 int tm_sec) in _rym_do_send_handshake() argument
276 for (i = 0; i < tm_sec; i++) in _rym_do_send_handshake()
285 if (i == tm_sec) in _rym_do_send_handshake()
/components/utilities/ulog/syslog/
A Dsyslog.c192 get_month_str(tm->tm_mon + 1), tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec); in syslog_formater()
195 get_month_str(tm->tm_mon + 1), tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec); in syslog_formater()
/components/lwp/vdso/
A Dvdso_datapage.h48 …r - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .tm_sec = second}
/components/libc/compilers/common/
A Dctime.c169 r->tm_sec = work % 60; in gmtime_r()
271 num2str(buf + 17, t->tm_sec); in asctime_r()
291 num2str(buf + 17, t->tm_sec); in asctime_r()
395 if (t->tm_sec > 60) /* seconds after the minute - [0, 60] including leap second */ in timegm()
397 t->tm_min += t->tm_sec / 60; in timegm()
398 t->tm_sec %= 60; in timegm()
463 return ((day + t->tm_hour) * i + t->tm_min) * i + t->tm_sec; in timegm()
/components/drivers/include/drivers/
A Ddev_rtc.h100 rt_int32_t tm_sec; /* alarm at tm_sec */ member
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c191 tm.tm_sec = (date->second[0] - '0') * 10 + (date->second[1] - '0'); in iso9660_convert_unixtime()
207 tm.tm_sec = date->second; in iso9660_convert_unixtime2()
/components/dfs/dfs_v1/filesystems/elmfat/
A Ddfs_elm.c839 tm_file.tm_sec = sec; /* Seconds: 0-59 */ in dfs_elm_stat()
996 (DWORD)tm_now.tm_sec / 2 ; in get_fattime()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c929 tm_file.tm_sec = sec; /* Seconds: 0-59 */ in dfs_elm_stat()
1222 (DWORD)tm_now.tm_sec / 2 ; in get_fattime()
/components/utilities/ulog/
A Dulog.c290 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec); in ulog_head_formater()

Completed in 34 milliseconds