Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c188 const u_char *patnext; in glob() local
196 patnext = (const u_char *) pattern; in glob()
210 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
214 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
216 if ((c = *patnext++) == EOS) { in glob()
218 --patnext; in glob()