Symbol: _locale
include/ctype.h
62
typedef struct _locale *locale_t;
include/inttypes.h
66
typedef struct _locale *locale_t;
include/langinfo.h
94
typedef struct _locale *locale_t;
include/locale.h
109
extern struct _locale _lc_global_locale;
include/locale.h
114
extern const struct _locale _lc_C_locale;
include/locale.h
83
typedef struct _locale *locale_t;
include/locale.h
94
typedef struct _locale *locale_t;
include/monetary.h
50
typedef struct _locale *locale_t;
include/nl_types.h
94
typedef struct _locale *locale_t;
include/stdio.h
541
typedef struct _locale *locale_t;
include/stdlib.h
365
typedef struct _locale *locale_t;
include/string.h
50
typedef struct _locale *locale_t;
include/time.h
205
typedef struct _locale *locale_t;
include/uchar.h
114
struct _locale;
include/uchar.h
116
mbstate_t *__restrict, struct _locale *__restrict);
include/uchar.h
118
struct _locale *__restrict);
include/uchar.h
120
mbstate_t *__restrict, struct _locale *__restrict);
include/uchar.h
122
struct _locale *__restrict);
include/uchar.h
124
mbstate_t *__restrict, struct _locale *__restrict);
include/uchar.h
126
struct _locale *__restrict);
include/wchar.h
230
typedef struct _locale *locale_t;
include/wctype.h
79
typedef struct _locale *locale_t;
lib/libc/gdtoa/gdtoa.h
42
typedef struct _locale *locale_t;
lib/libc/include/extern.h
32
typedef struct _locale *locale_t;
lib/libc/locale/dummy_lc_template.h
36
struct _locale * __restrict locale)
lib/libc/locale/duplocale.c
45
struct _locale *dst;
lib/libc/locale/generic_lc_all.c
55
struct _locale * __restrict locale)
lib/libc/locale/generic_lc_template_decl.h
33
struct _locale * __restrict);
lib/libc/locale/global_locale.c
148
struct _locale _lc_global_locale = {
lib/libc/locale/global_locale.c
176
const struct _locale _lc_C_locale = {
lib/libc/locale/nb_lc_template.h
219
struct _locale * __restrict locale)
lib/libc/locale/newlocale.c
46
struct _locale *dst;
lib/libc/locale/setlocale_local.h
66
struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
74
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
76
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
78
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
80
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
82
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
84
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
86
const char * __restrict, struct _locale * __restrict);
lib/libc/locale/setlocale_local.h
94
static __inline struct _locale *
tests/lib/libc/gen/t_ctype.c
1014
test_##FN##_locale(locales[i], &FN##_wrapper); \
tests/lib/libc/gen/t_ctype.c
1027
test_##FN##_locale(locales[i], &FN); \