HomeSort by: relevance | last modified time | path
    Searched refs:localTime (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
PlatformCommon.c 782 struct tm localTime;
786 localtime_r(&tv->tv_sec, &localTime);
789 strftime(dateTimeStr, sizeof(dateTimeStr), "%F %T", &localTime);
791 strftime(timeZoneStr, sizeof(timeZoneStr), "%z", &localTime);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 12 $(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().dstName is null)
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 8060 tm = localtime( &inTime );
8063 dlogassert( "localtime() returned a NULL pointer.\n" );
    [all...]

Completed in 95 milliseconds