| /freebsd/contrib/file/ |
| H A D | acinclude.m4 | 5 AC_CACHE_CHECK([for tm_zone in struct tm], ac_cv_struct_tm_zone, 8 #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_zone;])],
|
| H A D | config.h.in | 200 /* Define to 1 if 'tm_zone' is a member of 'struct tm'. */
|
| /freebsd/contrib/tzcode/ |
| H A D | tzconfig.h | 5 #define TM_ZONE tm_zone
|
| H A D | private.h | 911 # define TM_ZONE tm_zone
|
| H A D | NEWS | 840 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 965 platforms lacking tm_zone or when compiled with -DUSE_LTZ=0. 3007 tm_zone and localtime_rz that have long been supported by the 3420 On platforms with tm_zone, strftime.c now assumes it is not NULL.
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | convert_to_tm.h | 73 __result.tm_zone = "UTC"; in __convert_to_tm() 142 __result.tm_zone = "UTC"; in __convert_to_tm()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | arpadate.c | 154 tz = lt->tm_zone;
|
| /freebsd/include/ |
| H A D | time.h | 109 char *tm_zone; /* timezone abbreviation */ member
|
| /freebsd/contrib/file/src/ |
| H A D | cdf_time.c | 134 tm.tm_zone = UTC; in cdf_timestamp_to_timespec()
|
| /freebsd/usr.bin/lock/ |
| H A D | lock.c | 143 tzn = timp->tm_zone; in main()
|
| /freebsd/usr.bin/wall/ |
| H A D | wall.c | 221 lt->tm_hour, lt->tm_min, lt->tm_zone); in makemsg()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | strftime.c | 365 tm->tm_zone in strftime()
|
| /freebsd/usr.sbin/bsdconfig/timezone/share/ |
| H A D | zones.subr | 485 local tm_zone="$( TZ="$filename" date +%Z )" 489 f_sprintf prompt "$msg_look_reasonable" "$tm_zone"
|
| /freebsd/contrib/llvm-project/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 | 470 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
| H A D | sanitizer_platform_limits_posix.h | 447 const char *tm_zone; member
|
| H A D | sanitizer_platform_limits_posix.cpp | 1209 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
| H A D | sanitizer_platform_limits_netbsd.h | 231 const char *tm_zone; member
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 2632 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
| H A D | sanitizer_common_interceptors.inc | 1354 // AIX tm struct does not have tm_zone field. 1356 if (tm->tm_zone) { 1357 // Can not use COMMON_INTERCEPTOR_WRITE_RANGE here, because tm->tm_zone 1359 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone, 1360 internal_strlen(tm->tm_zone) + 1); 1497 // initialize the entire struct tm. For example, tm_zone pointer is left
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 603 fprintf(stderr, "DST %d TZ %s %d\n", DSTmode, ltm->tm_zone, ltm->tm_isdst); in Convert()
|
| /freebsd/usr.sbin/tzsetup/ |
| H A D | tzsetup.c | 712 "Does the timezone abbreviation `%s' look reasonable?", tm->tm_zone); in confirm_zone()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 1241 tm_epoch.tm_zone = nullptr; in GetOSXEpoch()
|
| /freebsd/crypto/heimdal/include/ |
| H A D | config.h.in | 911 /* Define if struct tm has field tm_zone. */
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 840 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 965 platforms lacking tm_zone or when compiled with -DUSE_LTZ=0. 3007 tm_zone and localtime_rz that have long been supported by the 3420 On platforms with tm_zone, strftime.c now assumes it is not NULL.
|