Searched refs:rulep (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 952 getrule(const char *strp, register struct rule *const rulep) in getsecs() 958 rulep->r_type = JULIAN_DAY; in getsecs() 960 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getsecs() 965 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getsecs() 967 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getsecs() 972 strp = getnum(strp, &rulep->r_week, 1, 5); in getsecs() 977 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); 982 rulep->r_type = DAY_OF_YEAR; in getoffset() 983 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getoffset() 992 strp = getoffset(strp, &rulep in getoffset() 1008 getrule(const char * strp,register struct rule * const rulep) getrule() argument 1059 transtime(const int year,register const struct rule * const rulep,const int_fast32_t offset) transtime() argument [all...] |
/freebsd/contrib/byacc/ |
H A D | lalr.c | 355 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()
|
/freebsd/sys/kern/ |
H A D | kern_rctl.c | 1142 rctl_string_to_rule(char *rulestr, struct rctl_rule **rulep) in rctl_string_to_rule() 1261 *rulep = rule; in rctl_string_to_rule() 1141 rctl_string_to_rule(char * rulestr,struct rctl_rule ** rulep) rctl_string_to_rule() argument
|