Home
last modified time | relevance | path

Searched refs:tm_zone (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/regress/lib/libc/time/time_conversion/
H A Dtimetest.c48 strcmp(tm2->tm_zone, tm1->tm_zone) != 0) in tm_match()
69 .tm_zone="MST"
82 .tm_zone="GMT"
100 .tm_zone="UTC"
113 .tm_zone="GMT"
131 .tm_zone="MST"
144 .tm_zone="GMT"
162 .tm_zone="MST"
175 .tm_zone="GMT"
193 .tm_zone="UTC"
[all …]
/openbsd/usr.bin/finger/
H A Dlprint.c144 tzn = tp->tm_zone; in lprint()
178 tzn = tp->tm_zone; in lprint()
200 tzn = tp->tm_zone; in lprint()
204 tzn = tp->tm_zone; in lprint()
209 tzn = tp->tm_zone; in lprint()
/openbsd/lib/libc/time/
H A Dstrptime.c417 tm->tm_zone = gmt; in _strptime()
422 tm->tm_zone = utc; in _strptime()
433 tm->tm_zone = tzname[i]; in _strptime()
468 tm->tm_zone = utc; in _strptime()
481 tm->tm_zone = (char *)nast[i]; in _strptime()
489 tm->tm_zone = (char *)nadt[i]; in _strptime()
511 tm->tm_zone = NULL; /* XXX */ in _strptime()
H A Dstrftime.c446 if (t->tm_zone != NULL) in _fmt()
447 pt = _add(t->tm_zone, pt, ptlim); in _fmt()
H A Dwcsftime.c441 if (t->tm_zone != NULL) in _fmt()
442 pt = _sadd(t->tm_zone, pt, ptlim); in _fmt()
H A Dlocaltime.c1298 tmp->tm_zone = &sp->chars[ttisp->tt_abbrind]; in localsub()
1353 tmp->tm_zone = wildabbr; in gmtsub()
1356 tmp->tm_zone = (char *)gmt; in gmtsub()
1358 tmp->tm_zone = gmtptr->chars; in gmtsub()
H A DTheory170 localtime(&clock)->tm_zone if this has been enabled.
/openbsd/usr.sbin/tcpdump/
H A Dprivsep.c590 if (lt->tm_zone == NULL) in impl_localtime()
593 write_string(fd, lt->tm_zone); in impl_localtime()
733 gt0.tm_zone = gt->tm_zone; in priv_localtime()
747 lt.tm_zone = zone; in priv_localtime()
749 lt.tm_zone = NULL; in priv_localtime()
751 gt0.tm_zone = NULL; in priv_localtime()
/openbsd/games/grdc/
H A Dgrdc.c203 strlen(tm->tm_zone)) in main()
205 tm->tm_zone, h, m); in main()
208 tm->tm_zone, h, m); in main()
/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dconvert_to_tm.h56 __result.tm_zone = "UTC"; in __convert_to_tm()
76 __result.tm_zone = "UTC"; in __convert_to_tm()
/openbsd/gnu/usr.bin/perl/
H A Dtime64.h31 const char *tm_zone; member
H A Dtime64.c310 dest->tm_zone = src->tm_zone; in S_copy_little_tm_to_big_TM()
370 p->tm_zone = "UTC"; in Perl_gmtime64_r()
H A Dlocale.c4864 mytm.tm_zone = mytm2.tm_zone; in Perl_my_strftime()
/openbsd/include/
H A Dtime.h109 char *tm_zone; /* timezone abbreviation */ member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c139 char*tm_zone; long tm_gmtoff;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h225 const char *tm_zone; member
H A Dsanitizer_platform_limits_freebsd.cpp490 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_posix.h434 const char *tm_zone; member
H A Dsanitizer_platform_limits_posix.cpp1177 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_netbsd.h230 const char *tm_zone; member
/openbsd/usr.bin/ftp/
H A Dfetch.c1131 if (server_timestamps && lmt.tm_zone != 0 && in url_get()
1135 setenv("TZ", lmt.tm_zone, 1); in url_get()
/openbsd/usr.sbin/smtpd/
H A Dto.c155 tz = lt->tm_zone; in time_to_text()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1228 tm_epoch.tm_zone = nullptr; in GetOSXEpoch()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1813 char *tm_zone;
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2291 EXPECT_NE(0U, strlen(time->tm_zone)); in TEST()
2303 EXPECT_NE(0U, strlen(time.tm_zone)); in TEST()

12