Home
last modified time | relevance | path

Searched defs:ts_min (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/kdc/
H A Dkdc_util.h446 #define ts_min(a, b) (ts_after(a, b) ? (b) : (a)) macro
/freebsd/contrib/ntp/libntp/
H A Dsystime.c181 struct timespec ts_min; /* earliest permissible */ get_systime() local
/freebsd/contrib/nvi/vi/
H A Dvs_msg.c61 const struct timespec ts_min = { 0, 125000000 }; in vs_busy() local