Searched refs:tzalloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 215 # undef tzalloc 217 # define tzalloc zdump_tzalloc macro 221 tzalloc(char const *val) in tzalloc() function 302 gmtz = tzalloc("GMT"); in gmtzinit() 305 gmtz = tzalloc(gmt0); in gmtzinit() 538 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0 in main()
|
| H A D | private.h | 753 # undef tzalloc 754 # define tzalloc tz_tzalloc macro 932 timezone_t tzalloc(char const *);
|
| H A D | NEWS | 36 On platforms that have EFTYPE, tzalloc now fails with errno set to 244 TZ strings taken from tzalloc arguments are now treated with 903 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1800 tzalloc(NULL) or, if portability trumps thread-safety, should 3741 tzalloc now scrubs time zone abbreviations compatibly with the way 3832 some crashes in the new tzalloc-related library functions have 3851 It also includes some uses of uninitialized variables after tzalloc. 3966 timezones. The new functions are tzalloc, tzfree, localtime_rz, 4061 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|
| H A D | localtime.c | 2030 tzalloc(char const *name) in tzalloc() function
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 36 On platforms that have EFTYPE, tzalloc now fails with errno set to 244 TZ strings taken from tzalloc arguments are now treated with 903 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1800 tzalloc(NULL) or, if portability trumps thread-safety, should 3741 tzalloc now scrubs time zone abbreviations compatibly with the way 3832 some crashes in the new tzalloc-related library functions have 3851 It also includes some uses of uninitialized variables after tzalloc. 3966 timezones. The new functions are tzalloc, tzfree, localtime_rz, 4061 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|