Home
last modified time | relevance | path

Searched full:written (Results 1 – 25 of 7408) sorted by relevance

12345678910>>...297

/openbsd-src/lib/libcbor/src/cbor/
H A Dserialization.c168 size_t written = cbor_serialize(item, *buffer, serialized_size); in cbor_serialize_alloc() local
169 CBOR_ASSERT(written == serialized_size); in cbor_serialize_alloc()
171 return written; in cbor_serialize_alloc()
211 size_t written = cbor_encode_bytestring_start(length, buffer, buffer_size); in cbor_serialize_bytestring() local
212 if (written > 0 && (buffer_size - written >= length)) { in cbor_serialize_bytestring()
213 memcpy(buffer + written, cbor_bytestring_handle(item), length); in cbor_serialize_bytestring()
214 return written + length; in cbor_serialize_bytestring()
220 size_t written = cbor_encode_indef_bytestring_start(buffer, buffer_size); in cbor_serialize_bytestring() local
221 if (written == 0) return 0; in cbor_serialize_bytestring()
226 chunks[i], buffer + written, buffer_size - written); in cbor_serialize_bytestring()
[all …]
/openbsd-src/lib/libcrypto/bio/
H A Db_dump.c5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
33 * "This product includes cryptographic software written by
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
83 int bytes_per_line, dumped, printed, trailing, written; in BIO_dump_indent() local
135 if ((written = BIO_printf(bio, "%*s%04x - ", indent, "", in BIO_dump_indent()
138 if (printed > INT_MAX - written) in BIO_dump_indent()
140 printed += written; in BIO_dump_indent()
158 if ((written = BIO_printf(bio, "%02x%c", u8, sep)) < 0) in BIO_dump_indent()
160 if (printed > INT_MAX - written) in BIO_dump_indent()
[all …]
/openbsd-src/lib/libssl/man/
H A DSSL_write.35 .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>
29 .\" prior written permission. For written permission, please contact
33 .\" nor may "OpenSSL" appear in their names without prior written
64 .Fn SSL_write_ex "SSL *ssl" "const void *buf" "size_t num" "size_t *written"
80 stores the number of bytes written in
81 .Pf * Fa written .
151 pair, data must be written into or retrieved out of the BIO before being able
159 have been written.
193 written to the TLS connection or, if
195 is in use, at least one application data byte has been written
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr.c72 This routine's code is actually written by a utility called FINI, itself
73 written specifically for the Gnu Fortran project. FINI takes an input
96 This routine's code is actually written by a utility called FINI, itself
97 written specifically for the Gnu Fortran project. FINI takes an input
118 This routine's code is actually written by a utility called FINI, itself
119 written specifically for the Gnu Fortran project. FINI takes an input
140 This routine's code is actually written by a utility called FINI, itself
141 written specifically for the Gnu Fortran project. FINI takes an input
162 This routine's code is actually written by a utility called FINI, itself
163 written specifically for the Gnu Fortran project. FINI takes an input
[all …]
/openbsd-src/lib/libcrypto/man/
H A DASN1_put_object.364 and is written to the two most significant bits of the first byte written.
72 of the first byte written to 0.
76 of the first byte written to 1, and use the definite form.
85 it is written to the five least significant bits
86 of the only identifier byte written.
99 the special byte 0x80 is written instead and the
105 is set to the byte following the last byte written.
136 returns the number of bytes written, which is always 2.
222 If the calling code wants to find out how many bytes were written,
H A DBIO_new_CMS.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
26 .\" prior written permission. For written permission, please contact
30 .\" nor may "OpenSSL" appear in their names without prior written
70 The output of the filter is written to
72 Any data written to the chain is automatically translated
80 After all content has been written through the chain,
101 If no additional data needs to be written,
105 Any content written through the filter is used verbatim:
H A DX509_NAME_get_index_by_NID.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
149 nothing is written, but the return value is calculated as usual.
156 bytes will be written and the text written to
164 byte, no data will be written and the call will return failure.
202 return the length of the output UTF-8 string written, not counting the
H A DEVP_PKEY_decrypt.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
93 then the maximum size of the output buffer is written to the
105 If the call is successful, the decrypted data is written to
107 and the amount of data written to
161 /* Decrypted data is outlen bytes written to buffer out */
H A DEVP_PKEY_encrypt.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
93 then the maximum size of the output buffer is written to the
105 If the call is successful, the encrypted data is written to
107 and the amount of data written to
169 /* Encrypted data is outlen bytes written to buffer out */
H A DEVP_PKEY_verify_recover.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
93 then the maximum size of the output buffer is written to the
105 If the call is successful, recovered data is written to
107 and the amount of data written to
174 /* Recovered data is routlen bytes written to buffer rout */
H A DEVP_PKEY_sign.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
93 then the maximum size of the output buffer is written to the
105 If the call is successful, the signature is written to
107 and the amount of data written to
175 /* Signature is siglen bytes written to buffer sig */
H A DEVP_DigestSignInit.35 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
28 .\" prior written permission. For written permission, please contact
32 .\" nor may "OpenSSL" appear in their names without prior written
154 then the maximum size of the output buffer is written to
165 If the call is successful, the signature is written to
167 and the amount of data written to
H A DEVP_PKEY_derive.321 .\" The original file was written by Dr. Stephen Henson <steve@openssl.org>.
44 .\" prior written permission. For written permission, please contact
48 .\" nor may "OpenSSL" appear in their names without prior written
149 then the maximum size of the output buffer is written to the
161 If the call is successful, the shared secret is written to
163 and the amount of data written to
237 /* Shared secret is skey bytes written to buffer skey */
H A DASN1_item_d2i.322 .\" The original file was written by Dr. Stephen Henson <steve@openssl.org>.
44 .\" prior written permission. For written permission, please contact
48 .\" nor may "OpenSSL" appear in their names without prior written
225 and increments it to point after the data just written.
237 is not incremented, but points to the start of the data just written.
243 the encoded bytes are not written anywhere but discarded.
247 find the number of bytes that will be written.
293 the pointer is also written to
302 return the number of bytes written
439 to point after the data just written.
H A DEVP_SealInit.34 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
27 .\" prior written permission. For written permission, please contact
31 .\" nor may "OpenSSL" appear in their names without prior written
110 written.
117 The actual size of each encrypted secret key is written to the array
126 parameter is a buffer where the generated IV is written to.
/openbsd-src/usr.sbin/nsd/
H A Dbuffer.c110 int written; in buffer_printf() local
118 written = vsnprintf((char *) buffer_current(buffer), remaining, in buffer_printf()
121 if (written >= 0 && (size_t) written >= remaining) { in buffer_printf()
122 buffer_reserve(buffer, written + 1); in buffer_printf()
124 written = vsnprintf((char *) buffer_current(buffer), in buffer_printf()
129 buffer->_position += written; in buffer_printf()
130 return written; in buffer_printf()
/openbsd-src/usr.bin/vi/docs/internals/
H A Dopenmode17 lines, or the last line in the edit buffer has been written. A
19 display divided by two or 40 ``-'' characters shall be written
20 immediately before and after the specified is written. These two
21 lines shall count against the total number of lines to be written.
22 A blank line shall be written after the last line is written.
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h48 /// \returns a success error code if the data was successfully written,
56 /// \returns a success error code if the data was successfully written,
79 /// \returns a success error code if the data was successfully written,
86 /// \returns a success error code if the data was successfully written,
95 /// \returns a success error code if the data was successfully written,
103 /// \returns a success error code if the data was successfully written,
111 /// \returns a success error code if the data was successfully written,
119 /// \returns a success error code if the data was successfully written,
127 /// \returns a success error code if the data was successfully written,
143 /// \returns a success error code if the data was successfully written,
[all …]
/openbsd-src/lib/libcrypto/err/
H A Derr_local.h5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
33 * "This product includes cryptographic software written by
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
80 * prior written permission. For written permission, please contact
84 * nor may "OpenSSL" appear in their names without prior written
106 * This product includes cryptographic software written by Eric Young
107 * (eay@cryptsoft.com). This product includes software written by Tim
/openbsd-src/lib/libcrypto/
H A Dmem_dbg.c
/openbsd-src/usr.bin/openssl/
H A Dapps_posix.c4 * This package is an SSL implementation written
6 * The implementation was written so as to conform with Netscapes SSL.
32 * "This product includes cryptographic software written by
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
79 * prior written permission. For written permission, please contact
83 * nor may "OpenSSL" appear in their names without prior written
87 * nor may "OpenSSL" appear in their names without prior written
109 * This product includes cryptographic software written by Eric Young
110 * (eay@cryptsoft.com). This product includes software written by Tim
/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dtell.t105 my $written = tempfile();
108 open($tst,">$written") || die "Cannot open $written:$!";
123 open($tst,"+>>$written") || die "Cannot open $written:$!";
148 open($tst,">$written") || die "Cannot open $written:$!";
151 open($tst,">>$written") || die "Cannot open $written:$!";
/openbsd-src/lib/libssl/
H A Dsrtp.h5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
33 * "This product includes cryptographic software written by
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
80 * prior written permission. For written permission, please contact
84 * nor may "OpenSSL" appear in their names without prior written
106 * This product includes cryptographic software written by Eric Young
107 * (eay@cryptsoft.com). This product includes software written by Tim
H A DLICENSE42 * prior written permission. For written permission, please contact
46 * nor may "OpenSSL" appear in their names without prior written
68 * This product includes cryptographic software written by Eric Young
69 * (eay@cryptsoft.com). This product includes software written by Tim
80 * This package is an SSL implementation written
82 * The implementation was written so as to conform with Netscapes SSL.
108 * "This product includes cryptographic software written by
114 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/openbsd-src/lib/libcurses/
H A Dscr_dump.526 .\" sale, use or other dealings in this Software without prior written *
70 A \*(``magic number\*('' is written to the beginning of the dump file,
97 The screen dumps are written in textual form,
117 The \fBWINDOW\fP structure was written in binary form.
120 which were written as an array of binary data following the \fBWINDOW\fP.
148 In the mid-1990s when the X/Open Curses document was written,
157 for applications originally written to be compiled on systems
195 the magic number is written with the high-order byte first, e.g.,
201 written in binary format.
234 Unlike ncurses6, the contents of the window are written piecemeal,
[all …]

12345678910>>...297