Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/sntp/libevent/
Devdns.c3371 strtoint_clipped(const char *const str, int min, int max) in strtoint_clipped() function
3471 const int maxtimeout = strtoint_clipped(val, 1, 255); in evdns_base_set_option_impl()
3478 const int maxinflight = strtoint_clipped(val, 1, 65000); in evdns_base_set_option_impl()