Searched refs:tm_zone (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/tzcode/
H A Dtzconfig.h5 #define TM_ZONE tm_zone
H A Dprivate.h153 /* Enable tm_gmtoff, tm_zone, and environ on GNUish systems. */
785 # define TM_ZONE tm_zone
/freebsd-current/contrib/sendmail/src/
H A Darpadate.c51 #define TZ_TM_ZONE 2 /* use tm->tm_zone */
154 tz = lt->tm_zone;
/freebsd-current/include/
H A Dtime.h109 char *tm_zone; /* timezone abbreviation */ member in struct:tm
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_tm.h65 __result.tm_zone = "UTC";
103 __result.tm_zone = "UTC";
/freebsd-current/contrib/file/src/
H A Dcdf_time.c134 tm.tm_zone = UTC;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrftime.c365 tm->tm_zone
/freebsd-current/usr.bin/lock/
H A Dlock.c143 tzn = timp->tm_zone;
/freebsd-current/usr.bin/wall/
H A Dwall.c221 lt->tm_hour, lt->tm_min, lt->tm_zone);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h225 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_freebsd.cpp498 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_posix.h425 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_netbsd.h230 const char *tm_zone; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_posix.cpp1186 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_common_interceptors.inc1295 if (tm->tm_zone) {
1296 // Can not use COMMON_INTERCEPTOR_WRITE_RANGE here, because tm->tm_zone
1298 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone,
1299 internal_strlen(tm->tm_zone) + 1);
1436 // initialize the entire struct tm. For example, tm_zone pointer is left
H A Dsanitizer_platform_limits_netbsd.cpp2634 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
/freebsd-current/usr.sbin/fifolog/lib/
H A Dgetdate.y604 fprintf(stderr, "DST %d TZ %s %d\n", DSTmode, ltm->tm_zone, ltm->tm_isdst);
/freebsd-current/contrib/diff/lib/
H A Dstrftime.c436 zone = (const char *) tp->tm_zone;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1239 tm_epoch.tm_zone = nullptr;
/freebsd-current/usr.sbin/tzsetup/
H A Dtzsetup.c712 "Does the timezone abbreviation `%s' look reasonable?", tm->tm_zone);
/freebsd-current/contrib/file/
H A Dconfigure13887 ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_zone" "#include <sys/types.h>
13953 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tm_zone in struct tm" >&5
13954 printf %s "checking for tm_zone in struct tm... " >&6; }
13966 struct tm tm; tm.tm_zone;
/freebsd-current/crypto/heimdal/
H A Dconfigure22368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_zone in struct tm" >&5
22369 $as_echo_n "checking for tm_zone in struct tm... " >&6; }
22380 struct tm x; memset(&x, 0, sizeof(x)); x.tm_zone

Completed in 679 milliseconds