Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dglob.c169 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
190 bufend = bufnext + MAXPATHLEN - 1;
192 while (bufnext < bufend && (c = *patnext++) != EOS)
196 while (bufnext < bufend && (c = *patnext++) != EOS)

Completed in 8 milliseconds