Searched refs:byword (Results 1 – 1 of 1) sorted by relevance
/timezone/ |
A D | zic.c | 329 static struct lookup const * byword(const char * string, 1228 lp = byword(fields[0], line_codes); in infile() 1547 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { in getleapdatetime() 1589 struct lookup const *lp = byword(fields[LP_ROLL], leap_types); in inleap() 1652 if ((lp = byword(monthp, mon_names)) == NULL) { in rulesub() 1688 lp = byword(cp, begin_years); in rulesub() 1707 lp = byword(cp, end_years); in rulesub() 1753 if ((lp = byword(dp, lasts)) != NULL) { in rulesub() 1773 if ((lp = byword(dp, wday_names)) == NULL) { in rulesub() 3189 byword(const char *word, const struct lookup *table) in byword() function
|
Completed in 14 milliseconds