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

/freebsd-10.2-release/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c47 static struct dpv_file_node *dists = NULL; variable in typeref:struct:dpv_file_node
71 struct dpv_file_node *dist = dists;
106 dists = dist;
167 retval = dpv(config, dists);
170 while ((dist = dists) != NULL) {
171 dists = dist->next;
/freebsd-10.2-release/contrib/dialog/po/
H A Dmakefile.inn193 dists="$(DISTFILES)"; \
194 for file in $$dists; do \

Completed in 43 milliseconds