Searched refs:rulep (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/lib/libc/time/ |
| D | localtime.c | 138 static const char * getrule(const char * strp, struct rule * rulep); 169 const struct rule * rulep, long offset); 727 getrule(const char *strp, struct rule *rulep) in getrule() argument 733 rulep->r_type = JULIAN_DAY; in getrule() 735 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 740 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 742 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 747 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 752 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 757 rulep->r_type = DAY_OF_YEAR; in getrule() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 930510-1.c | 7 f (janfirst, year, rulep, offset) in f() argument 10 register __const struct rule * __const rulep;
|
| /openbsd/src/usr.bin/yacc/ |
| D | lalr.c | 353 short *rulep, *rp; in build_relations() local 369 for (rulep = derives[symbol1]; *rulep >= 0; rulep++) { in build_relations() 374 for (rp = ritem + rrhs[*rulep]; *rp >= 0; rp++) { in build_relations() 388 add_lookback_edge(stateno, *rulep, i); in build_relations()
|