Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c123 #define RBRACKET L']' macro
334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
360 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
555 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
568 (c = qpatnext[1]) != RBRACKET) { in glob0()
573 } while ((c = *qpatnext++) != RBRACKET); in glob0()