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

1 2 3 4 5 6

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_ietfatt.c 20 * octets OCTET STRING,
33 ASN1_OCTET_STRING *octets; member in union:OSSL_IETF_ATTR_SYNTAX_VALUE_st::__anon375
46 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.octets, ASN1_OCTET_STRING),
132 return val->u.octets;
167 val->u.octets = data;
  /src/external/bsd/ntp/dist/libntp/
strdup.c 20 size_t octets; local
24 octets = strlen(s) + 1;
25 if ((cp = malloc(octets)) == NULL)
27 memcpy(cp, s, octets);
socktohost.c 38 size_t octets; local
99 octets = min(sizeof(addr), ai->ai_addrlen);
100 memcpy(&addr, ai->ai_addr, octets);
ntp_rfc2553.c 176 size_t octets; local
193 octets = elements * (sizeof(*ai_cpy) + sizeof(*psau));
194 octets += canons_octets;
196 dst = erealloczsite(NULL, octets, 0, TRUE, caller_file,
227 ENSURE(pcanon == ((char *)dst + octets));
ntp_worker.c 138 size_t octets; local
152 octets = new_alloc * each;
153 blocking_children = erealloc_zero(blocking_children, octets,
176 req_hdr.octets = sizeof(req_hdr) + reqsize;
222 resp->octets = respsize;
256 resp->octets - sizeof(*resp),
  /src/external/gpl3/binutils/dist/opcodes/
dis-buf.c 37 size_t octets = (memaddr - info->buffer_vma) * opb; local
46 memcpy (myaddr, info->buffer + octets, length);
  /src/external/gpl3/binutils.old/dist/opcodes/
dis-buf.c 37 size_t octets = (memaddr - info->buffer_vma) * opb; local
46 memcpy (myaddr, info->buffer + octets, length);
  /src/external/gpl3/gdb/dist/opcodes/
dis-buf.c 37 size_t octets = (memaddr - info->buffer_vma) * opb; local
46 memcpy (myaddr, info->buffer + octets, length);
  /src/external/gpl3/gdb.old/dist/opcodes/
dis-buf.c 37 size_t octets = (memaddr - info->buffer_vma) * opb; local
46 memcpy (myaddr, info->buffer + octets, length);
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
dir.c 64 size_t octets; local
74 octets = strlen(dirname) + 1;
75 if (octets + 2 > sizeof(dir->dirname))
78 strlcpy(dir->dirname, dirname, octets);
110 size_t octets; local
125 octets = strlen(entry->d_name) + 1;
126 if (sizeof(dir->entry.name) < octets)
129 strlcpy(dir->entry.name, entry->d_name, octets);
  /src/external/bsd/libbind/dist/inet/
inet_pton.c 88 int saw_digit, octets, ch; local
92 octets = 0;
106 if (++octets > 4)
111 if (octets == 4)
118 if (octets < 4)
  /src/external/bsd/nsd/dist/compat/
inet_pton.c 95 int saw_digit, octets, ch; local
99 octets = 0;
111 if (++octets > 4)
116 if (octets == 4)
123 if (octets < 4)
  /src/external/bsd/nsd/dist/simdzone/src/generic/
base16.h 249 if ((uintptr_t)rdata->limit - (uintptr_t)rdata->octets < length)
251 if (!base16_stream_decode(&state, token->data, token->length, rdata->octets, &length))
253 rdata->octets += length;
258 *rdata->octets++ = state.carry;
273 if ((uintptr_t)rdata->limit - (uintptr_t)rdata->octets < length)
275 if (!base16_decode(token->data, token->length, rdata->octets, &length))
277 rdata->octets += length;
290 return (void)(*rdata->octets++ = 0), 0;
293 uint8_t *octets = rdata->octets++ local
    [all...]
ip6.h 48 int saw_digit, octets, ch; local
53 octets = 0;
65 if (++octets > 4)
70 if (octets == 4)
77 if (octets < 4)
197 if ((size_t)inet_pton6(token->data, rdata->octets) != token->length)
199 rdata->octets += 16;
format.h 35 memcpy(rdata->octets, &code, 2);
36 rdata->octets += 2;
55 switch (scan_name(token->data, token->length, rdata->octets, &length)) {
57 rdata->octets += length;
68 memcpy(rdata->octets + length, parser->file->origin.octets, parser->file->origin.length);
69 rdata->octets += length + parser->file->origin.length;
81 uint8_t *octets = parser->file->owner.octets; local
88 switch (scan_name(token->data, token->length, octets, &length))
121 uint8_t *octets = rdata->octets + 1; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/
inet_pton.c 87 int saw_digit, octets, ch; local
91 octets = 0;
105 if (++octets > 4)
110 if (octets == 4)
117 if (octets < 4)
  /src/external/bsd/ntp/dist/ntpd/
refclock_as2201.c 237 size_t octets; local
338 octets = strlen(stat_command[up->index]);
339 if ((int)(up->lastptr - up->stats + 1 + octets) > SMAX - 2)
342 memcpy(up->lastptr, stat_command[up->index], octets);
343 up->lastptr += octets - 1;
  /src/external/bsd/unbound/dist/compat/
inet_pton.c 99 int saw_digit, octets, ch; local
103 octets = 0;
115 if (++octets > 4)
120 if (octets == 4)
127 if (octets < 4)
  /src/external/gpl3/binutils/dist/bfd/
elf32-s12z.c 49 bfd_size_type octets = (reloc_entry->address local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets);
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets);
elfxx-loongarch.c 2347 bfd_size_type octets = reloc_entry->address local
2350 input_section, octets))
2406 bfd_size_type octets = (reloc_entry->address local
2409 input_section, octets))
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-s12z.c 49 bfd_size_type octets = (reloc_entry->address local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets);
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets);
elfxx-loongarch.c 2118 bfd_size_type octets = reloc_entry->address local
2121 input_section, octets))
2177 bfd_size_type octets = (reloc_entry->address local
2180 input_section, octets))
  /src/external/gpl3/gdb/dist/bfd/
elf32-s12z.c 49 bfd_size_type octets = (reloc_entry->address local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets);
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-s12z.c 49 bfd_size_type octets = (reloc_entry->address local
51 bfd_vma result = bfd_get_24 (abfd, (unsigned char *) data + octets);
66 bfd_put_24 (abfd, result, (unsigned char *) data + octets);
  /src/external/ibm-public/postfix/dist/src/dnsblog/
dnsblog.c 153 ARGV *octets; local
192 octets = argv_split(addr, ".");
193 for (i = octets->argc - 1; i >= 0; i--) {
194 vstring_strcat(query, octets->argv[i]);
197 argv_free(octets);

Completed in 41 milliseconds

1 2 3 4 5 6