Lines Matching defs:timespec
167 struct timespec seconds; /* includes nanoseconds */
212 struct timespec timespec;
222 %token <timespec> tSDECIMAL_NUMBER tUDECIMAL_NUMBER
225 %type <timespec> seconds signed_seconds unsigned_seconds
230 timespec
234 timespec:
1039 /* Adjust to the timespec convention, which is that
1050 lvalp->timespec.tv_sec = s;
1051 lvalp->timespec.tv_nsec = ns;
1172 get_date (struct timespec *result, char const *p, struct timespec const *now)
1180 struct timespec gettime_buffer;
1507 struct timespec d;