Searched defs:timespec (Results 1 – 8 of 8) sorted by relevance
14 struct timespec { struct16 time_t tv_sec; /* Seconds since 00:00:00 GMT, */20 long tv_nsec; /* Additional nanoseconds since */
9 struct timespec { struct10 __kernel_time_t tv_sec; /* seconds */11 long tv_nsec; /* nanoseconds */
89 struct timespec { struct90 long ts_sec;114 struct timespec { argument115 time_t tv_sec; /* seconds */116 long tv_nsec; /* nanoseconds */
385 # define timespec rpl_timespec macro386 struct timespec struct391 # define GNULIB_defined_struct_timespec 1 argument
182 #define timespec dng_timespec macro
357 struct timespec struct359 __time_t tv_sec;360 long int tv_nsec;
1591 char timespec[64]; in rfbProcessFileTransfer() local