Searched refs:UIntToStr_2 (Results 1 – 1 of 1) sorted by relevance
297 static void UIntToStr_2(char *s, unsigned value) in UIntToStr_2() function338 UIntToStr_2(s, mon + 1); s[2] = '-'; s += 3; in ConvertFileTimeToString()339 UIntToStr_2(s, (unsigned)v + 1); s[2] = ' '; s += 3; in ConvertFileTimeToString()340 UIntToStr_2(s, hour); s[2] = ':'; s += 3; in ConvertFileTimeToString()341 UIntToStr_2(s, min); s[2] = ':'; s += 3; in ConvertFileTimeToString()342 UIntToStr_2(s, sec); s[2] = 0; in ConvertFileTimeToString()