Home
last modified time | relevance | path

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

/iconv/
A Dgconv_cache.c288 const struct extra_entry *extra; in __gconv_lookup_cache() local
295 while (extra->module_cnt != 0 in __gconv_lookup_cache()
296 && extra->module[extra->module_cnt - 1].outname_offset != toidx) in __gconv_lookup_cache()
297 extra = (const struct extra_entry *) ((char *) extra in __gconv_lookup_cache()
299 + (extra->module_cnt in __gconv_lookup_cache()
302 if (extra->module_cnt != 0) in __gconv_lookup_cache()
308 *nsteps = extra->module_cnt; in __gconv_lookup_cache()
310 (struct __gconv_step *) malloc (extra->module_cnt in __gconv_lookup_cache()
333 strtab + extra->module[idx].name_offset, in __gconv_lookup_cache()
346 + extra->module[idx].name_offset, in __gconv_lookup_cache()
[all …]
A Diconvconfig.c1104 struct extra_entry *extra; in write_output() local
1107 extra = (struct extra_entry *) cur_extra_table; in write_output()
1109 extra->module_cnt = 0; in write_output()
1115 extra->module[extra->module_cnt].outname_offset = in write_output()
1118 extra->module[extra->module_cnt].dir_offset = in write_output()
1120 extra->module[extra->module_cnt].name_offset = in write_output()
1122 ++extra->module_cnt; in write_output()
A DMakefile37 extra-objs = $(iconv_prog-modules:=.o) $(iconvconfig-modules:=.o)

Completed in 10 milliseconds