Searched refs:tz (Results 1 - 25 of 154) sorted by relevance

1234567

/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dgenerate_zone_file_list.sh12 for tz in ${ZONE_FILES}; do
13 if [ ${tz} = "backward" ]; then
16 elif [ ${tz} = "backzone" ]; then
19 echo "${tz}"
H A Dgenerate_zoneinfo.sh31 # /usr/local/share/tz/tzdata*.tar.gz is installed by the TimeZoneData project
32 TARBALL="${SDKROOT}"/usr/local/share/tz/latest_tzdata.tar.gz
48 for tz in ${ZONE_FILES}; do
49 if [ ${tz} = "northamerica" ]; then
55 -y "${DATFILES}/yearistype.sh" "${DATFILES}/${tz}" || exit 1
/macosx-10.10.1/libutil-38/
H A Dtzlink.h31 * @param tz
54 errno_t tzlink(const char *tz);
H A Dtzlink.c32 tzlink(const char *tz) argument
39 if (tz == NULL) {
49 xpc_dictionary_set_string(request, TZLINK_KEY_REQUEST_TIMEZONE, tz);
64 #pragma unused (tz)
/macosx-10.10.1/Libc-1044.1.2/stdtime/
H A Dtimezone_unix03.c35 _st_set_timezone(long tz) argument
37 timezone = tz;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dftime.c43 struct timezone tz; local
46 if (gettimeofday(&t, &tz) < 0)
50 tbp->timezone = tz.tz_minuteswest;
51 tbp->dstflag = tz.tz_dsttime;
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dgettod.c22 gettimeofday(tp, tz)
24 struct timezone *tz;
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_time_tz.rb15 def with_tz(tz)
18 ENV["TZ"] = tz
25 def with_tz(tz)
26 if ENV["TZ"] == tz
86 def assert_time_constructor(tz, expected, method, args, message=nil)
88 m << "TZ=#{tz} Time.#{method}(#{args.map {|arg| arg.inspect }.join(', ')})"
94 with_tz(tz="America/Los_Angeles") {
95 assert_time_constructor(tz, "2007-03-11 03:00:00 -0700", :local, [2007,3,11,2,0,0])
96 assert_time_constructor(tz, "2007-03-11 03:59:59 -0700", :local, [2007,3,11,2,59,59])
105 with_tz(tz
[all...]
/macosx-10.10.1/libutil-38/tzlinkd/
H A Dtzlinkd.c55 const char *tz;
63 tz = xpc_dictionary_get_string(request, TZLINK_KEY_REQUEST_TIMEZONE);
64 error = tz ? set_timezone(tz) : EINVAL;
99 set_timezone(const char *tz) argument
104 error = build_source_path(srcpath, sizeof(srcpath), tz);
130 build_source_path(char *path, size_t size, const char *tz) argument
143 str0 = str = strdup(tz);
/macosx-10.10.1/TimeZoneData-62/
H A Dmakefile35 INSTALLDIR = /AppleInternal/bin/tz
37 INSTALLDIR = /usr/local/share/tz
46 tar cf - ./makefile ./tz*.tar.gz ./boundaries | (cd $(SRCROOT) ; tar xfp -);
58 $(INSTALL) -b -m 0644 $(SRCROOT)/tz*.tar.gz $(DSTROOT)$(INSTALLDIR)
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dgettod.c23 struct timezone *tz)
21 gettimeofday( struct timeval *tp, struct timezone *tz) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkernel.h94 extern struct timezone tz; /* XXX */
/macosx-10.10.1/apr-32/apr/apr/time/win32/
H A Dtime.c39 static TIME_ZONE_INFORMATION tz; local
44 result = GetTimeZoneInformation(&tz);
48 *tzresult = &tz;
145 TIME_ZONE_INFORMATION *tz; local
149 get_local_timezone(&tz);
159 SystemTimeToTzSpecificLocalTime(tz, &st, &localst);
178 - (-(tz->Bias + tz->StandardBias) / 60);
184 TIME_ZONE_INFORMATION tz; local
194 switch (GetTimeZoneInformation(&tz)) {
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_utils.c130 const UInt8* CFGregorianDateCreateWithBytes(CFAllocatorRef alloc, const UInt8* bytes, CFIndex length, Date* date, CFTimeZoneRef* tz) { argument
139 if (tz) *tz = NULL;
296 if (c && tz) {
326 *tz = CFTimeZoneCreateWithTimeIntervalFromGMT(alloc, offset);
332 *tz = CFTimeZoneCreateWithTimeIntervalFromGMT(alloc, 0);
337 *tz = CFTimeZoneCreateWithTimeIntervalFromGMT(alloc, 0);
342 *tz = CFTimeZoneCreateWithTimeIntervalFromGMT(alloc, 0);
354 *tz = CFTimeZoneCreateWithTimeIntervalFromGMT(alloc, 0);
372 *tz
411 CFGregorianDateCreateWithString(CFAllocatorRef alloc, CFStringRef str, Date* date, CFTimeZoneRef* tz) argument
[all...]
H A Dwebdav_utils.h51 const UInt8* CFGregorianDateCreateWithBytes(CFAllocatorRef alloc, const UInt8* bytes, CFIndex length, Date* date, CFTimeZoneRef* tz);
53 CFIndex CFGregorianDateCreateWithString(CFAllocatorRef alloc, CFStringRef str, Date* date, CFTimeZoneRef* tz);
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dicuzdump.cpp115 void setTimeZone(TimeZone* tz) { argument
116 timezone = tz;
239 TimeZone* tz = NULL; local
244 tz = TimeZone::createTimeZone(*zid);
250 tz = TimeZone::createTimeZone((const UnicodeString&)zids[idx]);
253 tz = TimeZone::createDefault();
258 return tz;
375 TimeZone* tz = zit->next(); local
376 if (tz == NULL) {
379 dumper.setTimeZone(tz);
406 TimeZone* tz = zit->next(); local
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DICal.pm102 my $tz = $dt->time_zone;
104 unless ( $tz->is_floating || $tz->is_utc || $tz->name )
107 $tz = $dt->time_zone;
119 return $base if $tz->is_floating;
121 return $base . 'Z' if $tz->is_utc;
123 return 'TZID=' . $tz->name . ':' . $base;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DICal.pm95 my $tz = $dt->time_zone;
97 unless ( $tz->is_floating || $tz->is_utc || $tz->name ) {
99 $tz = $dt->time_zone;
112 return $base if $tz->is_floating;
114 return $base . 'Z' if $tz->is_utc;
116 return 'TZID=' . $tz->name . ':' . $base;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py74 tz = CFTimeZoneCopyDefault()
78 abstime = CFGregorianDateGetAbsoluteTime(dt, tz)
81 dt = CFAbsoluteTimeGetGregorianDate(now, tz)
89 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
92 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
96 v = CFAbsoluteTimeGetDayOfWeek(now, tz)
99 v = CFAbsoluteTimeGetDayOfYear(now, tz)
102 v = CFAbsoluteTimeGetWeekOfYear(now, tz)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdate.py62 tz = CFTimeZoneCopyDefault()
66 abstime = CFGregorianDateGetAbsoluteTime(dt, tz)
68 dt = CFAbsoluteTimeGetGregorianDate(now, tz)
75 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
77 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
80 v = CFAbsoluteTimeGetDayOfWeek(now, tz)
82 v = CFAbsoluteTimeGetDayOfYear(now, tz)
84 v = CFAbsoluteTimeGetWeekOfYear(now, tz)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfdate.py75 tz = CFTimeZoneCopyDefault()
79 abstime = CFGregorianDateGetAbsoluteTime(dt, tz)
81 dt = CFAbsoluteTimeGetGregorianDate(now, tz)
88 stamp = CFAbsoluteTimeAddGregorianUnits(now, tz, units)
90 units = CFAbsoluteTimeGetDifferenceAsGregorianUnits(stamp, now, tz, kCFGregorianAllUnits)
93 v = CFAbsoluteTimeGetDayOfWeek(now, tz)
95 v = CFAbsoluteTimeGetDayOfYear(now, tz)
97 v = CFAbsoluteTimeGetWeekOfYear(now, tz)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.h53 gettimeofday( struct timeval * tv, struct timezone * tz );
/macosx-10.10.1/ICU-531.30/icuSources/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
69 const UChar *tz = 0; local
92 tz = GMT_ID;
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
241 const UChar *tz,
263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status);
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
318 fmt = udat_open(style, style, 0, tz,
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]

Completed in 264 milliseconds

1234567