Searched refs:get_gmtoff (Results 1 – 5 of 5) sorted by relevance
80 long get_gmtoff(time_t *, struct tm *);
97 #define get_gmtoff(c, t) ((t)->tm_gmtoff) macro
652 long gmtoff = get_gmtoff(&t, tm);691 long get_gmtoff(time_t *clock, struct tm *local) in get_gmtoff() function
370 GMToff = get_gmtoff(&StartTime, &tm); in set_time()
142 #define get_gmtoff ap_get_gmtoff macro