Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 25 of 28) sorted by relevance

12

/busybox-1.35.0/include/
Drtc_.h22 void rtc_read_tm(struct tm *ptm, int fd) FAST_FUNC;
23 time_t rtc_tm2time(struct tm *ptm, int utc) FAST_FUNC;
/busybox-1.35.0/util-linux/
Dhwclock.c70 struct tm tm_time; in read_rtc()
105 struct tm *ptm = localtime(&t); in show_clock()
170 struct tm *broken; in set_kernel_timezone_and_clock()
204 struct tm tm_time; in from_sys_clock()
247 struct tm tm_time; in from_sys_clock()
Drtcwake.c72 struct tm *ptm; in setup_alarm()
185 struct tm tm_time; in rtcwake_main()
Dcal.c108 struct tm zero_tm; in cal_main()
130 struct tm *ptm; in cal_main()
Dmkfs_vfat.c552 struct tm tm_time; in mkfs_vfat_main()
/busybox-1.35.0/archival/libarchive/
Dheader_verbose_list.c10 struct tm tm_time; in header_verbose_list()
11 struct tm *ptm = &tm_time; //localtime(&file_header->mtime); in header_verbose_list()
/busybox-1.35.0/libbb/
Drtc.c81 void FAST_FUNC rtc_read_tm(struct tm *ptm, int fd) in rtc_read_tm()
88 time_t FAST_FUNC rtc_tm2time(struct tm *ptm, int utc) in rtc_tm2time()
Dtime.c13 int FAST_FUNC parse_datestr(const char *date_str, struct tm *ptm) in parse_datestr()
40 struct tm save; in parse_datestr()
143 struct tm *lt; in parse_datestr()
268 time_t FAST_FUNC validate_tm_time(const char *date_str, struct tm *ptm) in validate_tm_time()
/busybox-1.35.0/miscutils/
Dts.c57 struct tm tm_time; in ts_main()
Dcrond.c888 struct tm *ptm; in flag_starting_jobs()
/busybox-1.35.0/procps/
Duptime.c60 struct tm *current_time; in uptime_main()
Dnmeter.c761 struct tm* tm; in S_STAT_END() local
770 tm = localtime(&t); in S_STAT_END()
772 tm = gmtime(&t); in S_STAT_END()
774 sprintf(buf, "%02u:%02u:%02u", tm->tm_hour, tm->tm_min, tm->tm_sec); in S_STAT_END()
Dmpstat.c105 struct tm timestamp[3];
655 static void get_localtime(struct tm *tm) in get_localtime() argument
659 localtime_r(&timer, tm); in get_localtime()
787 static void print_header(struct tm *t) in print_header()
Dps.c757 struct tm *tm = localtime(&start); in ps_main() local
778 strftime(stime_str, 6, (elapsed >= (24 * 60 * 60)) ? "%b%d" : "%H:%M", tm); in ps_main()
Diostat.c88 struct tm tmtime;
131 static void get_localtime(struct tm *ptm) in get_localtime()
/busybox-1.35.0/coreutils/
Dtouch.c141 struct tm tm_time; in touch_main()
Ddate.c166 struct tm tm_time; in date_main()
Dsort.c324 struct tm thyme; in compare_keys()
/busybox-1.35.0/networking/
Dhttpd_indexcgi.c297 struct tm *ptm; in main()
Dhttpd.c1085 struct tm tm; in send_headers() local
1117 strftime(date_str, sizeof(date_str), RFC1123FMT, gmtime_r(&timer, &tm)); in send_headers()
1183 strftime(date_str, sizeof(date_str), RFC1123FMT, gmtime_r(&last_mod, &tm)); in send_headers()
Dftpd.c862 struct tm broken_out; in handle_size_or_mdtm()
/busybox-1.35.0/runit/
Dsvlogd.c350 struct tm tm; in fmt_time_human_30nul() local
351 struct tm *ptm; in fmt_time_human_30nul()
355 ptm = gmtime_r(&tv.tv_sec, &tm); in fmt_time_human_30nul()
/busybox-1.35.0/init/
Dbootchartd.c284 struct tm tm_time; in finalize()
/busybox-1.35.0/archival/
Drpm.c427 struct tm *bdate_ptm; in rpm_main()
/busybox-1.35.0/scripts/kconfig/
Dconfdata.c346 struct tm *build_time; in conf_write()

12