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

/freebsd-10-stable/bin/pax/
H A Dpat_rep.c64 static PATTERN *pathead = NULL; /* file pattern match list head */ variable
248 if (pathead == NULL) {
249 pattail = pathead = pt;
273 for (pt = pathead; pt != NULL; pt = pt->fow) {
310 if ((pathead == NULL) || ((pt = arcn->pat) == NULL))
387 pt = pathead;
388 ppt = &pathead;
430 if (pathead == NULL) {
439 pt = pathead;

Completed in 47 milliseconds