/openbsd/regress/lib/libc/time/time_conversion/ |
H A D | timetest.c | 48 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 D | lprint.c | 144 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 D | strptime.c | 417 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 D | strftime.c | 446 if (t->tm_zone != NULL) in _fmt() 447 pt = _add(t->tm_zone, pt, ptlim); in _fmt()
|
H A D | wcsftime.c | 441 if (t->tm_zone != NULL) in _fmt() 442 pt = _sadd(t->tm_zone, pt, ptlim); in _fmt()
|
H A D | localtime.c | 1298 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 D | Theory | 170 localtime(&clock)->tm_zone if this has been enabled.
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep.c | 590 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 D | grdc.c | 203 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 D | convert_to_tm.h | 56 __result.tm_zone = "UTC"; in __convert_to_tm() 76 __result.tm_zone = "UTC"; in __convert_to_tm()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | time64.h | 31 const char *tm_zone; member
|
H A D | time64.c | 310 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 D | locale.c | 4864 mytm.tm_zone = mytm2.tm_zone; in Perl_my_strftime()
|
/openbsd/include/ |
H A D | time.h | 109 char *tm_zone; /* timezone abbreviation */ member
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/ |
H A D | 920923-1.c | 139 char*tm_zone; long tm_gmtoff;
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 225 const char *tm_zone; member
|
H A D | sanitizer_platform_limits_freebsd.cpp | 490 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
H A D | sanitizer_platform_limits_posix.h | 434 const char *tm_zone; member
|
H A D | sanitizer_platform_limits_posix.cpp | 1177 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
H A D | sanitizer_platform_limits_netbsd.h | 230 const char *tm_zone; member
|
/openbsd/usr.bin/ftp/ |
H A D | fetch.c | 1131 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 D | to.c | 155 tz = lt->tm_zone; in time_to_text()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 1228 tm_epoch.tm_zone = nullptr; in GetOSXEpoch()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p700.C | 1813 char *tm_zone;
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2291 EXPECT_NE(0U, strlen(time->tm_zone)); in TEST() 2303 EXPECT_NE(0U, strlen(time.tm_zone)); in TEST()
|