Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/lib/libc/port/regex/
H A Dglob.c130 #define RBRACKET ']' macro
342 for (pm = pe++; pe->w_wc != RBRACKET && in globexp2()
368 for (pl = pm++; pm->w_wc != RBRACKET && pm->w_wc != EOS; in globexp2()
512 colon[1].w_wc != RBRACKET) in g_charclass()
587 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
617 if (a == 0 && c == RBRACKET) in glob0()
627 qpatnext[1].w_wc != RBRACKET) { in glob0()
637 } while (a != 0 || c != RBRACKET); in glob0()