Searched refs:tz_cache (Results 1 – 1 of 1) sorted by relevance
21 static char tz_cache[64]; variable49 if (STRNCMP(tz_cache, tz, sizeof(tz_cache) - 1) != 0) in vim_localtime()52 vim_strncpy((char_u *)tz_cache, (char_u *)tz, sizeof(tz_cache) - 1); in vim_localtime()