Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.c185 const u_char *patnext; in glob() local
190 patnext = (u_char *) pattern; in glob()
212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
216 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
218 if ((c = *patnext++) == EOS) { in glob()
220 --patnext; in glob()
/external/libxml2/
Dschematron.c103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */ member
434 ret->patnext = NULL; in xmlSchematronAddRule()
440 while (prev->patnext != NULL) in xmlSchematronAddRule()
441 prev = prev->patnext; in xmlSchematronAddRule()
442 prev->patnext = ret; in xmlSchematronAddRule()
1731 rule = rule->patnext; in xmlSchematronValidateDoc()