Searched refs:UIntToStr_2 (Results 1 – 1 of 1) sorted by relevance
278 static void UIntToStr_2(char *s, unsigned value) in UIntToStr_2() function319 UIntToStr_2(s, mon + 1); s[2] = '-'; s += 3; in ConvertFileTimeToString()320 UIntToStr_2(s, (unsigned)v + 1); s[2] = ' '; s += 3; in ConvertFileTimeToString()321 UIntToStr_2(s, hour); s[2] = ':'; s += 3; in ConvertFileTimeToString()322 UIntToStr_2(s, min); s[2] = ':'; s += 3; in ConvertFileTimeToString()323 UIntToStr_2(s, sec); s[2] = 0; in ConvertFileTimeToString()