Searched refs:strtoint_clipped (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3371 strtoint_clipped(const char *const str, int min, int max) function
3471 const int maxtimeout = strtoint_clipped(val, 1, 255);
3478 const int maxinflight = strtoint_clipped(val, 1, 65000);
/freebsd-12-stable/contrib/libevent/
H A Devdns.c3372 strtoint_clipped(const char *const str, int min, int max) function
3472 const int maxtimeout = strtoint_clipped(val, 1, 255);
3479 const int maxinflight = strtoint_clipped(val, 1, 65000);

Completed in 104 milliseconds