Searched refs:tzalloc (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/lib/libc/time/ |
| D | private.h | 213 #define tzalloc sys_tzalloc macro 224 #undef tzalloc 723 # undef tzalloc 724 # define tzalloc tz_tzalloc macro 887 timezone_t tzalloc(char const *);
|
| D | zdump.c | 236 # undef tzalloc 238 # define tzalloc zdump_tzalloc macro 242 tzalloc(char const *val) function 319 gmtz = tzalloc("GMT"); 322 gmtz = tzalloc(gmt0); 586 timezone_t tz = tzalloc(strcmp(argv[i], "-") == 0
|
| D | Makefile.inc | 37 tzset.3 tzalloc.3 \
|
| D | strptime.c | 133 tz = tzalloc(buf); in fromzone()
|
| D | Theory | 543 * Functions tzalloc, tzfree, localtime_rz, and mktime_z for 545 multiple time zones. The tzalloc and tzfree functions
|
| D | localtime.c | 1641 tzalloc(char const *name) in tzalloc() function
|
| D | NEWS | 571 Fix bug in zdump's tzalloc emulation on hosts that lack tm_zone. 1473 tzalloc(NULL) or, if portability trumps thread-safety, should 3414 tzalloc now scrubs time zone abbreviations compatibly with the way 3505 some crashes in the new tzalloc-related library functions have 3524 It also includes some uses of uninitialized variables after tzalloc. 3639 timezones. The new functions are tzalloc, tzfree, localtime_rz, 3734 the NetBSD-inspired functions tzalloc, tzfree, localtime_rz, and
|
| /netbsd/src/lib/libc/compat/include/ |
| D | time.h | 104 timezone_t tzalloc(const char *);
|
| /netbsd/src/include/ |
| D | time.h | 231 timezone_t tzalloc(const char *) __RENAME(__tzalloc50);
|
| /netbsd/src/bin/sh/ |
| D | var.c | 1528 last_zone = zone = tzalloc(tz); in get_tod() 1531 zone = tzalloc(tz); in get_tod()
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 4236 tzalloc
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 11194 ./usr/share/man/cat3/tzalloc.0 comp-c-catman .cat 19705 ./usr/share/man/html3/tzalloc.html comp-c-htmlman html 28280 ./usr/share/man/man3/tzalloc.3 comp-c-man .man
|