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

  /external/openssh/openbsd-compat/
glob.c 180 const u_char *patnext; local
188 patnext = (u_char *) pattern;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
212 while (bufnext < bufend && (c = *patnext++) != EOS)
214 if ((c = *patnext++) == EOS) {
216 --patnext;
  /external/libxml2/
schematron.c 103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member in struct:_xmlSchematronRule
434 ret->patnext = NULL;
440 while (prev->patnext != NULL)
441 prev = prev->patnext;
442 prev->patnext = ret;
    [all...]

Completed in 363 milliseconds