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 460 const Char *qpatnext; local
464 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
469 while ((c = *qpatnext++) != EOS) {
472 c = *qpatnext;
474 ++qpatnext;
475 if (*qpatnext == EOS ||
476 g_strchr(qpatnext+1, RBRACKET) == NULL) {
479 --qpatnext;
485 c = *qpatnext++;
487 if (c == LBRACKET && *qpatnext == ':')
    [all...]

Completed in 2242 milliseconds