Lines Matching defs:frl
213 _FileRuneLocale frl;
233 if (fread(&frl, sizeof(frl), 1, fp) != 1)
235 if (memcmp(frl.frl_magic, _RUNE_MAGIC_1, sizeof(frl.frl_magic)))
238 runetype_nranges = ntohl(frl.frl_runetype_ext.frr_nranges);
239 maplower_nranges = ntohl(frl.frl_maplower_ext.frr_nranges);
240 mapupper_nranges = ntohl(frl.frl_mapupper_ext.frr_nranges);
241 var_len = ntohl((uint32_t)frl.frl_variable_len);
266 rl->rl_variable_len = ntohl((uint32_t)frl.frl_variable_len);
269 rl->rl_runetype[x] = ntohl(frl.frl_runetype[x]);
272 rl->rl_maplower[x] = ntohl((uint32_t)frl.frl_maplower[x]);
273 rl->rl_mapupper[x] = ntohl((uint32_t)frl.frl_mapupper[x]);