Home | History | Annotate | Download | only in tzcode

Lines Matching defs:rule

123 struct rule {
124 int r_type; /* type of rule--see below */
125 int r_day; /* day number of rule */
126 int r_week; /* week number of rule */
127 int r_mon; /* month number of rule */
128 long r_time; /* transition time of rule */
148 static const char * getrule(const char * strp, struct rule * rulep);
179 const struct rule * rulep, long offset);
752 ** Given a pointer into a time zone string, extract a rule in the form
754 ** If a valid rule is not found, return NULL.
755 ** Otherwise, return a pointer to the first character not part of the rule.
761 register struct rule * const rulep;
808 ** year, a rule, and the offset from UTC at the time that rule takes effect,
809 ** calculate the Epoch-relative time that rule takes effect.
816 register const struct rule * const rulep;
903 ** Given a POSIX section 8-style TZ string, fill in the rule tables as
975 struct rule start;
976 struct rule end;