HomeSort by: relevance | last modified time | path
    Searched defs:prefix_length (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gnulib/import/
dirname-lgpl.c 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); local
37 /* Advance prefix_length beyond important leading slashes. */
38 prefix_length += (prefix_length != 0
40 && ISSLASH (file[prefix_length]))
49 prefix_length < length; length--)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirname-lgpl.c 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); local
37 /* Advance prefix_length beyond important leading slashes. */
38 prefix_length += (prefix_length != 0
40 && ISSLASH (file[prefix_length]))
49 prefix_length < length; length--)
  /src/external/bsd/libarchive/dist/libarchive/test/
test_compat_gtar_large.c 143 int prefix_length; member in struct:my_reader
161 return reader->prefix_length;
  /src/external/gpl2/xcvs/dist/lib/
dirname.c 38 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); local
42 for (length = base_name (file) - file; prefix_length < length; length--)
47 return prefix_length + ISSLASH (file[prefix_length]);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver-system.c 215 size_t prefix_length; local
234 prefix_length = gcov_prefix ? strlen (gcov_prefix) : 0;
237 if (prefix_length && IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
238 prefix_length--;
242 if (!prefix_length && gf->strip)
245 prefix_length = 1;
249 if (prefix_length)
251 gf->prefix = (char *) xmalloc (prefix_length + 1);
252 char *p = (char *) memcpy (gf->prefix, gcov_prefix, prefix_length);
302 size_t prefix_length = gf->prefix ? strlen (gf->prefix) : 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver-system.c 215 size_t prefix_length; local
234 prefix_length = gcov_prefix ? strlen (gcov_prefix) : 0;
237 if (prefix_length && IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
238 prefix_length--;
242 if (!prefix_length && gf->strip)
245 prefix_length = 1;
249 if (prefix_length)
251 gf->prefix = (char *) xmalloc (prefix_length + 1);
252 char *p = (char *) memcpy (gf->prefix, gcov_prefix, prefix_length);
301 size_t prefix_length = gf->prefix ? strlen (gf->prefix) : 0; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 46 int prefix_length; member in struct:omr_prefix
73 omr_prefix_t *NULLABLE omr_prefix_create(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags,
196 omr_watcher_prefix_add(omr_watcher_t *NONNULL watcher, const void *NONNULL data, int prefix_length, omr_prefix_priority_t priority);
204 omr_watcher_prefix_remove(omr_watcher_t *NONNULL watcher, const void *NONNULL data, int prefix_length);
route-tracker.c 66 int UNUSED prefix_length, int UNUSED priority, int UNUSED domain_id, bool UNUSED stable,
70 int UNUSED prefix_length, int UNUSED priority);
78 int prefix_length; member in struct:prefix_tracker
120 prefix_tracker_create(struct in6_addr *prefix_bits, int prefix_length, uint32_t preferred_lifetime, uint32_t valid_lifetime)
129 prefix->prefix_length = prefix_length;
214 SEGMENTED_IPv6_ADDR_PARAM_SRP(&prefix->prefix, prefix_buf), prefix->prefix_length);
320 SEGMENTED_IPv6_ADDR_PARAM_SRP(&prefix->prefix, prefix_buf), prefix->prefix_length);
322 NULL, &prefix->prefix, prefix->prefix_length, 0);
326 SEGMENTED_IPv6_ADDR_PARAM_SRP(&prefix->prefix, prefix_buf), prefix->prefix_length);
    [all...]
omr-publisher.c 170 SEGMENTED_IPv6_ADDR_PARAM_SRP(prefix->prefix.s6_addr, prefix_buf), prefix->prefix_length);
331 omr_publisher_send_dhcp_event(omr_publisher_t *publisher, struct in6_addr *prefix, int prefix_length, uint32_t preferred_lifetime)
347 SEGMENTED_IPv6_ADDR_PARAM_SRP(prefix->s6_addr, prefix_buf), prefix_length, preferred_lifetime);
350 publisher->new_dhcp_prefix_length = prefix_length;
433 omr_publisher_prefix_init_from_published(omr_publisher_t *publisher, struct in6_addr *prefix, int *prefix_length)
437 *prefix_length = publisher->published_prefix->prefix_length;
440 *prefix_length = 64;
448 int prefix_length; local
453 omr_publisher_prefix_init_from_published(publisher, &prefix, &prefix_length);
495 int prefix_length; local
    [all...]
cti-services.h 71 int prefix_length; member in struct:_cti_prefix
145 int prefix_length; member in struct:_cti_route
490 cti_prefix_create_(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp,
492 #define cti_prefix_create(prefix, prefix_length, metric, flags, rloc, stable, ncp) \
493 cti_prefix_create_(prefix, prefix_length, metric, flags, rloc, stable, ncp, __FILE__, __LINE__)
867 prefix, prefix_length, on_mesh, preferred, slaac, stable, priority) \
868 cti_add_prefix_(server, context, callback, client_queue, prefix, prefix_length, \
872 struct in6_addr *NONNULL prefix, int prefix_length, bool on_mesh, bool preferred, bool slaac,
898 #define cti_remove_prefix(server, context, callback, client_queue, prefix, prefix_length) \
899 cti_remove_prefix_(server, context, callback, client_queue, prefix, prefix_length, __FILE__, __LINE__
    [all...]
  /src/external/bsd/tcpdump/dist/
print-rpki-rtr.c 59 nd_uint8_t prefix_length; member in struct:rpki_rtr_pdu_ipv4_prefix_
72 nd_uint8_t prefix_length; member in struct:rpki_rtr_pdu_ipv6_prefix_
268 GET_U_1(pdu->prefix_length), GET_U_1(pdu->max_length),
283 GET_U_1(pdu->prefix_length), GET_U_1(pdu->max_length),
print-rsvp.c 1112 u_char prefix_length; local
1120 prefix_length = GET_U_1(obj_tptr + 6);
1121 if (prefix_length != 32) {
1123 prefix_length);
print-bgp.c 1600 u_int offset, prefix_length; local
1616 prefix_length = GET_U_1(pptr + offset);
1621 if (prefix_length > max_prefix_length) {
1624 /* Add 1 for the prefix_length byte and prefix_length to cover the address */
1625 offset += 1 + ((prefix_length + 7) / 8);
1638 prefix_length = GET_U_1(pptr + offset);
1640 * If the prefix_length is zero (0.0.0.0/0)
1644 if (prefix_length < 1 || prefix_length > max_prefix_length)
    [all...]
  /src/external/gpl2/texinfo/dist/util/
install-info.c 868 int prefix_length = strlen ("INFO-DIR-SECTION ");
889 && !strncmp ("INFO-DIR-SECTION ", lines[i].start, prefix_length))
893 next->name = copy_string (lines[i].start + prefix_length,
894 lines[i].size - prefix_length);
855 int prefix_length = strlen ("INFO-DIR-SECTION "); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.h 323 unsigned char prefix_length; member in struct:i386_tc_frag_data
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.h 330 unsigned char prefix_length; member in struct:i386_tc_frag_data
360 (FRAGP)->tc_frag_data.prefix_length = 0; \
  /src/external/historical/nawk/dist/
b.c 1155 int prefix_length = reptok - basestr; /* prefix includes first rep */ local
1157 int size = prefix_length + suffix_length;
1173 memcpy(buf, basestr, prefix_length); /* copy prefix */
1174 j = prefix_length;
1204 prestr = buf + prefix_length;
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 829 int prefix_length = pp->prefix ? strlen (pp->prefix) : 0; local
832 if (pp_line_cutoff (pp) - prefix_length < 32)
2057 int prefix_length = strlen (pp->prefix); local
2058 pp_append_r (pp, pp->prefix, prefix_length);
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.cc 793 int prefix_length = pp->prefix ? strlen (pp->prefix) : 0; local
796 if (pp_line_cutoff (pp) - prefix_length < 32)
1643 int prefix_length = strlen (pp->prefix); local
1644 pp_append_r (pp, pp->prefix, prefix_length);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 2057 unsigned int nrem, labels, prefix_length, length; local
2105 prefix_length = 0;
2108 prefix_length = prefix->length;
2109 length += prefix_length;
2129 memmove(ndata + prefix_length, suffix->ndata, suffix->length);
2138 memmove(ndata, prefix->ndata, prefix_length);
  /src/external/mpl/bind/dist/lib/dns/
name.c 1587 unsigned int prefix_length; local
1624 prefix_length = name->length;
1626 dns_compress_name(cctx, target, name, &prefix_length, &suffix_coff);
1628 prefix_length = name->length;
1637 if (name_coff != NULL && here < 0x4000 && prefix_length > 1) {
1641 if (prefix_length > 0) {
1642 if (isc_buffer_availablelength(target) < prefix_length) {
1645 memmove(isc_buffer_used(target), name->ndata, prefix_length); local
1646 isc_buffer_add(target, prefix_length);
1650 if (name_coff != NULL && prefix_length == 0)
1666 unsigned int nrem, labels, prefix_length, length; local
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 959 uint32_t prefix_length = 0xffffffff; local
976 prefix_length = 0;
983 result = isc_parse_uint32(&prefix_length, slash + 1, 10);
994 if (prefix_length > 128) {
995 prefix_length = 128;
1000 if (prefix_length > 32) {
1001 prefix_length = 32;
1015 if (prefix_length > 32) {
1016 prefix_length = 32;
1025 sa->length = prefix_length;
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 133 static size_t prefix_length; variable
2263 path = xmalloc (prefix_length + 1 + strlen (filename));
2265 if (prefix_length)
2266 memcpy (path, prefix, prefix_length);
2267 path_up = path + prefix_length;
6122 prefix_length = strlen (prefix);
6124 while (IS_DIR_SEPARATOR (prefix[prefix_length - 1]))
6125 prefix_length--;
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 133 static size_t prefix_length; variable
2272 path = xmalloc (prefix_length + 1 + strlen (filename));
2274 if (prefix_length)
2275 memcpy (path, prefix, prefix_length);
2276 path_up = path + prefix_length;
6133 prefix_length = strlen (prefix);
6135 while (IS_DIR_SEPARATOR (prefix[prefix_length - 1]))
6136 prefix_length--;
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 940 unsigned int prefix_length;
945 > 0 means name must start with the first PREFIX_LENGTH chars of
938 unsigned int prefix_length; member in struct:bfd_elf_special_section

Completed in 108 milliseconds

1 2