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

/freebsd-13-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c46 char * portdir; member in struct:port
153 p->portdir = strdup2(strsep(&line, "|"));
176 /* Returns -1, 0, or 1 based on a comparison of the portdir strings */
219 (portcompare(pp[i]->portdir, pp[2 * pos + 1]->portdir) < 0))
222 (portcompare(pp[i]->portdir, pp[2 * pos + 2]->portdir) < 0))
246 r = portcompare(pp[mid]->portdir, name);
264 p->edep[i].p = findport(pp, 0, pplen, p->edep[i].name, p->portdir);
266 p->pdep[i].p = findport(pp, 0, pplen, p->pdep[i].name, p->portdir);
[all...]

Completed in 51 milliseconds