g_strchr
static wcat_t *g_strchr(const wcat_t *, wchar_t);
if ((ptr = (const wcat_t *) g_strchr(ptr, LBRACE)) != NULL)
if ((colon = g_strchr(pattern, COLON)) == NULL ||
g_strchr(qpatnext+1, RBRACKET) == NULL) {