Home
last modified time | relevance | path

Searched refs:tzs (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/lib/libc/time/
DMakefile617 TZS= to$(TZS_YEAR).tzs
618 TZS_NEW= to$(TZS_YEAR)new.tzs
815 rm -fr tzs$(TZS_YEAR).dir
816 mkdir tzs$(TZS_YEAR).dir
817 $(zic) -d tzs$(TZS_YEAR).dir tzdata.zi
829 rm -fr tzs$(TZS_YEAR).dir
DNEWS2113 -j to2050new.tzs' is now much faster on a multiprocessor host
2856 The experimental distribution contains a file to2050.tzs that
/netbsd/src/bin/sh/
Dvar.c1502 static struct space_reserved tzs; /* remember TZ last used */ in get_tod() local
1522 if (tzs.b == NULL || strcmp(tzs.b, tz) != 0) { in get_tod()
1524 if (make_space(&tzs, strlen(tz) + 1)) { in get_tod()
1525 strcpy(tzs.b, tz); in get_tod()