Home
last modified time | relevance | path

Searched refs:pstr (Results 1 – 2 of 2) sorted by relevance

/original-bsd/bin/pax/
H A Dpat_rep.c231 pt->pstr = str;
273 (void)fprintf(stderr, "%s\n", pt->pstr); in pat_chk()
348 if ((pt->pstr = strdup(arcn->name)) == NULL) {
363 pt->plen = strlen(pt->pstr);
369 if (*(pt->pstr + len) == '/') {
370 *(pt->pstr + len) = '\0';
458 (strncmp(pt->pstr, arcn->name, pt->plen) == 0))
460 } else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
H A Dpax.h138 char *pstr; /* pattern to match, user supplied */ member