Searched refs:_xlocale (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h75 size_t, __darwin_mbstate_t * __restrict, struct _xlocale *);
76 int (*__mbsinit)(const __darwin_mbstate_t *, struct _xlocale *);
78 size_t, size_t, __darwin_mbstate_t * __restrict, struct _xlocale *);
80 __darwin_mbstate_t * __restrict, struct _xlocale *);
82 size_t, size_t, __darwin_mbstate_t * __restrict, struct _xlocale *);
121 struct _xlocale { struct
158 struct _xlocale *__lc_numeric_loc;
191 extern struct _xlocale __global_locale;
H A Dxlocale.c43 static struct _xlocale __c_locale = C_LOCALE_INITIALIZER;
45 struct _xlocale __global_locale = C_LOCALE_INITIALIZER;
89 memcpy(&dst->__magic, &src->__magic, sizeof(*dst) - offsetof(struct _xlocale, __magic));
104 if ((new = (locale_t)malloc(sizeof(struct _xlocale))) == NULL)
124 bzero(&new->__mbs_mblen, offsetof(struct _xlocale, __magic)
125 - offsetof(struct _xlocale, __mbs_mblen));
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dxlocale.h33 struct _xlocale; /* forward reference */
34 typedef struct _xlocale * locale_t;
37 #include <_xlocale.h>
H A Dstdlib.h107 #include <_xlocale.h>
/macosx-10.10.1/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh44 _xlocale.h

Completed in 79 milliseconds