Searched refs:LocalTime (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/ntpd/ |
H A D | check_y2k.c | 138 static struct tm LocalTime; variable 140 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \ 155 LocalTime = *localtime( &Time ); in main() 182 save_year = LocalTime.tm_year; /* save current year */ in main() 185 LocalTime.tm_year = year - 1900; in main() 207 LocalTime.tm_year = year - 1900; /* everything > limit */ in main() 217 LocalTime.tm_year = save_year; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 297 struct tm LocalTime; in InitDebuggingDir() local 317 localtime_r(&Time, &LocalTime); in InitDebuggingDir() 318 strftime(TimeBuffer, sizeof(TimeBuffer), "%Y%m%d", &LocalTime); in InitDebuggingDir()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | package.d | 26 $(REF_ALTTEXT LocalTime, LocalTime, std, datetime, timezone)$(NBSP)
|
H A D | systime.d | 47 import std.datetime.timezone : LocalTime; 49 assert(today.timezone is LocalTime()); 458 import std.datetime.timezone : LocalTime; 460 assert(today.timezone is LocalTime()); 576 $(REF LocalTime,std,datetime,timezone) will be used. The 637 $(REF LocalTime,std,datetime,timezone) will be used. The 643 _timezone = tz is null ? LocalTime() : tz; 662 … assert(sysTime._timezone is (tz is null ? LocalTime() : tz), format("Given Date: %s", d)); 692 $(REF LocalTime,std,datetime,timezone) will be used. 697 _timezone = tz is null ? LocalTime() : tz; [all …]
|
H A D | timezone.d | 12 $(LREF LocalTime) 716 assert(LocalTime().dstName is null); in immutable() 718 assert(LocalTime().dstName !is null); 736 assert(LocalTime().dstName == "PDT"); in version() 739 assert(LocalTime().dstName == "EDT"); in version() 785 LocalTime().hasDST; 792 assert(LocalTime().hasDST); in version() 795 assert(LocalTime().hasDST); in version() 798 assert(!LocalTime().hasDST); in version() 850 LocalTime().dstInEffect(currTime);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_function_call_trie.h | 451 uint64_t LocalTime = in exitFunction() local 456 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime; in exitFunction() 457 CumulativeTreeTime += LocalTime; in exitFunction()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | systime.d | 392 $(REF LocalTime,std,datetime,timezone) will be used. The in test() 447 $(REF LocalTime,std,datetime,timezone) will be used. The in test() 453 _timezone = tz is null ? LocalTime() : tz; in test() 472 … assert(sysTime._timezone is (tz is null ? LocalTime() : tz), format("Given Date: %s", d)); in test() 497 $(REF LocalTime,std,datetime,timezone) will be used. 502 _timezone = tz is null ? LocalTime() : tz; 511 …assert(sysTime._timezone is (tz is null ? LocalTime() : tz), format("Given stdTime: %s", stdTime)); in test() 726 assert(SysTime(0, LocalTime()).toHash == SysTime(0, LocalTime()).toHash); 727 assert(SysTime(0, LocalTime()).toHash == SysTime(0, UTC()).toHash); 728 …assert(SysTime(DateTime(2000, 1, 1), LocalTime()).toHash == SysTime(DateTime(2000, 1, 1), LocalTim… [all …]
|
H A D | timezone.d | 799 LocalTime().dstInEffect(currTime);
|