Home
last modified time | relevance | path

Searched refs:timespec_subtract (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dnetio.c166 timespec_subtract(&relative, netio_current_time(netio)); in netio_dispatch()
H A Dutil.h311 void timespec_subtract(struct timespec *left, const struct timespec *right);
H A Dutil.c499 timespec_subtract(struct timespec *left, in timespec_subtract() function