Home
last modified time | relevance | path

Searched refs:strtaboffset (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/iconv/
Diconvconfig.c273 extern size_t strtaboffset (struct Strent *se);
994 hash_table[idx].string_offset = strtaboffset (name->strent); in name_insert()
1063 strtaboffset (name_info[n].canonical_strent); in write_output()
1073 strtaboffset (name_info[n].from_internal->directory_strent); in write_output()
1075 strtaboffset (name_info[n].from_internal->filename_strent); in write_output()
1086 strtaboffset (name_info[n].to_internal->directory_strent); in write_output()
1088 strtaboffset (name_info[n].to_internal->filename_strent); in write_output()
1119 strtaboffset (runp->module->directory_strent); in write_output()
1121 strtaboffset (runp->module->filename_strent); in write_output()
Dstrtab.c85 extern size_t strtaboffset (struct Strent *se);
335 strtaboffset (struct Strent *se) in strtaboffset() function