Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c186 const unsigned char *patnext; in glob() local
193 patnext = (const unsigned char *) pattern; in glob()
207 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
211 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
213 if ((c = *patnext++) == EOS) { in glob()
215 --patnext; in glob()