Searched refs:gconv_module_ext (Results 1 – 2 of 2) sorted by relevance
60 static const char gconv_module_ext[] = MODULE_EXT; variable307 if (wp - module < (ptrdiff_t) sizeof (gconv_module_ext) in add_module()308 || memcmp (wp - sizeof (gconv_module_ext), gconv_module_ext, in add_module()309 sizeof (gconv_module_ext)) != 0) in add_module()311 need_ext = sizeof (gconv_module_ext) - 1; in add_module()345 memcpy (tmp - 1, gconv_module_ext, sizeof (gconv_module_ext)); in add_module()
248 static const char gconv_module_ext[] = MODULE_EXT; variable545 memcpy (tmp - 1, gconv_module_ext, need_ext + 1); in new_module()637 if ((size_t) (wp - module) < sizeof (gconv_module_ext) in add_module()638 || memcmp (wp - sizeof (gconv_module_ext), gconv_module_ext, in add_module()639 sizeof (gconv_module_ext)) != 0) in add_module()641 need_ext = sizeof (gconv_module_ext) - 1; in add_module()