Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dcollate.c193 (sizeof (collate_large_t) * info->large_count); in __collate_load_tables_l()
288 static collate_large_t *
294 collate_large_t *p; in largesearch()
295 collate_large_t *tab = table->large_pri_table; in largesearch()
319 collate_large_t *match; in _collate_lookup()
710 collate_large_t *match_large; in __collate_equiv_value()
792 collate_large_t *match; in __collate_collating_symbol()
859 collate_large_t *match; in __collate_equiv_class()
953 collate_large_t *match; in __collate_equiv_match()
H A Dcollate.h112 } collate_large_t; typedef
127 collate_large_t *large_pri_table;
/freebsd/usr.bin/localedef/
H A Dcollate.c1123 collate_large_t *large; in dump_collate()
1266 large = calloc(n, sizeof(collate_large_t)); in dump_collate()
1323 sz = sizeof (collate_large_t) * large_count; in dump_collate()