Searched refs:rulep (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | localtime.c | 1482 getrule(const char *strp, register struct rule *const rulep) in getrule() argument 1488 rulep->r_type = JULIAN_DAY; in getrule() 1490 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 1495 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 1497 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 1502 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 1507 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 1512 rulep->r_type = DAY_OF_YEAR; in getrule() 1513 strp = getnum(strp, &rulep->r_day, 0, DAYSPERLYEAR - 1); in getrule() 1522 strp = getoffset(strp, &rulep->r_time); in getrule() [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() argument 1261 *rulep = rule; in rctl_string_to_rule()
|