HomeSort by relevance Sort by last modified time
    Searched full:qpatnext (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
glob.c 473 const Char *qpatnext; local
477 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
482 while ((c = *qpatnext++) != EOS) {
485 c = *qpatnext;
487 ++qpatnext;
488 if (*qpatnext == EOS ||
489 g_strchr(qpatnext+1, RBRACKET) == NULL) {
492 --qpatnext;
498 c = *qpatnext++;
500 if (c == LBRACKET && *qpatnext == ':')
    [all...]

Completed in 515 milliseconds