Home | History | Annotate | Download | only in locale

Lines Matching defs:tail

47 	char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail;
65 tail = __UNCONST(strchr(tokens[0], '/'));
66 if (tail == NULL) {
75 *tail++ = '\0';
83 *tail++ = '\0';
84 tokens[i] = (const char *)tail;
85 tail = __UNCONST(strchr(tokens[i], '/'));
86 if (tail == NULL) {
91 *tail++ = '\0';
92 tokens[howmany] = tail;
93 tail = __UNCONST(strchr(tokens[howmany], '/'));
94 if (tail != NULL) {