Home
last modified time | relevance | path

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

/NextBSD/contrib/tzcode/stdtime/
HDlocaltime.c183 static const char * getrule(const char * strp, struct rule * rulep);
214 const struct rule * rulep, long offset)
832 getrule(strp, rulep) in getrule() argument
834 struct rule * const rulep;
840 rulep->r_type = JULIAN_DAY;
842 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
847 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
849 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
854 strp = getnum(strp, &rulep->r_week, 1, 5);
859 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
[all …]
/NextBSD/contrib/byacc/
HDlalr.c357 Value_t *rulep; in build_relations() local
382 for (rulep = derives[symbol1]; *rulep >= 0; rulep++) in build_relations()
388 for (rp = ritem + rrhs[*rulep]; *rp >= 0; rp++) in build_relations()
404 add_lookback_edge(stateno, *rulep, i); in build_relations()
/NextBSD/sys/kern/
HDkern_rctl.c911 rctl_string_to_rule(char *rulestr, struct rctl_rule **rulep) in rctl_string_to_rule() argument
1025 *rulep = rule; in rctl_string_to_rule()