Home
last modified time | relevance | path

Searched refs:get_gmtoff (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/cron/
Dfuncs.h80 long get_gmtoff(time_t *, struct tm *);
Dmacros.h97 #define get_gmtoff(c, t) ((t)->tm_gmtoff) macro
Dmisc.c652 long gmtoff = get_gmtoff(&t, tm);
691 long get_gmtoff(time_t *clock, struct tm *local) in get_gmtoff() function
Dcron.c370 GMToff = get_gmtoff(&StartTime, &tm); in set_time()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap_compat.h142 #define get_gmtoff ap_get_gmtoff macro