Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDpat_rep.c1023 resub(regexp *prog, char *src, char *dest, char *destend) argument
1033 while ((dpt < destend) && ((c = *spt++) != '\0')) {
1052 if (len > (destend - dpt))
1053 len = destend - dpt;
1073 char *destend) argument
1085 while ((dpt < destend) && ((c = *spt++) != '\0')) {
1120 if (len > (destend - dpt))
1121 len = destend - dpt;