Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/localedef/
Dctype.c476 if ((wr_category(&rl, sizeof (rl), f) < 0) || in dump_ctype()
477 (wr_category(ct, sizeof (*ct) * runetype_ext_nranges, f) < 0) || in dump_ctype()
478 (wr_category(lo, sizeof (*lo) * maplower_ext_nranges, f) < 0) || in dump_ctype()
479 (wr_category(up, sizeof (*up) * mapupper_ext_nranges, f) < 0)) { in dump_ctype()
Dcollate.c1301 if ((wr_category(vers, COLLATE_STR_LEN, f) < 0) || in dump_collate()
1302 (wr_category(&collinfo, sizeof (collinfo), f) < 0) || in dump_collate()
1303 (wr_category(&chars, sizeof (chars), f) < 0)) { in dump_collate()
1309 if (wr_category(subst[i], sz, f) < 0) { in dump_collate()
1314 if (wr_category(chain, sz, f) < 0) { in dump_collate()
1318 if (wr_category(large, sz, f) < 0) { in dump_collate()
Dlocaledef.h64 int wr_category(void *, size_t, FILE *);
Dlocaledef.c213 wr_category(void *buf, size_t sz, FILE *f) in wr_category() function