Home
last modified time | relevance | path

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

/dragonfly/share/zoneinfo/
HDMakefile3 CLEANFILES+= yearistype
18 .if exists(${.OBJDIR}/yearistype)
19 YEARISTYPE= ${.OBJDIR}/yearistype
21 YEARISTYPE= ${.CURDIR}/yearistype
29 all: yearistype
31 yearistype: yearistype.sh target
HDNEWS516 The long-obsolete files pacificnew, systemv, and yearistype.sh have
3005 Error diagnostics of 'zic' and 'yearistype' have been reworded so that
4815 Error checking and messages in the "yearistype" script have been
5296 "yearistype" correction
/dragonfly/usr.sbin/zic/
HDzic.c133 static int yearistype(int year, const char *type);
2114 yearistype(year, rp->r_yrtype); in outzone()
2402 yearistype(const int year, const char * const type) in yearistype() function