/busybox-1.35.0/include/ |
D | rtc_.h | 22 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/ |
D | hwclock.c | 70 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()
|
D | rtcwake.c | 72 struct tm *ptm; in setup_alarm() 185 struct tm tm_time; in rtcwake_main()
|
D | cal.c | 108 struct tm zero_tm; in cal_main() 130 struct tm *ptm; in cal_main()
|
D | mkfs_vfat.c | 552 struct tm tm_time; in mkfs_vfat_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | header_verbose_list.c | 10 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/ |
D | rtc.c | 81 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()
|
D | time.c | 13 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/ |
D | ts.c | 57 struct tm tm_time; in ts_main()
|
D | crond.c | 888 struct tm *ptm; in flag_starting_jobs()
|
/busybox-1.35.0/procps/ |
D | uptime.c | 60 struct tm *current_time; in uptime_main()
|
D | nmeter.c | 761 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()
|
D | mpstat.c | 105 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()
|
D | ps.c | 757 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()
|
D | iostat.c | 88 struct tm tmtime; 131 static void get_localtime(struct tm *ptm) in get_localtime()
|
/busybox-1.35.0/coreutils/ |
D | touch.c | 141 struct tm tm_time; in touch_main()
|
D | date.c | 166 struct tm tm_time; in date_main()
|
D | sort.c | 324 struct tm thyme; in compare_keys()
|
/busybox-1.35.0/networking/ |
D | httpd_indexcgi.c | 297 struct tm *ptm; in main()
|
D | httpd.c | 1085 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()
|
D | ftpd.c | 862 struct tm broken_out; in handle_size_or_mdtm()
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 350 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/ |
D | bootchartd.c | 284 struct tm tm_time; in finalize()
|
/busybox-1.35.0/archival/ |
D | rpm.c | 427 struct tm *bdate_ptm; in rpm_main()
|
/busybox-1.35.0/scripts/kconfig/ |
D | confdata.c | 346 struct tm *build_time; in conf_write()
|