Searched refs:LocalTime (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dcheck_y2k.c138 static struct tm LocalTime; variable in typeref:struct:tm
140 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \
155 LocalTime = *localtime( &Time );
182 save_year = LocalTime.tm_year; /* save current year */
185 LocalTime.tm_year = year - 1900;
207 LocalTime.tm_year = year - 1900; /* everything > limit */
217 LocalTime.tm_year = save_year;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp297 struct tm LocalTime; local
317 localtime_r(&Time, &LocalTime);
318 strftime(TimeBuffer, sizeof(TimeBuffer), "%Y%m%d", &LocalTime);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dpackage.d26 $(REF_ALTTEXT LocalTime, LocalTime, std, datetime, timezone)$(NBSP)
H A Dtimezone.d12 $(LREF LocalTime)
536 final class LocalTime : TimeZone
541 $(LREF LocalTime) is a singleton class. $(LREF LocalTime) returns its
544 static immutable(LocalTime) opCall() @trusted pure nothrow
546 alias FuncType = immutable(LocalTime) function() @safe pure nothrow;
640 assert(LocalTime().stdName !is null);
647 assert(LocalTime().stdName == "PST");
650 assert(LocalTime().stdName == "EST");
716 assert(LocalTime()
[all...]
H A Dsystime.d47 import std.datetime.timezone : LocalTime;
49 assert(today.timezone is LocalTime());
85 import std.datetime.timezone;// : LocalTime, SimpleTimeZone, TimeZone, UTC;
148 static SysTime currTime(ClockType clockType = ClockType.normal)(immutable TimeZone tz = LocalTime()) @safe
157 assert(currTime().timezone is LocalTime());
458 import std.datetime.timezone : LocalTime;
460 assert(today.timezone is LocalTime());
501 `SysTime`. $(REF LocalTime,std,datetime,timezone) is the
504 represents UTC. `SysTime` uses $(REF LocalTime,std,datetime,timezone) if
529 $(REF LocalTime,st
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h451 uint64_t LocalTime = variable
456 TopNode->CumulativeLocalTime += LocalTime - CumulativeTreeTime;
457 CumulativeTreeTime += LocalTime;
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c1272 struct tm LocalTime; local
1275 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \
1281 LocalTime = *localtime( &Time );
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dsystime.d64 static SysTime currTime(ClockType clockType = ClockType.normal)(immutable TimeZone tz = LocalTime()) @safe
73 assert(currTime().timezone is LocalTime());
322 $(D SysTime). $(REF LocalTime,std,datetime,timezone) is the
325 represents UTC. $(D SysTime) uses $(REF LocalTime,std,datetime,timezone) if
350 $(REF LocalTime,std,datetime,timezone) will be used. The
368 assert(sysTime._timezone is (tz is null ? LocalTime() : tz), format("Given DateTime: %s", dt));
392 $(REF LocalTime,std,datetime,timezone) will be used. The
404 auto nonNullTZ = tz is null ? LocalTime() : tz;
421 assert(sysTime._timezone is (tz is null ? LocalTime() : tz),
447 $(REF LocalTime,st
[all...]
H A Dtimezone.d494 final class LocalTime : TimeZone
499 $(LREF LocalTime) is a singleton class. $(LREF LocalTime) returns its
502 static immutable(LocalTime) opCall() @trusted pure nothrow
504 alias FuncType = @safe pure nothrow immutable(LocalTime) function();
600 assert(LocalTime().stdName !is null);
607 assert(LocalTime().stdName == "PST");
610 assert(LocalTime().stdName == "EST");
674 assert(LocalTime().dstName !is null);
692 assert(LocalTime()
[all...]

Completed in 282 milliseconds