Lines Matching defs:ats
65 struct timespec ats, *ts = NULL;75 ats.tv_sec = tv32.tv_sec;76 ats.tv_nsec = tv32.tv_usec * 1000;77 ts = &ats;98 struct timespec ats, *ts = NULL;105 netbsd32_to_timespec(&ts32, &ats);106 ts = &ats;131 struct timespec ats, *ts = NULL;138 netbsd32_to_timespec(&ts32, &ats);139 ts = &ats;
Indexes created Tue Sep 23 20:09:58 GMT 2025