Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
HDlocaltime.c159 static const char * getrule(const char * strp, struct rule * rulep);
190 static int_fast32_t transtime(int year, const struct rule * rulep,
795 getrule(const char *strp, struct rule * const rulep) in getrule() argument
801 rulep->r_type = JULIAN_DAY; in getrule()
803 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule()
808 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
810 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
815 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule()
820 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule()
825 rulep->r_type = DAY_OF_YEAR; in getrule()
[all …]
/dragonfly/contrib/byacc/
HDlalr.c355 Value_t *rulep; in build_relations() local
377 for (rulep = derives[symbol1]; *rulep >= 0; rulep++) in build_relations()
383 for (rp = ritem + rrhs[*rulep]; *rp >= 0; rp++) in build_relations()
399 add_lookback_edge(stateno, *rulep, i); in build_relations()