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

/external/avahi/avahi-daemon/
H A Dglob.c443 const Char *qpatnext; local
448 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
453 while ((c = *qpatnext++) != EOS) {
456 c = *qpatnext;
458 ++qpatnext;
459 if (*qpatnext == EOS ||
460 g_strchr(qpatnext+1, RBRACKET) == NULL) {
463 --qpatnext;
469 c = *qpatnext++;
472 if (*qpatnext
[all...]

Completed in 84 milliseconds