Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c452 const Char *qpatnext; in glob0() local
460 if ((qpatnext = globtilde(pattern, patbuf, sizeof(patbuf), in glob0()
467 while ((c = *qpatnext++) != EOS) { in glob0()
470 c = *qpatnext; in glob0()
472 ++qpatnext; in glob0()
473 if (*qpatnext == EOS || in glob0()
474 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
477 --qpatnext; in glob0()
483 c = *qpatnext++; in glob0()
486 if (*qpatnext == RANGE && in glob0()
[all …]