Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/inetd/
H A Dparse_v2.c935 char *count_str; in service_max_handler() local
943 count_str = next_value(values); in service_max_handler()
945 if (count_str == NULL) { in service_max_handler()
950 size_t count = (size_t)strtou(count_str, NULL, 10, 0, in service_max_handler()
954 ERR("Invalid service_max '%s': %s", count_str, in service_max_handler()
972 char *count_str; in ip_max_handler() local
980 count_str = next_value(values); in ip_max_handler()
982 if (count_str == NULL) { in ip_max_handler()
987 size_t count = (size_t)strtou(count_str, NULL, 10, 0, in ip_max_handler()
991 ERR("Invalid ip_max '%s': %s", count_str, strerror(rstatus)); in ip_max_handler()