Searched refs:bufend (Results 1 – 1 of 1) sorted by relevance
168 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local189 bufend = bufnext + MAXPATHLEN - 1;191 while (bufnext < bufend && (c = *patnext++) != EOS)195 while (bufnext < bufend && (c = *patnext++) != EOS)
Completed in 5 milliseconds