Home
last modified time | relevance | path

Searched refs:SM_MICROS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dnotify.h20 #define SM_MICROS 1000000L macro
29 timeout.tv_sec = (long) (tmo / SM_MICROS); \
30 timeout.tv_usec = tmo % SM_MICROS; \
H A Dt-notify.c118 r = sm_notify_rcv(buf, sizeof(buf), 5 * SM_MICROS);