HomeSort by relevance Sort by last modified time
    Searched refs:rulep (Results 1 - 6 of 6) sorted by null

  /external/ltrace/
filter.c 69 struct filter_rule **rulep; local
70 for (rulep = &filt->rules; *rulep != NULL; rulep = &(*rulep)->next)
72 *rulep = rule;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 148 static const char * getrule(const char * strp, struct rule * rulep);
179 const struct rule * rulep, long offset);
759 getrule(strp, rulep)
761 register struct rule * const rulep;
767 rulep->r_type = JULIAN_DAY;
769 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
781 strp = getnum(strp, &rulep->r_week, 1, 5);
786 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 148 static const char * getrule(const char * strp, struct rule * rulep);
179 const struct rule * rulep, long offset);
759 getrule(strp, rulep)
761 register struct rule * const rulep;
767 rulep->r_type = JULIAN_DAY;
769 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
781 strp = getnum(strp, &rulep->r_week, 1, 5);
786 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1)
    [all...]
  /bionic/libc/tzcode/
localtime.c 159 static const char * getrule(const char * strp, struct rule * rulep);
190 static int_fast32_t transtime(int year, const struct rule * rulep,
793 getrule(const char * strp, register struct rule * const rulep)
799 rulep->r_type = JULIAN_DAY;
801 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR);
806 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
808 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR);
813 strp = getnum(strp, &rulep->r_week, 1, 5);
818 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1);
823 rulep->r_type = DAY_OF_YEAR
    [all...]
  /external/bison/src/
lalr.c 231 rule **rulep; local
233 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++)
241 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++)
249 add_lookback_edge (s, *rulep, i);
ielr.c 111 rule **rulep; local
112 for (rulep = derives[states[to_state[i]]->accessing_symbol
114 *rulep;
115 ++rulep)
136 (*rulep)->rhs - ritem))
140 item_number_as_symbol_number (*(*rulep)->rhs));
    [all...]

Completed in 5585 milliseconds