Home
last modified time | relevance | path

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

12

/freebsd/contrib/file/
H A Dacinclude.m45 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 Dconfig.h.in200 /* Define to 1 if 'tm_zone' is a member of 'struct tm'. */
/freebsd/contrib/tzcode/
H A Dtzconfig.h5 #define TM_ZONE tm_zone
H A Dprivate.h911 # define TM_ZONE tm_zone
H A DNEWS840 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 Dconvert_to_tm.h73 __result.tm_zone = "UTC"; in __convert_to_tm()
142 __result.tm_zone = "UTC"; in __convert_to_tm()
/freebsd/contrib/sendmail/src/
H A Darpadate.c154 tz = lt->tm_zone;
/freebsd/include/
H A Dtime.h109 char *tm_zone; /* timezone abbreviation */ member
/freebsd/contrib/file/src/
H A Dcdf_time.c134 tm.tm_zone = UTC; in cdf_timestamp_to_timespec()
/freebsd/usr.bin/lock/
H A Dlock.c143 tzn = timp->tm_zone; in main()
/freebsd/usr.bin/wall/
H A Dwall.c221 lt->tm_hour, lt->tm_min, lt->tm_zone); in makemsg()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c365 tm->tm_zone in strftime()
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr485 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 Dsanitizer_platform_limits_freebsd.h225 const char *tm_zone; member
H A Dsanitizer_platform_limits_freebsd.cpp470 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_posix.h447 const char *tm_zone; member
H A Dsanitizer_platform_limits_posix.cpp1209 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_netbsd.h231 const char *tm_zone; member
H A Dsanitizer_platform_limits_netbsd.cpp2632 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_common_interceptors.inc1354 // 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 Dgetdate.y603 fprintf(stderr, "DST %d TZ %s %d\n", DSTmode, ltm->tm_zone, ltm->tm_isdst); in Convert()
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c712 "Does the timezone abbreviation `%s' look reasonable?", tm->tm_zone); in confirm_zone()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1241 tm_epoch.tm_zone = nullptr; in GetOSXEpoch()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in911 /* Define if struct tm has field tm_zone. */
/freebsd/contrib/tzdata/
H A DNEWS840 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.

12