Home
last modified time | relevance | path

Searched refs:DATAFORM (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tzdata/
H A Dziguard.awk83 if (!dataform_type[DATAFORM]) exit 1
92 DATAFORM != "main" {
100 if (($(in_comment + 2) != "-") == (DATAFORM != "rearguard")) {
116 == (DATAFORM != "rearguard")) {
136 == (DATAFORM != "rearguard")) {
146 if (($0 ~ /%z/) == (DATAFORM == "rearguard")) {
157 if (($2 == "GMT") == (DATAFORM == "vanguard")) {
172 if (DATAFORM == "rearguard") {
228 if (DATAFORM == "vanguard" && ENVIRON["VANGUARD_SUBSECONDS"]) {
248 if (DATAFORM == "rearguard") {
[all …]
H A Dchecklinks.awk52 } else if (DATAFORM != "vanguard") {
H A DMakefile33 # DATAFORM selects the data format.
37 # DATAFORM= vanguard
40 # DATAFORM= main
42 # DATAFORM= rearguard
44 DATAFORM= main macro
693 -v DATAFORM=$(@:.zi=) \
700 # via BACKWARD, DATAFORM, PACKRATDATA, PACKRATLIST, and REDO.
701 tzdata.zi: $(DATAFORM).zi version zishrink.awk
704 -v dataform='$(DATAFORM)' \
709 $(DATAFORM)
[all...]
H A DNEWS2072 The new DATAFORM macro in the Makefile lets the installer choose
2076 * DATAFORM=vanguard installs from the latest, bleeding-edge
2077 format. DATAFORM=main (the default) installs from the format
2078 used in the 'africa' etc. files. DATAFORM=rearguard installs
/freebsd/contrib/tzcode/
H A DMakefile44 DATAFORM= main macro
693 -v DATAFORM=$(@:.zi=) \
701 tzdata.zi: $(DATAFORM).zi version zishrink.awk
709 $(DATAFORM).zi >$@.out
H A DNEWS2072 The new DATAFORM macro in the Makefile lets the installer choose
2076 * DATAFORM=vanguard installs from the latest, bleeding-edge
2077 format. DATAFORM=main (the default) installs from the format
2078 used in the 'africa' etc. files. DATAFORM=rearguard installs
/freebsd/share/zoneinfo/
H A DMakefile104 -v DATAFORM='main' \