Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dlocaltime.c839 struct timespec ctim; in tzfile_changed() local
841 ctim = st->st_ctim; in tzfile_changed()
843 ctim.tv_sec = st->st_ctime; in tzfile_changed()
844 ctim.tv_nsec = 0; in tzfile_changed()
847 if ((ctim.tv_sec ^ old_ctim.tv_sec) | (ctim.tv_nsec ^ old_ctim.tv_nsec) in tzfile_changed()
849 old_ctim = ctim; in tzfile_changed()