Home | History | Annotate | Download | only in pax

Lines Matching refs:pend

263 	pt->pend = NULL;
352 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) {
357 * WATCH IT, the code assumes that pt->pend points
366 if (pt->pend != NULL)
367 *pt->pend = '\0';
371 if (pt->pend != NULL)
372 *pt->pend = '/';
373 pt->pend = NULL;
380 if (pt->pend != NULL) {
381 *pt->pend = '/';
382 pt->pend = NULL;
475 } else if (fn_match(pt->pstr, arcn->name, &pt->pend,
510 * Note: *pend may be changed to show where the prefix ends.
514 fn_match(char *pattern, char *string, char **pend, int noglob)
519 *pend = NULL;
539 *pend = string;
567 if (!fn_match(pattern, string, pend, noglob))