Searched refs:s4 (Results 1 – 2 of 2) sorted by relevance
21 _cleanup_free_ char *s4 = NULL, *s6 = NULL; in routes_max() local27 if (sysctl_read_ip_property(AF_INET, NULL, "route/max_size", &s4) >= 0) in routes_max()28 if (safe_atou(s4, &val4) >= 0 && val4 == 2147483647U) in routes_max()
503 s4[] = ""; in TEST() local509 assert_se(streq(delete_trailing_chars(s4, "/"), "")); in TEST()