Lines Matching defs:tv_sec
300 struct timespec { time_t tv_sec; long tv_nsec; };
308 # define clock_gettime(id, t) ((t)->tv_sec = time(NULL), (t)->tv_nsec = 0, 0)
919 /* If old_ctim.tv_sec, these variables hold the corresponding part
927 old_ctim.tv_sec = 0;
936 ctim.tv_sec = (time_t)st->st_ctim.tv_sec;
939 ctim.tv_sec = st->st_ctime;
943 if ((ctim.tv_sec ^ old_ctim.tv_sec) | (ctim.tv_nsec ^ old_ctim.tv_nsec)
2126 now.tv_sec = 0;
2130 return now.tv_sec;