Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dglob.c168 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
189 bufend = bufnext + MAXPATHLEN - 1;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)

Completed in 8 milliseconds