Home
last modified time | relevance | path

Searched refs:__collate_load_tables_l (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/locale/
H A Dcollate.c66 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table);
88 if (__collate_load_tables_l(encoding, table) != _LDP_LOADED) { in __collate_load()
101 return (__collate_load_tables_l(encoding, &__xlocale_global_collate)); in __collate_load_tables()
105 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() function