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

/freebsd-13-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c52 int ndists = 0; local
62 ndists++;
63 ndists++; /* Last one */
65 urls = calloc(ndists, sizeof(const char *));
75 for (i = 0; i < ndists; i++) {
90 nfetched = fetch_files(ndists, urls);
95 for (i = 0; i < ndists; i++)
99 return ((nfetched == ndists) ? EXIT_SUCCESS : EXIT_FAILURE);

Completed in 104 milliseconds