Searched refs:__xlocale_st_collate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h60 struct __xlocale_st_collate { struct
149 struct __xlocale_st_collate *__lc_collate;
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c78 struct __xlocale_st_collate *TMP;
79 static struct __xlocale_st_collate *cache = NULL;
156 i = sizeof(struct __xlocale_st_collate)
161 if ((TMP = (struct __xlocale_st_collate *)malloc(i)) == NULL) {
182 i -= offsetof(struct __xlocale_st_collate, __char_pri_table);

Completed in 126 milliseconds