Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c98 #define RBRACKET ']' macro
279 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
304 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
494 g_strchr(qpatnext+1, RBRACKET) == NULL) {
516 if (c == RBRACKET)
521 (c = qpatnext[1]) != RBRACKET) {
526 } while ((c = *qpatnext++) != RBRACKET);
/freebsd/lib/libc/gen/
H A Dglob-compat11.c87 #define RBRACKET L']' macro
298 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
324 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
518 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
531 (c = qpatnext[1]) != RBRACKET) { in glob0()
536 } while ((c = *qpatnext++) != RBRACKET); in glob0()
H A Dglob.c119 #define RBRACKET L']' macro
330 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
356 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
550 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
563 (c = qpatnext[1]) != RBRACKET) { in glob0()
568 } while ((c = *qpatnext++) != RBRACKET); in glob0()
/freebsd/contrib/tcsh/
H A Dglob.c115 #define RBRACKET ']' macro
372 Strchr(qpatnext + 1, RBRACKET) == NULL) { in glob()
386 (c = qpatnext[1]) != RBRACKET) { in glob()
391 } while ((c = *qpatnext++) != RBRACKET); in glob()