Home | History | Annotate | Download | only in locale

Lines Matching defs:tail

58 	char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail;
68 tail = __UNCONST(strchr(tokens[1], '/'));
69 if (tail == NULL) {
73 *tail++ = '\0';
75 tokens[i] = (const char *)tail;
76 tail = __UNCONST(strchr(tokens[i], '/'));
77 if (tail == NULL)
79 *tail++ = '\0';
81 tokens[_LC_LAST - 1] = (const char *)tail;
82 tail = __UNCONST(strchr(tokens[i], '/'));
83 if (tail != NULL)