Home
last modified time | relevance | path

Searched refs:suffix_length (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_pax.c1396 size_t suffix_length = 99; in build_ustar_entry_name() local
1431 suffix_length--; in build_ustar_entry_name()
1439 suffix_length -= insert_length; in build_ustar_entry_name()
1440 if (filename_end > filename + suffix_length) in build_ustar_entry_name()
1441 filename_end = filename + suffix_length; in build_ustar_entry_name()
1443 suffix_length -= filename_end - filename; in build_ustar_entry_name()
1459 suffix_end = suffix + suffix_length; /* Enforce limit. */ in build_ustar_entry_name()
/NextBSD/contrib/gcc/
HDgcc.c4898 int suffix_length; in do_spec_1() local
4904 suffix_length = p - suffix; in do_spec_1()
4911 if (suffix_length == 0) in do_spec_1()
4916 = XNEWVEC (char, suffix_length in do_spec_1()
4918 strncpy (saved_suffix, suffix, suffix_length); in do_spec_1()
4919 strcpy (saved_suffix + suffix_length, in do_spec_1()
4922 suffix_length += strlen (TARGET_OBJECT_SUFFIX); in do_spec_1()
4935 temp_filename_length = basename_length + suffix_length; in do_spec_1()
4939 suffix_length); in do_spec_1()
4986 if (t->length == suffix_length in do_spec_1()
[all …]
/NextBSD/contrib/binutils/bfd/
HDelf-bfd.h530 int suffix_length; member
HDelf.c2472 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
HDChangeLog-02031217 type of prefix_length and suffix_length to int. Rename "attributes"
1225 prefix_length for all entries. Set suffix_length appropriately.
/NextBSD/contrib/binutils/gas/config/
HDobj-elf.c623 else if (ssect->suffix_length == -2 in obj_elf_change_section()