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

  /external/avahi/avahi-daemon/
glob.c 174 const char *patnext; local
181 patnext = pattern;
203 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
209 patnext += clen;
215 if (*patnext == QUOTE) {
216 if (*++patnext == EOS) {
223 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
229 patnext += clen;
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 186 const unsigned char *patnext; local
193 patnext = (const unsigned char *) pattern;
207 while (bufnext < bufend && (c = *patnext++) != EOS)
211 while (bufnext < bufend && (c = *patnext++) != EOS)
213 if ((c = *patnext++) == EOS) {
215 --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 1336 milliseconds