Home
last modified time | relevance | path

Searched refs:patnext (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dglob.c170 const u_char *patnext; in glob() local
175 patnext = (u_char *) pattern; in glob()
195 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
199 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
201 if ((c = *patnext++) == EOS) { in glob()
203 --patnext; in glob()
/external/libxml2/
Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member
432 ret->patnext = NULL; in xmlSchematronAddRule()
438 while (prev->patnext != NULL) in xmlSchematronAddRule()
439 prev = prev->patnext; in xmlSchematronAddRule()
440 prev->patnext = ret; in xmlSchematronAddRule()
1729 rule = rule->patnext; in xmlSchematronValidateDoc()