Searched refs:fmp (Results 1 – 2 of 2) sorted by relevance
776 const timelib_tz_lookup_table *fmp;802 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {803 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) {804 return fmp;
778 const timelib_tz_lookup_table *fmp; in abbr_search() local804 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in abbr_search()805 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { in abbr_search()806 return fmp; in abbr_search()
Completed in 60 milliseconds