Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difupdown.c180 int n_matches; member
928 currmap->match = xrealloc_vector(currmap->match, 4, currmap->n_matches); in read_interfaces()
929 currmap->match[currmap->n_matches++] = xstrdup(first_word); in read_interfaces()
1462 for (i = 0; i < currmap->n_matches; i++) { in ifupdown_main()