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

/freebsd-12-stable/bin/pax/
H A Dpat_rep.c863 char *outpt; local
885 outpt = nname;
886 endpt = outpt + PAXPATHLEN;
918 while ((inpt < rpt) && (outpt < endpt))
919 *outpt++ = *inpt++;
920 if (outpt == endpt)
930 if ((res = resub(pt->rcmp,pt->nstr,outpt,endpt)) < 0) {
932 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
940 outpt += res;
958 if ((outpt
[all...]

Completed in 86 milliseconds