Searched defs:s_chart (Results 1 – 1 of 1) sorted by relevance
126 static const struct s_chart { in localtime_r() struct127 char year; /* actually years after 1900 */ in localtime_r()128 char start_month; /* 0..11 */ in localtime_r()129 char start_day; /* 1..31. This is the largest value possible in localtime_r()132 char end_month; /* 0..11 */ in localtime_r()133 char end_day; /* 1..31. This is the largest value possible in localtime_r()