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

/freebsd-11-stable/include/xlocale/
H A D_langinfo.h37 typedef struct _xlocale *locale_t;
H A D_monetary.h34 typedef struct _xlocale *locale_t;
H A D_strings.h31 typedef struct _xlocale *locale_t;
H A D_string.h31 typedef struct _xlocale *locale_t;
H A D_time.h34 typedef struct _xlocale *locale_t;
H A D_uchar.h31 typedef struct _xlocale *locale_t;
H A D_locale.h48 typedef struct _xlocale *locale_t;
H A D_wchar.h34 typedef struct _xlocale *locale_t;
H A D_ctype.h44 typedef struct _xlocale *locale_t;
/freebsd-11-stable/lib/libc/locale/
H A Dxlocale_private.h84 struct _xlocale { struct
176 extern struct _xlocale __xlocale_global_locale;
177 extern struct _xlocale __xlocale_C_locale;
H A Dxlocale.c74 struct _xlocale __xlocale_global_locale = {
90 struct _xlocale __xlocale_C_locale = {
205 locale_t new = calloc(sizeof(struct _xlocale), 1);

Completed in 174 milliseconds