Searched defs:bufnext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c190 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local
207 bufnext = patbuf;
208 bufend = bufnext + MAXPATHLEN;
210 while (bufnext < bufend && (c = *patnext++) != EOS)
211 *bufnext++ = c;
214 while (bufnext < bufend && (c = *patnext++) != EOS)
220 *bufnext++ = c | M_PROTECT;
223 *bufnext++ = c;
225 *bufnext = EOS;
455 Char *bufnext, patbu local
[all...]

Completed in 44 milliseconds