Searched refs:tzalloc (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/tzdata/ |
| H A D | factory | 15 # TZ="Factory" is a valid timezone, so tzalloc("Factory") succeeds, whereas 16 # TZ="Etc/Unknown" is invalid and tzalloc("Etc/Unknown") fails.
|
| H A D | NEWS | 144 TZ strings taken from tzalloc arguments are now treated with 803 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1700 tzalloc(NULL) or, if portability trumps thread-safety, should 3641 tzalloc now scrubs time zone abbreviations compatibly with the way 3732 some crashes in the new tzalloc-related library functions have 3751 It also includes some uses of uninitialized variables after tzalloc. 3866 timezones. The new functions are tzalloc, tzfree, localtime_rz, 3961 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|
| /src/contrib/tzcode/ |
| H A D | zdump.c | 225 # 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 D | private.h | 750 # undef tzalloc 751 # define tzalloc tz_tzalloc macro 929 timezone_t tzalloc(char const *);
|
| H A D | NEWS | 144 TZ strings taken from tzalloc arguments are now treated with 803 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1700 tzalloc(NULL) or, if portability trumps thread-safety, should 3641 tzalloc now scrubs time zone abbreviations compatibly with the way 3732 some crashes in the new tzalloc-related library functions have 3751 It also includes some uses of uninitialized variables after tzalloc. 3866 timezones. The new functions are tzalloc, tzfree, localtime_rz, 3961 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|
| H A D | localtime.c | 2020 tzalloc(char const *name) in tzalloc() function
|