Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c164 static Char *g_strchr(const Char *, int);
254 while ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL) in globexp1()
498 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
1100 g_strchr(const Char *str, int ch) in g_strchr() function