Searched refs:__TIME__ (Results 1 – 7 of 7) sorted by relevance
366 …VersionString[] = "mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ") ";370 …ar mDNSResponderVersionString[] = "mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ") ";
43 #undef __TIME__44 #define __TIME__ "HH:MM:SS" macro
95 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
80 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
85 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
75 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
654 sscanf(__TIME__, "%u:%u:%u", &pdatetime->tm_hour, in GetBuildTime()