Symbol: _PREFIX
lib/libc/citrus/citrus_lc_template.h
33
_PREFIX(create_impl)(const char * __restrict root,
lib/libc/citrus/citrus_lc_template.h
56
ret = _PREFIX(init_normal)(data, db);
lib/libc/citrus/citrus_lc_template.h
60
ret = _PREFIX(init_fallback)(data, &ms);
lib/libc/citrus/citrus_lc_template_decl.h
35
_PREFIX(init_normal)(_CATEGORY_TYPE * __restrict,
lib/libc/citrus/citrus_lc_template_decl.h
39
_PREFIX(init_fallback)(_CATEGORY_TYPE * __restrict,
lib/libc/locale/dummy_lc_template.h
35
_PREFIX(setlocale)(const char * __restrict name,
lib/libc/locale/generic_lc_template_decl.h
32
const char * _PREFIX(setlocale)(const char * __restrict,
lib/libc/locale/nb_lc_template.h
111
_PREFIX(load_sub)(const char * __restrict name, const char * __restrict real,
lib/libc/locale/nb_lc_template.h
145
ret = _PREFIX(create_impl)((const char *)_PathLocale,
lib/libc/locale/nb_lc_template.h
173
_PREFIX(load)(const char * __restrict name,
lib/libc/locale/nb_lc_template.h
185
? _PREFIX(load_sub)(name, NULL, out_name, out_impl, \
lib/libc/locale/nb_lc_template.h
187
: _PREFIX(load_sub)(alias, name, out_name, out_impl, \
lib/libc/locale/nb_lc_template.h
196
ret = _PREFIX(load_sub)(name, NULL, out_name, out_impl, 0);
lib/libc/locale/nb_lc_template.h
218
_PREFIX(setlocale)(const char * __restrict name,
lib/libc/locale/nb_lc_template.h
233
if (_PREFIX(load)(name, &loaded_name, &loaded_impl))
lib/libc/locale/nb_lc_template.h
238
_PREFIX(update_global)(loaded_impl);
lib/libc/locale/nb_lc_template.h
93
#define _nb_part_t _PREFIX(part_t)
lib/libc/locale/nb_lc_template.h
94
#define _nb_part_cache _PREFIX(part_cache)
lib/libc/locale/nb_lc_template.h
95
#define _nb_mutex _PREFIX(mutex)
lib/libc/locale/nb_lc_template_decl.h
35
_PREFIX(create_impl)(const char * __restrict,
lib/libc/locale/nb_lc_template_decl.h
39
_PREFIX(update_global)(_CATEGORY_TYPE *);