Home
last modified time | relevance | path

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

12345

/netbsd/external/bsd/file/dist/
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;])],
/netbsd/usr.bin/mail/
H A Dformat.c627 tm->tm_zone = get_comments(p); in date_to_tm()
629 tm->tm_zone = NULL; in date_to_tm()
685 tm->tm_zone = savestr(zone); in hl_date_to_tm()
782 tm->tm_zone = NULL; in dateof()
/netbsd/external/bsd/file/dist/src/
H A Dcdf_time.c140 tm.tm_zone = UTC; in cdf_timestamp_to_timespec()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dconfig.in175 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
267 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
271 /* Define to 1 if you don't have `tm_zone' but do have the external array
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dconfig.in175 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
267 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
271 /* Define to 1 if you don't have `tm_zone' but do have the external array
/netbsd/lib/libc/time/
H A Dprivate.h10 #define TM_ZONE tm_zone
743 # define TM_ZONE tm_zone
H A Dgetdate.c101 rtm.tm_zone = NULL; in getdate()
/netbsd/include/
H A Dtime.h86 __aconst char *tm_zone; /* timezone abbreviation */ member
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h184 const char *tm_zone; member
H A Dsanitizer_platform_limits_openbsd.cc222 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
H A Dsanitizer_platform_limits_freebsd.h212 const char *tm_zone; member
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h186 const char *tm_zone; member
H A Dsanitizer_platform_limits_openbsd.cc224 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
/netbsd/usr.bin/lock/
H A Dlock.c183 tzn = timp->tm_zone; in main()
/netbsd/usr.bin/wall/
H A Dwall.c218 lt->tm_hour, lt->tm_min, lt->tm_zone); in makebanner()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h184 const char *tm_zone; member
H A Dsanitizer_platform_limits_openbsd.cc222 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrftime.c367 tm->tm_zone in strftime()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dtime.in.h307 typedef struct tm_zone *timezone_t;
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtime.in.h307 typedef struct tm_zone *timezone_t;
/netbsd/external/gpl2/diffutils/dist/
H A Dconfig.hin310 /* Define to 1 if `tm_zone' is member of `struct tm'. */
345 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
349 /* Define to 1 if you don't have `tm_zone' but do have the external array
/netbsd/external/gpl3/autoconf/dist/lib/autoconf/
H A Dtypes.m41047 # `tm_zone' member, define `HAVE_TM_ZONE'. Otherwise, if the
1049 AN_IDENTIFIER([tm_zone], [AC_STRUCT_TIMEZONE])
1052 AC_CHECK_MEMBERS([struct tm.tm_zone],,,[#include <sys/types.h>
1057 [Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1073 [Define to 1 if you don't have `tm_zone' but do have the external
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y1267 pc.local_time_zone_table[0].name = tmp->tm_zone; in get_date()
1280 if (probe_tm && probe_tm->tm_zone in get_date()
1284 pc.local_time_zone_table[1].name = probe_tm->tm_zone; in get_date()
/netbsd/external/gpl2/gmake/dist/
H A Dconfig.ami100 /* Define if your struct tm has tm_zone. */
103 /* Define if you don't have tm_zone but do have the external array
/netbsd/usr.bin/finger/
H A Dlprint.c79 #define TIMEZONE(a) (a)->tm_zone

12345