Home
last modified time | relevance | path

Searched defs:N_TO_READ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c179 #define N_TO_READ(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x)) in evutil_read_file_() macro
181 #define N_TO_READ(x) (x) in evutil_read_file_() macro
/freebsd/contrib/libevent/
H A Devutil.c179 #define N_TO_READ(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x)) in evutil_read_file_() macro
181 #define N_TO_READ(x) (x) in evutil_read_file_() macro