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

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D35-2.c8 Test that timezone is declared.
17 dummy = timezone;
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dtzset.c27 extern char *timezone();
33 struct timezone tz;
36 (void) strcpy(tz1, timezone(tz.tz_minuteswest, 0));
37 (void) strcpy(tz2, timezone(tz.tz_minuteswest, 1));
/haiku-fatelf/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-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-ultrix4.h32 struct timezone;
34 int gettimeofday(struct timeval *, struct timezone *);
H A Dos-sunos4.h106 struct timezone;
108 int gettimeofday(struct timeval *, struct timezone *);
183 char *timezone(int, int);
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dftime.c14 struct timezone tz;
24 timeb->timezone = tz.tz_minuteswest;
/haiku-fatelf/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-fatelf/src/tools/fs_shell/
H A Dtime.cpp30 fssh_set_timezone(char *timezone)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUtils.cpp55 DEBUG_INIT_ETC(NULL, ("timestamp: (tnt: 0x%x, type: %d, timezone: %d = 0x%x, year: %d, "
57 timestamp.type(), timestamp.timezone(),
58 timestamp.timezone(),timestamp.year(),
73 // Range check the timezone offset, then round it down
77 int timezone_offset = timestamp.timezone();
/haiku-fatelf/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp86 addrOfTimezone(&timezone),
/haiku-fatelf/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();
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c105 extern long int timezone, altzone;
108 extern long int timezone;
110 extern int timezone, altzone;
154 extern char *timezone();
156 struct timezone zone;
463 * timezone name conditional compile settings, and
464 * inferring a method to get timezone offsets. I've tried
492 * Systems with tzname[] probably have timezone as
496 off = -timezone / 60;
498 off = -(daylight ? altzone : timezone) / 6
[all...]
H A Dtimes.c61 if (gettimeofday(&tv, (struct timezone *) 0) < 0)
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h121 gettimeofday(&microseconds, (struct timezone*)NULL);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgettimeofday.c116 int result = gettimeofday (tv, (struct timezone *) tz);
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime.cpp32 long timezone = 0; variable
/haiku-fatelf/headers/os/locale/
H A DLocaleRoster.h41 status_t GetDefaultTimeZone(BTimeZone* timezone) const;
/haiku-fatelf/src/bin/sharutils/lib/
H A Dstrftime.c246 char *timezone ();
248 struct timezone tz;
251 return timezone (tz.tz_minuteswest, tp->tm_isdst);
/haiku-fatelf/headers/posix/
H A Dtime.h59 int tm_gmtoff; /* timezone offset to GMT */
60 char *tm_zone; /* timezone name */
64 /* special timezone support */
67 extern long timezone;
108 /* special timezone support */
/haiku-fatelf/src/kits/network/libbind/
H A Dport_after.h419 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
466 struct timezone;
492 int gettimeofday(struct timeval *, struct timezone *);
495 int gettimeofday(struct timeval *, struct timezone *);
/haiku-fatelf/src/kits/locale/
H A DLocaleRoster.cpp39 #include <unicode/timezone.h>
155 BLocaleRoster::GetDefaultTimeZone(BTimeZone* timezone) const
157 if (!timezone)
164 *timezone = fData->fDefaultTimeZone;
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dzcav.cpp292 if (gettimeofday(&tp, static_cast<struct timezone *>(NULL)) == -1)
309 if (gettimeofday(&tp, static_cast<struct timezone *>(NULL)) == -1)

Completed in 237 milliseconds

123