Searched defs:xtm (Results 1 – 1 of 1) sorted by relevance
19 struct xtm { struct20 u_int8_t month; /* (1-12) */21 u_int8_t monthday; /* (1-31) */22 u_int8_t weekday; /* (1-7) */23 u_int8_t hour; /* (0-23) */24 u_int8_t minute; /* (0-59) */25 u_int8_t second; /* (0-59) */26 unsigned int dse;