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

  /src/lib/libc/gen/
glob.c 383 globtilde(const Char **qpatnext, const Char *pattern, Char *patbuf,
402 *qpatnext = pattern;
463 *qpatnext = patbuf;
480 const Char *qpatnext; local in function:glob0
488 if ((error = globtilde(&qpatnext, pattern, patbuf, sizeof(patbuf),
495 while ((c = *qpatnext++) != EOS) {
498 c = *qpatnext;
500 ++qpatnext;
501 if (*qpatnext == EOS ||
502 g_strchr(qpatnext+1, RBRACKET) == NULL)
    [all...]

Completed in 11 milliseconds