Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y53 DSToff, DSTon, DSTmaybe enumerator
141 yyDSTmode = DSToff;
162 yyDSTmode = DSToff;
176 yyDSTmode = DSToff;
183 yyDSTmode = DSToff;
/freebsd/usr.bin/find/
H A Dgetdate.y77 DSTon, DSToff, DSTmaybe enumerator
168 yyDSTmode = DSToff;
182 yyDSTmode = DSToff;
189 yyDSTmode = DSToff;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c48 enum DSTMODE { DSTon, DSToff, DSTmaybe };
150 gds->DSTmode = DSToff; in timephrase()
159 gds->DSTmode = DSToff; in timephrase()
185 gds->DSTmode = DSToff; in zonephrase()
52 enum DSTMODE { DSTon, DSToff, DSTmaybe }; global() enumerator