Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c1549 size_t suffix_length = 99; in build_ustar_entry_name() local
1584 suffix_length--; in build_ustar_entry_name()
1592 suffix_length -= insert_length; in build_ustar_entry_name()
1593 if (filename_end > filename + suffix_length) in build_ustar_entry_name()
1594 filename_end = filename + suffix_length; in build_ustar_entry_name()
1596 suffix_length -= filename_end - filename; in build_ustar_entry_name()
1612 suffix_end = suffix + suffix_length; /* Enforce limit. */ in build_ustar_entry_name()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c4728 int suffix_length; in do_spec_1() local
4734 suffix_length = p - suffix; in do_spec_1()
4741 if (suffix_length == 0) in do_spec_1()
4746 = XNEWVEC (char, suffix_length in do_spec_1()
4748 strncpy (saved_suffix, suffix, suffix_length); in do_spec_1()
4749 strcpy (saved_suffix + suffix_length, in do_spec_1()
4758 suffix_length += 3; in do_spec_1()
4767 = save_temps_length + suffix_length + 1; in do_spec_1()
4796 tmp[basename_length + suffix_length] = '\0'; in do_spec_1()
4845 if (t->length == suffix_length in do_spec_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c5395 int suffix_length; in do_spec_1() local
5401 suffix_length = p - suffix; in do_spec_1()
5409 if (suffix_length == 0) in do_spec_1()
5414 = XNEWVEC (char, suffix_length in do_spec_1()
5416 strncpy (saved_suffix, suffix, suffix_length); in do_spec_1()
5417 strcpy (saved_suffix + suffix_length, in do_spec_1()
5426 suffix_length += 3; in do_spec_1()
5435 = save_temps_length + suffix_length + 1; in do_spec_1()
5441 + suffix_length); in do_spec_1()
5514 if (t->length == suffix_length in do_spec_1()
[all …]
/dragonfly/contrib/awk/
H A Db.c1137 int suffix_length = strlen((const char *) reptok) - reptoklen; /* string after rep specifier */ in replace_repeat() local
1138 int size = prefix_length + suffix_length; in replace_repeat()
1176 memcpy(&buf[j], reptok+reptoklen, suffix_length); in replace_repeat()
1177 j += suffix_length; in replace_repeat()
/dragonfly/contrib/gdb-7/bfd/
H A Delf-bfd.h678 int suffix_length; member
H A Delf.c2228 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-bfd.h742 signed int suffix_length; member
H A Delf.c2696 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-bfd.h801 signed int suffix_length; member
H A Delf.c2827 suffix_len = spec[i].suffix_length; in _bfd_elf_get_special_section()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dobj-elf.c667 else if (ssect->suffix_length == -2 in obj_elf_change_section()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dobj-elf.c650 else if (ssect->suffix_length == -2 in obj_elf_change_section()