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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c103 #define CHAR_RBRACKET ']' macro
258 for (pm = pe++; *pe != CHAR_RBRACKET && *pe != CHAR_EOS; pe++)
262 * We could not find a matching CHAR_RBRACKET.
286 for (pl = pm++; *pm != CHAR_RBRACKET && *pm != CHAR_EOS; pm++)
290 * We could not find a matching CHAR_RBRACKET.
423 g_strchr(qpatnext+1, CHAR_RBRACKET) == NULL) {
436 (c = qpatnext[1]) != CHAR_RBRACKET) {
441 } while ((c = *qpatnext++) != CHAR_RBRACKET);

Completed in 63 milliseconds