Searched defs:tv_sec (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/warp/
H A Dwarp.c120 time_t tv_sec; member in struct:timespec
511 WARP_ABS(tv->tv_sec);
627 if (p->warped || !state.factor || !tv || !tv->tv_sec && !tv->tv_usec)
630 if (x.tv_sec)
632 UNWARP_REL(x.tv_sec);
633 if (x.tv_sec)
889 UNWARP_ABS(tb[i].tv_sec);
957 UNWARP_ABS(tb[i].tv_sec);
1025 UNWARP_ABS(tb[i].tv_sec);
1748 WARP_ABS(tv->tv_sec);
[all...]

Completed in 14 milliseconds