Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c85 #define RBRACKET ']' macro
260 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
287 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
441 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
454 (c = qpatnext[1]) != RBRACKET) {
459 } while ((c = *qpatnext++) != RBRACKET);
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c117 #define RBRACKET ']' macro
329 for (pm = pe++; pe->w_wc != RBRACKET && in globexp2()
355 for (pl = pm++; pm->w_wc != RBRACKET && pm->w_wc != EOS; in globexp2()
499 colon[1].w_wc != RBRACKET) in g_charclass()
574 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
604 if (a == 0 && c == RBRACKET) in glob0()
614 qpatnext[1].w_wc != RBRACKET) { in glob0()
624 } while (a != 0 || c != RBRACKET); in glob0()