HomeSort by: relevance | last modified time | path
    Searched defs:byword (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 371 static struct lookup const * byword(const char * string,
1772 lp = byword(fields[0], line_codes);
2089 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) {
2131 struct lookup const *lp = byword(fields[LP_ROLL], leap_types);
2194 if ((lp = byword(monthp, mon_names)) == NULL) {
2230 lp = byword(cp, begin_years);
2244 lp = byword(cp, end_years);
2277 if ((lp = byword(dp, lasts)) != NULL) {
2301 if ((lp = byword(dp, wday_names)) == NULL) {
3723 byword(const char *word, const struct lookup *table function in typeref:typename:const struct lookup *
    [all...]
zic.c 371 static struct lookup const * byword(const char * string,
1772 lp = byword(fields[0], line_codes);
2089 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) {
2131 struct lookup const *lp = byword(fields[LP_ROLL], leap_types);
2194 if ((lp = byword(monthp, mon_names)) == NULL) {
2230 lp = byword(cp, begin_years);
2244 lp = byword(cp, end_years);
2277 if ((lp = byword(dp, lasts)) != NULL) {
2301 if ((lp = byword(dp, wday_names)) == NULL) {
3723 byword(const char *word, const struct lookup *table function in typeref:typename:const struct lookup *
    [all...]

Completed in 57 milliseconds