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

/freebsd-10-stable/bin/pax/
H A Dpat_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)
1085 while ((dpt < destend) && ((c = *spt++) != '\0')) {
1120 if (len > (destend - dpt))
1121 len = destend - dpt;
1072 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest, char *destend) argument

Completed in 109 milliseconds