Searched refs:tzone (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/libexec/bootpd/tools/bootpef/
H A DMakefile7 hwaddr.c report.c tzone.c rtmsg.c
/freebsd-11.0-release/contrib/libxo/tests/core/
H A Dtest_11.c46 const char *tzone = "EST"; local
58 tzone = argv[++argc];
61 setenv("TZ", tzone, 1);
/freebsd-11.0-release/contrib/libxo/tests/gettext/
H A Dgt_01.c30 const char *tzone = "EST"; local
39 tzone = argv[++argc];
47 setenv("TZ", tzone, 1);
/freebsd-11.0-release/libexec/bootpd/
H A DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A DMakefile.UNIX143 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
148 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
189 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
191 bootpef.o : readfile.h report.h tzone.h patchlevel.h
202 readfile.o : report.h tzone.h bootpd.h
204 tzone.o : bptypes.h report.h tzone.h
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c907 long tzone; local
931 tzone = difftm (&gmt, &local);
934 tzone = 0;
936 tzone += HOUR;
955 gds->Timezone = tzone;

Completed in 127 milliseconds