Searched defs:hour (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dcalendarspec.h45 CalendarComponent *hour; member in struct:CalendarSpec
/systemd/src/systemctl/
H A Dsystemctl.c6947 long hour, minute; local
6953 hour = strtol(t, &e, 10);
6954 if (errno > 0 || *e != ':' || hour < 0 || hour > 23)
6966 tm.tm_hour = (int) hour;

Completed in 256 milliseconds