HomeSort by: relevance | last modified time | path
    Searched defs:module_len (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/
read.c 172 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; local
176 if ((p = malloc(module_len + opt_len)) == NULL)
181 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len);
182 memcpy(p + module_len, reader_options, opt_len);
write.c 156 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; local
160 if ((p = malloc(module_len + opt_len)) == NULL)
165 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len);
166 memcpy(p + module_len, writer_options, opt_len);
188 size_t module_len = sizeof(IGNORE_WRONG_MODULE_NAME) - 1; local
192 if ((p = malloc(module_len + opt_len)) == NULL)
197 memcpy(p, IGNORE_WRONG_MODULE_NAME, module_len);
198 memcpy(p + module_len, reader_options, opt_len);
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ar.c 279 int module_len = strlen (module); local
280 char *newarg = (char *)xmalloc (module_len + 3);
284 memcpy (newarg + 1, module, module_len);
286 l = 1 + module_len;
287 if (module_len > 4
288 && strcmp (&module[module_len - 4], ".obj") == 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ar.c 279 int module_len = strlen (module); local
280 char *newarg = (char *)xmalloc (module_len + 3);
284 memcpy (newarg + 1, module, module_len);
286 l = 1 + module_len;
287 if (module_len > 4
288 && strcmp (&module[module_len - 4], ".obj") == 0)
  /src/external/gpl3/binutils/dist/bfd/
mach-o.c 4345 unsigned int module_len = wide ? 56 : 52; local
4349 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4373 if (bfd_read (buf, module_len, abfd) != module_len)
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.c 4344 unsigned int module_len = wide ? 56 : 52; local
4348 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4372 if (bfd_read (buf, module_len, abfd) != module_len)
  /src/external/gpl3/gdb/dist/bfd/
mach-o.c 4342 unsigned int module_len = wide ? 56 : 52; local
4346 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4370 if (bfd_read (buf, module_len, abfd) != module_len)
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.c 4351 unsigned int module_len = wide ? 56 : 52; local
4355 || cmd->nmodtab > (filesize - cmd->modtaboff) / module_len)
4379 if (bfd_read (buf, module_len, abfd) != module_len)

Completed in 58 milliseconds