/openbsd/gnu/gcc/gcc/ |
H A D | libgcov.c | 171 size_t prefix_length; in gcov_exit() local 211 prefix_length = strlen(gcov_prefix); in gcov_exit() 214 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1])) in gcov_exit() 215 prefix_length--; in gcov_exit() 218 prefix_length = 0; in gcov_exit() 221 gi_filename = (char *) alloca (prefix_length + gcov_max_filename + 1); in gcov_exit() 222 if (prefix_length) in gcov_exit() 223 memcpy (gi_filename, gcov_prefix, prefix_length); in gcov_exit() 224 gi_filename_up = gi_filename + prefix_length; in gcov_exit()
|
H A D | pretty-print.c | 77 int prefix_length = pp->prefix ? strlen (pp->prefix) : 0; in pp_set_real_maximum_length() local 80 if (pp_line_cutoff (pp) - prefix_length < 32) in pp_set_real_maximum_length() 665 int prefix_length = strlen (pp->prefix); in pp_base_emit_prefix() local 666 pp_append_r (pp, pp->prefix, prefix_length); in pp_base_emit_prefix()
|
H A D | gcc.c | 5854 check_live_switch (int switchnum, int prefix_length) in check_live_switch() argument 5862 if (prefix_length >= 0 && prefix_length <= 1) in check_live_switch()
|
/openbsd/usr.bin/dig/lib/dns/ |
H A D | name.c | 1454 unsigned int nrem, labels, prefix_length, length; in dns_name_concatenate() local 1494 prefix_length = 0; in dns_name_concatenate() 1497 prefix_length = prefix->length; in dns_name_concatenate() 1498 length += prefix_length; in dns_name_concatenate() 1517 memmove(ndata + prefix_length, suffix->ndata, suffix->length); in dns_name_concatenate() 1526 memmove(ndata, prefix->ndata, prefix_length); in dns_name_concatenate()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
H A D | Bzip2.xs | 715 uInt prefix_length = 0; variable 761 prefix_length = cur_length = SvCUR(output) ; 819 s->bytesInflated = cur_length + increment - s->stream.avail_out - prefix_length; 824 SvCUR_set(output, prefix_length + s->bytesInflated) ;
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Zlib.xs | 1703 uInt prefix_length = 0; variable 1750 prefix_length = cur_length = SvCUR(output) ; 1853 s->bytesInflated = cur_length + increment - s->stream.avail_out - prefix_length; 1858 SvCUR_set(output, prefix_length + s->bytesInflated) ; 1868 (const Bytef*)SvPVX(output)+prefix_length, 1869 SvCUR(output)-prefix_length) ; 1873 (const Bytef*)SvPVX(output)+prefix_length, 1874 SvCUR(output)-prefix_length) ;
|
/openbsd/usr.bin/awk/ |
H A D | b.c | 1157 int prefix_length = reptok - basestr; /* prefix includes first rep */ in replace_repeat() local 1159 int size = prefix_length + suffix_length; in replace_repeat() 1175 memcpy(buf, basestr, prefix_length); /* copy prefix */ in replace_repeat() 1176 j = prefix_length; in replace_repeat() 1206 prestr = buf + prefix_length; in replace_repeat()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | diagnostic.c | 107 int prefix_length = buffer->state.prefix ? local 111 if (output_line_cutoff (buffer) - prefix_length < 32) 254 int prefix_length = strlen (buffer->state.prefix); local 255 output_append_r (buffer, buffer->state.prefix, prefix_length);
|
H A D | gcc.c | 5677 check_live_switch (switchnum, prefix_length) in check_live_switch() argument 5679 int prefix_length; 5687 if (prefix_length >= 0 && prefix_length <= 1)
|
H A D | ChangeLog.3 | 15374 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | install-info.c | 853 int prefix_length = strlen ("INFO-DIR-SECTION "); in parse_input() local 874 && !strncmp ("INFO-DIR-SECTION ", lines[i].start, prefix_length)) in parse_input() 878 next->name = copy_string (lines[i].start + prefix_length, in parse_input() 879 lines[i].size - prefix_length); in parse_input()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Args.cpp | 667 std::size_t prefix_length = original_args.size() - arg_string.size(); in SetFromString() local 677 m_arg_string_with_delimiter = original_args.take_front(prefix_length); in SetFromString()
|
/openbsd/usr.bin/dig/ |
H A D | dighost.c | 938 int prefix_length; in parse_netprefix() local 951 prefix_length = 0; in parse_netprefix() 955 if ((prefix_length = inet_net_pton(AF_INET6, value, in6, sizeof(*in6))) in parse_netprefix() 959 } else if ((prefix_length = inet_net_pton(AF_INET, value, in4, in parse_netprefix() 967 *plen = prefix_length; in parse_netprefix()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-bfd.h | 511 int prefix_length; member
|
H A D | elf.c | 2077 int prefix_len = special_sections[i].prefix_length; in get_special_section()
|
H A D | ChangeLog-0203 | 1217 type of prefix_length and suffix_length to int. Rename "attributes" 1225 prefix_length for all entries. Set suffix_length appropriately.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf-bfd.h | 515 int prefix_length; member
|
H A D | elf.c | 2397 int prefix_len = spec[i].prefix_length; in _bfd_elf_get_special_section()
|
H A D | ChangeLog-0203 | 1217 type of prefix_length and suffix_length to int. Rename "attributes" 1225 prefix_length for all entries. Set suffix_length appropriately.
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 571 && name[ssect->prefix_length] == '.' in obj_elf_change_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-elf.c | 619 && name[ssect->prefix_length] == '.' in obj_elf_change_section()
|