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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 191 const char *patnext; local
198 patnext = pattern;
220 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
228 patnext += clen;
234 if (*patnext == '\\') {
235 if (*++patnext == '\0') {
242 clen = mbrtowc(&wc, patnext, MB_LEN_MAX, &mbs);
250 patnext += clen;
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 188 const u_char *patnext; local
196 patnext = (const u_char *) pattern;
210 while (bufnext < bufend && (c = *patnext++) != EOS)
214 while (bufnext < bufend && (c = *patnext++) != EOS)
216 if ((c = *patnext++) == EOS) {
218 --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 89 milliseconds