Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dtzone.c22 int32 secondswest; variable
33 secondswest = timezone; in tzone_init()
40 secondswest = 0; /* Assume GMT for lack of anything better */ in tzone_init()
43 secondswest = -tm->tm_gmtoff; in tzone_init()
H A Dtzone.h2 extern int32 secondswest;
H A Dreadfile.c960 hp->time_offset = secondswest; in eval_symbol()