Searched refs:tzalloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tzcode/ |
H A D | private.h | 200 #define tzalloc sys_tzalloc macro 211 #undef tzalloc 709 # undef tzalloc 710 # define tzalloc tz_tzalloc macro 870 timezone_t tzalloc(char const *);
|
H A D | zdump.c | 231 # undef tzalloc 233 # define tzalloc zdump_tzalloc macro 237 tzalloc(char const *val) in tzalloc() function 318 gmtz = tzalloc("GMT"); in gmtzinit() 321 gmtz = tzalloc(gmt0); in gmtzinit() 590 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0 in main()
|
H A D | localtime.c | 1712 tzalloc(char const *name) in tzalloc() function
|
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/contrib/tzdata/ |
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
|