HomeSort by: relevance | last modified time | path
    Searched defs:bufnext (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/gen/
glob.c 189 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; local in function:glob
205 bufnext = patbuf;
206 bufend = bufnext + MAXPATHLEN;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
209 *bufnext++ = c;
212 while (bufnext < bufend && (c = *patnext++) != EOS)
218 *bufnext++ = c | M_PROTECT;
221 *bufnext++ = c;
223 *bufnext = EOS;
483 Char *bufnext, patbuf[MAXPATHLEN+1] local in function:glob0
    [all...]

Completed in 13 milliseconds