HomeSort by: relevance | last modified time | path
    Searched defs:tzoff (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libutil/
t_parsedate.c 247 int tzoff; local
273 tzoff = -60; /* British Summer Time */
274 parsecheck("14:00", &t, &tzoff, localtime_r,
486 int tzoff; local
496 tzoff = 0;
497 ATF_CHECK(parsedate("@0", NULL, &tzoff) == (time_t)0);
498 tzoff = 3600;
499 ATF_CHECK(parsedate("@0", NULL, &tzoff) == (time_t)0);
500 tzoff = -3600;
501 ATF_CHECK(parsedate("@0", NULL, &tzoff) == (time_t)0)
    [all...]
  /src/external/bsd/ntp/dist/tests/libntp/
clocktime.c 60 const int yday=175, hour=12, minute=50, second=0, tzoff=0; local
65 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff,
86 const int yday=175, hour=12, minute=0, second=0, tzoff=0; local
91 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff,
110 const int yday=175, hour=4, minute=0, second=0, tzoff=8; local
115 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp,
131 const int yday=2, hour=11, minute=0, second=0, tzoff=0; local
136 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp,
152 const int yday=365, hour=23, minute=0, second=0, tzoff=0; local
157 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, timestamp
173 const int yday=1, hour=1, minute=0, second=0, tzoff=0; local
190 const int yday=100, hour=12, minute=0, second=0, tzoff=0; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_datum.c 150 int tzoff; /* time zone offest from GMT */ member in struct:datum_pts_unit
497 int tzoff; local
604 tzoff = 0; /* set time zone offset to 0 */
618 ** with a value for tzoff = 0 (assuming that your system clock is within
622 for (tzoff=0; tzoff<24; tzoff++) {
627 (tzoff + datum_pts->tzoff) % 24,
636 printf("Time Zone (clocktime method) = %d, error = %d\n", tzoff, error)
    [all...]
  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 285 int32 tzoff; /* Timezone offset - not used by newer clients */ member in struct:rpcap_openreply
  /src/external/mpl/dhcp/dist/common/
parse.c 952 int tzoff, year, mon, mday, hour, min, sec; local
1109 tzoff = 0;
1112 skip_token(&val, NULL, cfile); /* consume tzoff */
1113 tzoff = atoi(val);
1138 min) * 60) + sec + tzoff;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 1257 long tzoff = tm.tm_gmtoff > 0 ? tm.tm_gmtoff : -tm.tm_gmtoff; local
1262 srpl_connection->connection_null_time.tv_usec, tmoff, tzoff / 3600, (tzoff / 60) % 60);

Completed in 39 milliseconds