Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local
214 bufnext = patbuf; in glob()
215 bufend = bufnext + MAXPATHLEN - 1; in glob()
219 while (bufnext <= bufend) { in glob()
227 *bufnext++ = wc; in glob()
233 while (bufnext <= bufend) { in glob()
236 *bufnext++ = QUOTE; in glob()
249 *bufnext++ = wc | prot; in glob()
255 *bufnext = EOS; in glob()
537 Char *bufnext, c, patbuf[MAXPATHLEN]; in glob0() local
[all …]