Lines Matching refs:pend
242 pt->pend = NULL;
332 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) {
346 if (pt->pend != NULL)
347 *pt->pend = '\0';
351 if (pt->pend != NULL)
352 *pt->pend = '/';
353 pt->pend = NULL;
360 if (pt->pend != NULL) {
361 *pt->pend = '/';
362 pt->pend = NULL;
455 } else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
492 fn_match(char *pattern, char *string, char **pend) argument
497 *pend = NULL;
517 *pend = string;
541 if (!fn_match(pattern, string, pend))