Searched refs:tzalloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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 | 571 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1468 tzalloc(NULL) or, if portability trumps thread-safety, should 3409 tzalloc now scrubs time zone abbreviations compatibly with the way 3500 some crashes in the new tzalloc-related library functions have 3519 It also includes some uses of uninitialized variables after tzalloc. 3634 timezones. The new functions are tzalloc, tzfree, localtime_rz, 3729 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | private.h | 186 #define tzalloc sys_tzalloc macro 197 #undef tzalloc 668 # undef tzalloc 669 # define tzalloc tz_tzalloc macro 825 timezone_t tzalloc(char const *);
|
| H A D | zdump.c | 246 # undef tzalloc 248 # define tzalloc zdump_tzalloc macro 252 tzalloc(char const *val) in tzalloc() function 333 gmtz = tzalloc("GMT"); in gmtzinit() 336 gmtz = tzalloc(gmt0); in gmtzinit() 599 timezone_t tz = tzalloc(argv[i]); in main()
|
| H A D | localtime.c | 1502 tzalloc(char const *name) in tzalloc() function
|
| H A D | NEWS | 468 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1365 tzalloc(NULL) or, if portability trumps thread-safety, should 3306 tzalloc now scrubs time zone abbreviations compatibly with the way 3397 some crashes in the new tzalloc-related library functions have 3416 It also includes some uses of uninitialized variables after tzalloc. 3531 timezones. The new functions are tzalloc, tzfree, localtime_rz, 3626 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|