Searched refs:__DATE__ (Results 1 – 8 of 8) sorted by relevance
366 …VersionString[] = "mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ") ";370 mDNSexport const char mDNSResponderVersionString[] = "mDNSResponder (Engineering Build) (" __DATE__…
41 #undef __DATE__42 #define __DATE__ "MMM DD YYYY" 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__
656 sscanf(__DATE__, "%s %u %u", monthString, in GetBuildTime()
4722 iASL: Implemented the predefined macros __LINE__, __FILE__, and __DATE__.