Searched refs:timezone (Results 1 - 25 of 29) sorted by relevance

12

/haiku/headers/posix/sys/
H A Dtimeb.h15 short timezone; /* timezone difference to GMT in minutes */ member in struct:timeb
H A Dtime.h23 struct timezone { struct
/haiku/src/system/libroot/posix/sys/
H A Dftime.c14 struct timezone tz;
24 timeb->timezone = tz.tz_minuteswest;
/haiku/src/tests/system/network/tcp_shell/
H A Dpcap.h15 int32 timezone; member in struct:pcap_header
/haiku/src/tests/system/libroot/os/
H A DParseDateTest.cpp99 const char* timezone; member in struct:TzInfo
111 for (int tz = 0; tzInfo[tz].timezone != NULL; tz++) {
112 printf("timezone: %s ...\n", tzInfo[tz].timezone);
113 setenv("TZ", tzInfo[tz].timezone, 1);
/haiku/src/tools/fs_shell/
H A Dtime.cpp30 fssh_set_timezone(char *timezone)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp94 DEBUG_INIT_ETC(NULL, ("timestamp: (tnt: 0x%x, type: %d, timezone: %d = 0x%x, year: %d, "
96 timestamp.type(), timestamp.timezone(),
97 timestamp.timezone(),timestamp.year(),
114 // Range check the timezone offset, then round it down
120 timezone_offset = timestamp.timezone();
H A DUdfStructures.h83 uint16 timezone:12, member in struct:timestamp::type_and_timezone_accessor::__anon1
101 int16 timezone() const { function in class:timestamp
104 int16 result = t.bits.timezone;
105 // Fill the lefmost bits with ones if timezone is negative
132 t.bits.timezone = tz;
H A DUdfStructures.cpp305 set_timezone(-2047); // -2047 == no timezone specified
314 PRINT(("timezone: %d\n", timezone()));
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp133 localTimezone(timezone),
138 addrOfTimezone = &timezone;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h121 gettimeofday(&microseconds, (struct timezone*)NULL);
/haiku/headers/os/locale/
H A DLocaleRoster.h44 status_t GetDefaultTimeZone(BTimeZone* timezone) const;
/haiku/headers/posix/
H A Dtime.h66 int tm_gmtoff; /* timezone offset to GMT */
67 char *tm_zone; /* timezone name */
71 /* special timezone support */
74 extern long timezone;
120 /* special timezone support */
/haiku/src/kits/locale/
H A DLocaleRoster.cpp41 #include <unicode/timezone.h>
158 BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const
160 if (!timezone)
167 *timezone = fData->fDefaultTimeZone;
H A DTimeZone.cpp17 #include <unicode/timezone.h>
H A DLocaleRosterData.cpp36 #include <unicode/timezone.h>
123 static const char* kTimezoneField = "timezone";
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp32 long timezone = 0; variable
/haiku/src/bin/unzip/
H A Dtimezone.c10 * domain timezone code from ftp://elsie.nci.nih.gov/pub, with mktime and
26 * reasons. Support for timezone files and leap seconds was removed.
28 * 23 Aug 00, Paul Kienitz, split into separate timezone.c file, made platform
39 #include "timezone.h"
44 long timezone = 0; variable
491 timezone = -statism.ttis[dstfirst].tt_gmtoff;
504 timezone = 0; /* default is GMT0 which means no offsets */
516 set_TZ(timezone, daylight);
585 long tzoffset_adj; /* timezone-adjustment `remainder' */
591 /* when DST is unsupported in current timezone, DS
[all...]
H A Dfileio.c1673 extern time_t timezone;
1721 TTrace((stderr, " m_time before timezone = %lu\n", (ulg)m_time));
1724 Adjust for local standard timezone offset.
1729 /* account for timezone differences */
1745 ftime(&tbp); /* get `timezone' */
1746 m_time += tbp.timezone * 60L; /* seconds WEST of GMT: add */
1750 /* tzset(); */ /* set `timezone' variable */
1752 m_time += timezone; /* seconds WEST of GMT: add */
1756 TTrace((stderr, " m_time after timezone = %lu\n", (ulg)m_time));
H A Dunzpriv.h282 # define timezone _timezone macro
417 # define timezone _timezone macro
1395 #define EB_M3_FL_NOUTC 0x10 /* "Mac3 timezone offset fields missing" flag */
/haiku/src/libs/mapm/
H A Dmapm_rnd.c323 struct timezone time_zone; /* time zone for gettimeofday call */
/haiku/headers/private/fs_shell/
H A Dfssh_os.h201 extern fssh_status_t fssh_set_timezone(char *timezone);
H A Dfssh_api_wrapper.h1426 /* special timezone support */
1429 #define timezone fssh_timezone macro
1446 /* special timezone support */
/haiku/src/system/libroot/os/
H A Dparsedate.cpp858 tm.tm_sec -= value + timezone;
888 tm.tm_sec -= element->value + timezone;
1034 // a numerical timezone must be introduced by '+'
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp93 struct timezone tzp;

Completed in 289 milliseconds

12