Home
last modified time | relevance | path

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

/NextBSD/bin/pax/
HDpat_rep.c861 char *outpt; local
883 outpt = nname;
884 endpt = outpt + PAXPATHLEN;
916 while ((inpt < rpt) && (outpt < endpt))
917 *outpt++ = *inpt++;
918 if (outpt == endpt)
928 if ((res = resub(pt->rcmp,pt->nstr,outpt,endpt)) < 0) {
930 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
938 outpt += res;
956 if ((outpt == endpt) || (*inpt == '\0'))
[all …]