Searched refs:fmp (Results 1 – 2 of 2) sorted by relevance
709 const timelib_tz_lookup_table *fmp;754 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {755 if ((fmp->gmtoffset * 3600) == gmtoffset && fmp->type == isdst) {756 return fmp;
711 const timelib_tz_lookup_table *fmp; in zone_search() local756 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in zone_search()757 if ((fmp->gmtoffset * 3600) == gmtoffset && fmp->type == isdst) { in zone_search()758 return fmp; in zone_search()
Completed in 30 milliseconds