/haiku/src/tests/system/libroot/os/ |
H A D | ParseDateTest.cpp | 99 const char* timezone; in main() member 111 for (int tz = 0; tzInfo[tz].timezone != NULL; tz++) { in main() 112 printf("timezone: %s ...\n", tzInfo[tz].timezone); in main() 113 setenv("TZ", tzInfo[tz].timezone, 1); in main()
|
/haiku/src/system/libroot/posix/sys/ |
H A D | ftime.c | 14 struct timezone tz; in ftime() 24 timeb->timezone = tz.tz_minuteswest; in ftime()
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Utils.cpp | 96 timestamp.type(), timestamp.timezone(), in decode_time() 97 timestamp.timezone(),timestamp.year(), in decode_time() 120 timezone_offset = timestamp.timezone(); in decode_time()
|
H A D | UdfStructures.h | 83 uint16 timezone:12, member 101 int16 timezone() const { in timezone() function 104 int16 result = t.bits.timezone; in timezone() 132 t.bits.timezone = tz; in set_timezone()
|
/haiku/headers/posix/sys/ |
H A D | timeb.h | 15 short timezone; /* timezone difference to GMT in minutes */ member
|
H A D | time.h | 23 struct timezone { struct
|
/haiku/src/system/libroot/posix/locale/ |
H A D | LocaleDataBridge.cpp | 133 localTimezone(timezone), in TimeConversionDataBridge() 138 addrOfTimezone = &timezone; in TimeConversionDataBridge()
|
/haiku/docs/user/locale/ |
H A D | TimeZone.dox | 53 \brief Construct a timezone from its \a zoneID and \a language. 55 The constructor only allows you to construct a timezone if you already 58 BLocaleRoster, which knows the timezone selected by the user. 122 \brief Returns the short name of the timezone, in the user's locale, 170 constructor or SetTo() was called with an invalid timezone ID.
|
H A D | DurationFormat.dox | 100 \brief Sets the timezone for this formatter.
|
H A D | LocaleRoster.dox | 73 \fn status_t BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const 74 \brief Get the default timezone.
|
/haiku/src/tests/system/network/tcp_shell/ |
H A D | pcap.h | 15 int32 timezone; member
|
/haiku/src/tools/fs_shell/ |
H A D | time.cpp | 30 fssh_set_timezone(char *timezone)
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | ntfstime.h | 121 gettimeofday(µseconds, (struct timezone*)NULL); in ntfs_current_time()
|
/haiku/headers/os/locale/ |
H A D | LocaleRoster.h | 44 status_t GetDefaultTimeZone(BTimeZone* timezone) const;
|
/haiku/src/kits/locale/ |
H A D | LocaleRoster.cpp | 158 BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const in GetDefaultTimeZone() 160 if (!timezone) in GetDefaultTimeZone() 167 *timezone = fData->fDefaultTimeZone; in GetDefaultTimeZone()
|
/haiku/src/system/libroot/posix/time/ |
H A D | localtime.cpp | 32 long timezone = 0; variable
|
/haiku/headers/posix/ |
H A D | time.h | 74 extern long timezone;
|
/haiku/src/bin/unzip/ |
H A D | timezone.c | 44 long timezone = 0; variable 491 timezone = -statism.ttis[dstfirst].tt_gmtoff; in tzset() 504 timezone = 0; /* default is GMT0 which means no offsets */ in tzset() 516 set_TZ(timezone, daylight); in tzset()
|
H A D | unzip.txt | 133 operating systems, the TZ (timezone) environment 187 tion on setting the timezone properly. 559 The timezone variable (TZ) should be set according to the 560 local timezone in order for the -f and -u to operate cor- 564 dows 95/NT unzip should know the correct timezone even if 565 TZ is unset, assuming the timezone is correctly set in the 702 unzipping in one timezone a zipfile created in 709 or later contain no timezone information, and a ``newer'' 710 file from an eastern timezone may, in fact, be older):
|
H A D | fileio.c | 1673 extern time_t timezone; 1746 m_time += tbp.timezone * 60L; /* seconds WEST of GMT: add */ 1752 m_time += timezone; /* seconds WEST of GMT: add */
|
H A D | unzpriv.h | 282 # define timezone _timezone macro 417 # define timezone _timezone macro
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_os.h | 201 extern fssh_status_t fssh_set_timezone(char *timezone);
|
/haiku/src/libs/mapm/ |
H A D | mapm_rnd.c | 323 struct timezone time_zone; /* time zone for gettimeofday call */ in M_get_microsec()
|
/haiku/src/system/libroot/os/ |
H A D | parsedate.cpp | 858 tm.tm_sec -= value + timezone; in computeDate() 888 tm.tm_sec -= element->value + timezone; in computeDate()
|
/haiku/docs/user/netservices/ |
H A D | HttpTime.dox | 52 standards. For example, if the RFC 1123 timestamp does not have the GMT timezone indicator at
|