Home
last modified time | relevance | path

Searched refs:__TIME__ (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Ddynamic.c13 #if defined(__TIME__)
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h43 #undef __TIME__
44 #define __TIME__ "HH:MM:SS" macro
H A Dprobe.win32145 specific="#define __TIMESTAMP__ __DATE__ \" \" __TIME__"
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DPosixDaemon.c303 …sponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ")";
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientlib.c371 …sd[] DNSSD_USED = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe69 …LE__ __DATE__ __FILE__ __FUNCTION__ __INCLUDE_LEVEL__ __LINE__ __PATH__ __TIME__ __TIMESTAMP__ __V…
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c96 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c79 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c87 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c75 static const char buildtime[] = "Built " __DATE__ " at " __TIME__
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c2397 …rsionString_SCCS[] = "@(#) dns-sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c649 sscanf(__TIME__, "%u:%u:%u", &pdatetime->tm_hour, in GetBuildTime()