HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
POSIX struct tm. More...
#include <time.h>
Data Fields | |
int | tm_sec |
int | tm_min |
int | tm_hour |
int | tm_mday |
int | tm_mon |
int | tm_year |
int | tm_wday |
int | tm_yday |
int | tm_isdst |
int32_t | tm_gmtoff |
int tm::tm_hour |
Definition at line 44 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().
int tm::tm_isdst |
Definition at line 50 of file time.h.
Referenced by normalize().
int tm::tm_mday |
Definition at line 45 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().
int tm::tm_min |
Definition at line 43 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().
int tm::tm_mon |
Definition at line 46 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().
int tm::tm_sec |
Definition at line 42 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().
int tm::tm_wday |
Definition at line 48 of file time.h.
Referenced by asctime_r(), display_clock(), find_dst(), rtc_read(), rtc_write(), td0_open(), and time_to_tm().
int tm::tm_yday |
Definition at line 49 of file time.h.
Referenced by td0_open(), and time_to_tm().
int tm::tm_year |
Definition at line 47 of file time.h.
Referenced by asctime_r(), display_clock(), fat_time_to_unix(), find_dst(), lif_lifbcd2time(), lif_time2lifbcd(), normalize(), printer_open(), rtc_read(), rtc_write(), setdate_r(), td0_open(), time_to_tm(), timetests(), tm2epoch(), tm_to_fat(), and unix_time_to_fat().