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

/haiku/src/system/libroot/posix/
H A Dglob.c104 #define RBRACKET ']' macro
286 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
290 * We could not find a matching RBRACKET.
314 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
318 * We could not find a matching RBRACKET.
461 g_strchr(qpatnext+1, RBRACKET) == NULL) {
474 (c = qpatnext[1]) != RBRACKET) {
479 } while ((c = *qpatnext++) != RBRACKET);

Completed in 72 milliseconds