Searched refs:fmp (Results 1 – 2 of 2) sorted by relevance
685 const timelib_tz_lookup_table *fmp;711 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {712 if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) {713 return fmp;
687 const timelib_tz_lookup_table *fmp; in abbr_search() local713 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in abbr_search()714 if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) { in abbr_search()715 return fmp; in abbr_search()
Completed in 36 milliseconds