Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c118 #define RBRACKET ']' macro
290 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
322 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
498 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
511 (c = qpatnext[1]) != RBRACKET) { in glob0()
516 } while ((c = *qpatnext++) != RBRACKET); in glob0()
1034 case RBRACKET: in glob_pattern_p()