Lines Matching defs:to
18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
53 struct timespec ts, to, te;
69 to = ts;
72 printf("started: %lld.%09ld sec\n", (long long)to.tv_sec,
73 to.tv_nsec);
84 timespecsub(&te, &to, &to);
86 (long long)to.tv_sec, to.tv_nsec);