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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libbind/dist/bsd/
readv.c 29 int bytes = read(fd, vp->iov_base, vp->iov_len); local
31 if (bytes < 0)
33 count += bytes;
34 if (bytes != vp->iov_len)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-read-memory.c 1 static char bytes[256]; variable
9 for (i = 0; i < sizeof (bytes); i++)
11 bytes[i] = i;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-read-memory.c 1 static char bytes[256]; variable
9 for (i = 0; i < sizeof (bytes); i++)
11 bytes[i] = i;
  /src/tests/usr.bin/xlint/lint1/
msg_153.c 17 sixteen_bytes bytes; variable
47 take_pointer_to_sixteen_bytes(&bytes);
  /src/usr.sbin/mdconfig/
mdconfig.c 62 size_t blks, bytes; local
77 bytes = blks << DEV_BSHIFT;
78 if (num <= 0 || bytes >> DEV_BSHIFT != blks) {
81 md.md_size = bytes;
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
md5.h 34 * To compute the message digest of a chunk of bytes, declare an
36 * needed on buffers full of bytes, and then call MD5Final, which
64 isc_uint32_t bytes[2]; member in struct:__anon7415
  /src/external/gpl2/dtc/dist/tests/
appendprop1.c 34 uint8_t bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
49 CHECK(fdt_appendprop(fdt, 0, "prop-bytes", bytes, sizeof(bytes)));
appendprop2.c 34 uint8_t bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
43 CHECK(fdt_appendprop(fdt, 0, "prop-bytes", bytes, sizeof(bytes)));
  /src/crypto/external/apache2/openssl/dist/test/
cipherbytes_test.c 30 const unsigned char bytes[] = { 0x00 }; local
33 if (!TEST_int_eq(SSL_bytes_to_cipher_list(s, bytes, 0, 0, &sk, &scsv), 0)
49 const unsigned char bytes[] = { 0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00 };
52 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes),
74 const unsigned char bytes[] = { 0x00, 0x00, 0x35, 0x01, 0x00, 0x80,
78 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 1,
106 const unsigned char bytes[] = { 0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, local
110 if (!SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 0, &sk, &scsv
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
store-int.c 66 krb5_ssize_t bytes = _krb5_get_int64(buffer, &v64, size); local
68 return bytes;
  /src/crypto/external/bsd/openssl/dist/test/
cipherbytes_test.c 30 const unsigned char bytes[] = {0x00}; local
33 if (!TEST_int_eq(SSL_bytes_to_cipher_list(s, bytes, 0, 0, &sk, &scsv), 0)
49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00};
52 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes),
74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80,
78 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 1,
104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, local
108 if (!SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 0, &sk, &scsv
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rand.h 24 int (*bytes) (unsigned char *buf, int num); member in struct:rand_meth_st
59 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
61 int RAND_egd_bytes(const char *path, int bytes);
  /src/crypto/external/bsd/openssl.old/dist/test/
cipherbytes_test.c 30 const unsigned char bytes[] = {0x00}; local
33 if (!TEST_int_eq(SSL_bytes_to_cipher_list(s, bytes, 0, 0, &sk, &scsv), 0)
49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00};
52 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes),
74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80,
78 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 1,
104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, local
108 if (!SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 0, &sk, &scsv
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/
units.hpp 64 /// Representation of a bytes quantity.
66 /// The purpose of this class is to represent an amount of bytes in a semantic
72 class bytes { class in namespace:utils::units
73 /// Raw representation, in bytes, of the quantity.
77 bytes(void);
78 explicit bytes(const uint64_t);
80 static bytes parse(const std::string&);
87 std::istream& operator>>(std::istream&, bytes&);
88 std::ostream& operator<<(std::ostream&, const bytes&);
  /src/external/bsd/ntp/dist/libntp/
emalloc.c 49 msyslog(LOG_ERR, "fatal out of memory (%lu bytes)",
53 "fatal out of memory %s line %d (%lu bytes)",
129 size_t bytes; local
131 bytes = strlen(str) + 1;
132 copy = ereallocz(NULL, bytes, 0, FALSE
137 memcpy(copy, str, bytes);
  /src/external/bsd/openldap/dist/libraries/libldap/
fetch.c 112 size_t bytes; local
125 while( (bytes = fread( buffer, 1, sizeof(buffer), url )) != 0 ) {
126 char *newp = ber_memrealloc( p, total + bytes + 1 );
133 AC_MEMCPY( &p[total], buffer, bytes );
134 total += bytes;
  /src/external/mpl/bind/dist/lib/dns/
byaddr.c 44 const unsigned char *bytes; local
58 bytes = (const unsigned char *)(&address->type);
62 (unsigned int)bytes[3] & 0xffU,
63 (unsigned int)bytes[2] & 0xffU,
64 (unsigned int)bytes[1] & 0xffU,
65 (unsigned int)bytes[0] & 0xffU);
71 *cp++ = hex_digits[bytes[i] & 0x0f];
73 *cp++ = hex_digits[(bytes[i] >> 4) & 0x0f];
  /src/sys/arch/i386/stand/efiboot/
efichar.c 127 int c, bytes; local
139 bytes = 0;
148 if (bytes != 0)
152 bytes = 3;
155 bytes = 2;
158 bytes = 1;
161 bytes = 0;
165 if (bytes > 0) {
167 bytes--;
168 } else if (bytes == 0
    [all...]
  /src/sys/stand/efiboot/
efichar.c 127 int c, bytes; local
139 bytes = 0;
148 if (bytes != 0)
152 bytes = 3;
155 bytes = 2;
158 bytes = 1;
161 bytes = 0;
165 if (bytes > 0) {
167 bytes--;
168 } else if (bytes == 0
    [all...]
  /src/tests/fs/cd9660/
h_hexdump_r.c 44 static unsigned char prev_bytes[16], bytes[16], zeroes[16]; variable
69 bytes[i] = (unsigned char)strtoumax(
97 memcpy(prev_bytes, bytes, 16);
  /src/usr.sbin/makefs/ffs/
buf.c 151 size_t bytes; local
157 bytes = (size_t)bp->b_bcount;
160 (intmax_t)bp->b_blkno, (intmax_t) offset, bytes);
163 rv = write(bp->b_fs->fd, bp->b_data, bytes);
169 if (rv == (ssize_t)bytes)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
rand.h 42 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
108 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
110 int RAND_egd_bytes(const char *path, int bytes);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
detach.c 54 ssize_t bytes; local
132 bytes = read(pipefds[0], buf, sizeof(buf));
133 } while (bytes == -1 && errno == EINTR);
136 if (bytes == -1) {
146 if (bytes == 0) {
167 ssize_t bytes; local
196 bytes = write(pipefds[1], buf, sizeof(buf));
197 } while (bytes == -1 && errno == EINTR);
198 if (bytes == -1)
201 if (bytes != sizeof(buf)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
rand.h 42 int (*bytes) (unsigned char *buf, int num); member in struct:rand_meth_st
104 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
106 int RAND_egd_bytes(const char *path, int bytes);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnostic.cpp 69 int bytes = 0; local
73 ++bytes;
75 return bytes;
175 /// This function takes a raw source line and produces a mapping from the bytes
184 /// If a byte is the first in a sequence of bytes that together map to a single
186 /// column while the subsequent bytes will be -1.
195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
223 /// The last element in the array is the number of bytes in the source string
229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
269 int bytes() const { return m_columnToByte.back();
    [all...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>