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

/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c49 static struct dpv_file_node *dists = NULL; variable in typeref:struct:dpv_file_node
73 struct dpv_file_node *dist = dists;
108 dists = dist;
169 retval = dpv(config, dists);
172 while ((dist = dists) != NULL) {
173 dists = dist->next;
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn193 dists="$(DISTFILES)"; \
194 for file in $$dists; do \

Completed in 102 milliseconds