Searched defs:qpatnext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c452 const Char *qpatnext; local
460 if ((qpatnext = globtilde(pattern, patbuf, sizeof(patbuf),
467 while ((c = *qpatnext++) != EOS) {
470 c = *qpatnext;
472 ++qpatnext;
473 if (*qpatnext == EOS ||
474 g_strchr(qpatnext+1, RBRACKET) == NULL) {
477 --qpatnext;
483 c = *qpatnext++;
486 if (*qpatnext
[all...]

Completed in 4111 milliseconds