Lines Matching refs:STRUCT_MEMBER
48 STRUCT_MEMBER(struct tm, int, tm_sec); in time_h()
49 STRUCT_MEMBER(struct tm, int, tm_min); in time_h()
50 STRUCT_MEMBER(struct tm, int, tm_hour); in time_h()
51 STRUCT_MEMBER(struct tm, int, tm_mday); in time_h()
52 STRUCT_MEMBER(struct tm, int, tm_mon); in time_h()
53 STRUCT_MEMBER(struct tm, int, tm_year); in time_h()
54 STRUCT_MEMBER(struct tm, int, tm_wday); in time_h()
55 STRUCT_MEMBER(struct tm, int, tm_yday); in time_h()
56 STRUCT_MEMBER(struct tm, int, tm_isdst); in time_h()
59 STRUCT_MEMBER(struct timespec, time_t, tv_sec); in time_h()
60 STRUCT_MEMBER(struct timespec, long, tv_nsec); in time_h()
63 STRUCT_MEMBER(struct itimerspec, struct timespec, it_interval); in time_h()
64 STRUCT_MEMBER(struct itimerspec, struct timespec, it_value); in time_h()