Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dglob.c176 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
197 bufend = bufnext + MAXPATHLEN - 1;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
203 while (bufnext < bufend && (c = *patnext++) != EOS)

Completed in 7 milliseconds