Home | History | Annotate | Download | only in time

Lines Matching defs:tv_sec

299 struct timespec { time_t tv_sec; long tv_nsec; };
307 # define clock_gettime(id, t) ((t)->tv_sec = time(NULL), (t)->tv_nsec = 0, 0)
918 /* If old_ctim.tv_sec, these variables hold the corresponding part
926 old_ctim.tv_sec = 0;
935 ctim.tv_sec = (time_t)st->st_ctim.tv_sec;
938 ctim.tv_sec = st->st_ctime;
942 if ((ctim.tv_sec ^ old_ctim.tv_sec) | (ctim.tv_nsec ^ old_ctim.tv_nsec)
2125 now.tv_sec = 0;
2129 return now.tv_sec;