Home
last modified time | relevance | path

Searched refs:byword (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/timezone/
Dzic.c329 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
/glibc-2.36/ChangeLog.old/
DChangeLog.216862 (byword): Modified function.