Searched refs:strtab (Results 1 – 4 of 4) sorted by relevance
/iconv/ |
A D | gconv_cache.c | 149 const char *strtab; in find_module_idx() local 154 strtab = (char *) gconv_cache + header->string_offset; in find_module_idx() 249 const char *strtab; in __gconv_lookup_cache() local 262 strtab = (char *) gconv_cache + header->string_offset; in __gconv_lookup_cache() 327 if (strtab[extra->module[idx].dir_offset] != '\0') in __gconv_lookup_cache() 333 strtab + extra->module[idx].name_offset, in __gconv_lookup_cache() 345 __gconv_get_builtin_trans (strtab in __gconv_lookup_cache() 382 if (strtab[from_module->todir_offset] != '\0') in __gconv_lookup_cache() 386 strtab + from_module->toname_offset, in __gconv_lookup_cache() 416 if (strtab[to_module->fromdir_offset] != '\0') in __gconv_lookup_cache() [all …]
|
A D | iconvconfig.c | 276 static struct Strtab *strtab; variable 303 strtab = strtabinit (); in main() 437 newp->froment = strtabadd (strtab, newp->fromname, fromlen); in new_alias() 438 newp->toent = strtabadd (strtab, newp->toname, tolen); in new_alias() 558 new_module->fromname_strent = strtabadd (strtab, new_module->fromname, in new_module() 560 new_module->toname_strent = strtabadd (strtab, new_module->toname, in new_module() 562 new_module->filename_strent = strtabadd (strtab, new_module->filename, in new_module() 564 new_module->directory_strent = strtabadd (strtab, directory, dirlen); in new_module() 782 tsearch (new_name ("INTERNAL", strtabadd (strtab, "INTERNAL", in generate_name_list() 836 name_info[0].canonical_strent = strtabadd (strtab, "INTERNAL", in generate_name_info() [all …]
|
A D | iconv_prog.c | 717 const char *strtab; in insert_cache() local 722 strtab = (char *) header + header->string_offset; in insert_cache() 728 const char *str = strtab + hashtab[cnt].string_offset; in insert_cache()
|
A D | Makefile | 36 iconvconfig-modules = strtab xmalloc xasprintf xstrdup hash-string
|
Completed in 11 milliseconds