Home
last modified time | relevance | path

Searched refs:tzalloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzdump.c225 # undef tzalloc
227 # define tzalloc zdump_tzalloc macro
231 tzalloc(char const *val) in tzalloc() function
312 gmtz = tzalloc("GMT"); in gmtzinit()
315 gmtz = tzalloc(gmt0); in gmtzinit()
584 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0 in main()
H A Dprivate.h750 # undef tzalloc
751 # define tzalloc tz_tzalloc macro
929 timezone_t tzalloc(char const *);
H A DNEWS181 TZ strings taken from tzalloc arguments are now treated with
840 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone.
1737 tzalloc(NULL) or, if portability trumps thread-safety, should
3678 tzalloc now scrubs time zone abbreviations compatibly with the way
3769 some crashes in the new tzalloc-related library functions have
3788 It also includes some uses of uninitialized variables after tzalloc.
3903 timezones. The new functions are tzalloc, tzfree, localtime_rz,
3998 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
H A Dlocaltime.c2020 tzalloc(char const *name) in tzalloc() function
/freebsd/contrib/tzdata/
H A DNEWS181 TZ strings taken from tzalloc arguments are now treated with
840 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone.
1737 tzalloc(NULL) or, if portability trumps thread-safety, should
3678 tzalloc now scrubs time zone abbreviations compatibly with the way
3769 some crashes in the new tzalloc-related library functions have
3788 It also includes some uses of uninitialized variables after tzalloc.
3903 timezones. The new functions are tzalloc, tzfree, localtime_rz,
3998 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and