Lines Matching defs:tokens
59 const char *tokens[_LC_LAST], *s, *t;
67 tokens[1] = &head[0];
68 tail = __UNCONST(strchr(tokens[1], '/'));
71 tokens[i] = tokens[1];
75 tokens[i] = (const char *)tail;
76 tail = __UNCONST(strchr(tokens[i], '/'));
81 tokens[_LC_LAST - 1] = (const char *)tail;
82 tail = __UNCONST(strchr(tokens[i], '/'));
86 if ((*sl)(tokens[1], locale) != NULL)
96 if ((*sl)(tokens[i], locale) != NULL)