Symbol: htote
usr.bin/localedef/collate.c
1087
while (--n > 0 && (*s1++ = htote(*s2++)) != 0)
usr.bin/localedef/collate.c
1176
collinfo.undef_pri[i] = htote(COLLATE_MAX_PRIORITY);
usr.bin/localedef/collate.c
1178
collinfo.pri_count[i] = htote(nweight[i]);
usr.bin/localedef/collate.c
1181
collinfo.pri_count[NUM_WT] = htote(max_wide());
usr.bin/localedef/collate.c
1182
collinfo.undef_pri[NUM_WT] = htote(COLLATE_MAX_PRIORITY);
usr.bin/localedef/collate.c
1192
htote(get_weight(cc->ref[j], j));
usr.bin/localedef/collate.c
1197
htote(get_weight(pri_undefined[j], j));
usr.bin/localedef/collate.c
1204
chars[i].pri[NUM_WT] = htote(i);
usr.bin/localedef/collate.c
1229
st[n].key = htote(st[n].key);
usr.bin/localedef/collate.c
1231
st[n].pri[j] = htote(get_weight(sb->ref[j],
usr.bin/localedef/collate.c
1255
chain[n].pri[i] = htote(get_weight(ce->ref[i], i));
usr.bin/localedef/collate.c
1286
large[i].pri.pri[j] = htote(pri);
usr.bin/localedef/collate.c
1290
large[i].val = htote(cc->wc);
usr.bin/localedef/collate.c
1302
collinfo.subst_count[i] = htote(subst_count[i]);
usr.bin/localedef/collate.c
1303
collinfo.chain_count = htote(chain_count);
usr.bin/localedef/collate.c
1304
collinfo.large_count = htote(large_count);
usr.bin/localedef/ctype.c
327
rl.maplower[wc] = htote(wc);
usr.bin/localedef/ctype.c
328
rl.mapupper[wc] = htote(wc);
usr.bin/localedef/ctype.c
420
rl.runetype[wc] = htote(ctn->ctype);
usr.bin/localedef/ctype.c
422
rl.maplower[wc] = htote(ctn->tolower);
usr.bin/localedef/ctype.c
424
rl.mapupper[wc] = htote(ctn->toupper);
usr.bin/localedef/ctype.c
430
ct[runetype_ext_nranges - 1].max = htote(wc);
usr.bin/localedef/ctype.c
434
ct[runetype_ext_nranges - 1].min = htote(wc);
usr.bin/localedef/ctype.c
435
ct[runetype_ext_nranges - 1].max = htote(wc);
usr.bin/localedef/ctype.c
437
htote(ctn->ctype);
usr.bin/localedef/ctype.c
444
lo[maplower_ext_nranges - 1].max = htote(wc);
usr.bin/localedef/ctype.c
449
lo[maplower_ext_nranges - 1].min = htote(wc);
usr.bin/localedef/ctype.c
450
lo[maplower_ext_nranges - 1].max = htote(wc);
usr.bin/localedef/ctype.c
452
htote(ctn->tolower);
usr.bin/localedef/ctype.c
460
up[mapupper_ext_nranges-1].max = htote(wc);
usr.bin/localedef/ctype.c
465
up[mapupper_ext_nranges - 1].min = htote(wc);
usr.bin/localedef/ctype.c
466
up[mapupper_ext_nranges - 1].max = htote(wc);
usr.bin/localedef/ctype.c
468
htote(ctn->toupper);
usr.bin/localedef/ctype.c
473
rl.runetype_ext_nranges = htote(runetype_ext_nranges);
usr.bin/localedef/ctype.c
474
rl.maplower_ext_nranges = htote(maplower_ext_nranges);
usr.bin/localedef/ctype.c
475
rl.mapupper_ext_nranges = htote(mapupper_ext_nranges);
usr.bin/localedef/localedef.h
81
uint32_t htote(uint32_t);