Home
last modified time | relevance | path

Searched refs:written (Results 26 – 50 of 1244) sorted by relevance

12345678910>>...50

/freebsd/tools/test/stress2/misc/
H A Dsocketpair4.sh105 off_t rd, written;
130 written = 0;
137 written += n;
143 if (written != st.st_size)
145 (int)written, (int)st.st_size);
H A Dsendfile15.sh114 off_t written, pos;
143 NULL, &written, 0);
148 pos += written;
163 written = st.st_size - pos;
164 n = read(sv[1], buf + pos, written);
H A Dsendfile17.sh112 off_t written, pos;
144 NULL, &written, 0);
152 pos += written;
167 written = st.st_size - pos;
170 n = read(sv[1], buf + pos, written);
H A Dsendfile21.sh126 off_t i, j, k __unused, rd, written, pos;
173 NULL, &written, 0);
176 if (written != st.st_size)
178 (int)written);
179 pos += written;
H A Dsendfile22.sh118 off_t i, j, rd, written, pos;
191 pos, NULL, &written, 0);
194 if (written != st.st_size)
196 (int)written);
197 pos += written;
/freebsd/usr.sbin/mpsutil/
H A Dmps_flash.c52 ssize_t written = 0, ret = 0; in flash_save() local
98 while (written != size) { in flash_save()
99 if ((ret = write(fd, firmware_buffer + written, size - written)) <0) { in flash_save()
106 written += ret; in flash_save()
/freebsd/contrib/xz/
H A DAUTHORS8 Major parts of liblzma are based on code written by Igor Pavlov,
12 The SHA-256 implementation in liblzma is based on code written by
16 versions were written by Jean-loup Gailly, Charles Levert, and
20 The initial version of the threaded .xz decompressor was written
23 The initial version of the .lz (lzip) decoder was written
/freebsd/crypto/openssl/test/
H A Dasynciotest.c128 size_t written = 0; in async_write() local
160 written += SSL3_RT_HEADER_LENGTH; in async_write()
225 written++; in async_write()
241 if ((int)written < inl) { in async_write()
242 ret = BIO_write(next, in + written, inl - written); in async_write()
248 ret += written; in async_write()
/freebsd/lib/libc/tests/nss/
H A Dgetproto_test.c167 int written; in sdump_protoent() local
169 written = snprintf(buffer, buflen, "%s %d", in sdump_protoent()
171 buffer += written; in sdump_protoent()
172 if (written > (int)buflen) in sdump_protoent()
174 buflen -= written; in sdump_protoent()
179 written = snprintf(buffer, buflen, " %s", *cp); in sdump_protoent()
180 buffer += written; in sdump_protoent()
181 if (written > (int)buflen) in sdump_protoent()
183 buflen -= written; in sdump_protoent()
H A Dgetrpc_test.c166 int written; in sdump_rpcent() local
168 written = snprintf(buffer, buflen, "%s %d", in sdump_rpcent()
170 buffer += written; in sdump_rpcent()
171 if (written > (int)buflen) in sdump_rpcent()
173 buflen -= written; in sdump_rpcent()
178 written = snprintf(buffer, buflen, " %s", *cp); in sdump_rpcent()
179 buffer += written; in sdump_rpcent()
180 if (written > (int)buflen) in sdump_rpcent()
182 buflen -= written; in sdump_rpcent()
H A Dgetserv_test.c172 int written; in sdump_servent() local
174 written = snprintf(buffer, buflen, "%s %d %s", in sdump_servent()
176 buffer += written; in sdump_servent()
177 if (written > (int)buflen) in sdump_servent()
179 buflen -= written; in sdump_servent()
184 written = snprintf(buffer, buflen, " %s", *cp); in sdump_servent()
185 buffer += written; in sdump_servent()
186 if (written > (int)buflen) in sdump_servent()
188 buflen -= written; in sdump_servent()
H A Dgetgr_test.c174 int written; in sdump_group() local
176 written = snprintf(buffer, buflen, "%s:%s:%d:", in sdump_group()
178 buffer += written; in sdump_group()
179 if (written > (int)buflen) in sdump_group()
181 buflen -= written; in sdump_group()
186 written = snprintf(buffer, buflen, "%s%s", in sdump_group()
188 buffer += written; in sdump_group()
189 if (written > (int)buflen) in sdump_group()
191 buflen -= written; in sdump_group()
/freebsd/lib/libc/tests/stdio/
H A Dflushlbuf_test.c28 int written = 0; in writefn() local
34 written++; in writefn()
37 if (written > 0) in writefn()
38 return written; in writefn()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_write.pod12 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written);
19 of bytes written in B<*written>.
58 must be written into or retrieved out of the BIO before being able to continue.
61 B<buf> of length B<num> has been written. This default behaviour can be changed
85 all requested application data bytes have been written to the SSL connection or,
87 been written to the SSL connection. Failure means that not all the requested
88 bytes have been written yet (if SSL_MODE_ENABLE_PARTIAL_WRITE is not in use) or
89 no bytes could be written to the SSL connection (if
102 bytes actually written to the TLS/SSL connection.
123 of bytes of the file written to the TLS/SSL connection. The return
H A DEVP_PKEY_encapsulate.pod32 is written to the I<*wrappedkeylen> parameter unless I<wrappedkeylen> is NULL
33 and the maximum size of the generated key buffer is written to I<*genkeylen>
36 internally generated key is written to I<genkey> and its size is written to
37 I<*genkeylen>. The encapsulated version of the generated key is written to
38 I<wrappedkey> and its size is written to I<*wrappedkeylen>.
H A DBIO_new_CMS.pod16 of the filter is written to B<out>. Any data written to the chain is
24 After all content has been written through the chain BIO_flush() must be called
32 is reached. If no additional data needs to be written BIO_free_all() can be
35 Any content written through the filter is used verbatim: no canonical
H A DBIO_read.pod14 int BIO_write_ex(BIO *b, const void *data, size_t dlen, size_t *written);
29 If successful then the number of bytes written is stored in I<*written>
30 unless I<written> is NULL.
66 Otherwise it returns the number of bytes written.
78 written (if the return value is positive) or that no data was successfully
79 read or written if the result is 0 or -1. If the return value is -2 then
118 I<written> parameter of the function can be NULL since OpenSSL 3.0.
/freebsd/crypto/openssl/ssl/record/
H A Drecord.h214 size_t *written);
217 int create_empty_fragment, size_t *written);
226 size_t *written);
242 size_t *written);
244 size_t len, int create_empty_fragment, size_t *written);
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A DTHIRDPARTYLICENSE.openssl36 * prior written permission. For written permission, please contact
40 * nor may "OpenSSL" appear in their names without prior written
62 * This product includes cryptographic software written by Eric Young
63 * (eay@cryptsoft.com). This product includes software written by Tim
74 * This package is an SSL implementation written
76 * The implementation was written so as to conform with Netscapes SSL.
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A DTHIRDPARTYLICENSE.openssl36 * prior written permission. For written permission, please contact
40 * nor may "OpenSSL" appear in their names without prior written
62 * This product includes cryptographic software written by Eric Young
63 * (eay@cryptsoft.com). This product includes software written by Tim
74 * This package is an SSL implementation written
76 * The implementation was written so as to conform with Netscapes SSL.
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/freebsd/contrib/sendmail/libmilter/
H A Dcomm.c248 ssize_t n, written; local
251 written = 0;
260 return written;
288 written += n;
301 return written;
/freebsd/crypto/heimdal/doc/
H A Dack.texi12 public domain code. The core AES function where written by Vincent
14 transformation was written by Richard Outerbridge. @code{imath} that
15 is used for public key crypto support is written by Michael
29 @code{editline} was written by Simmule Turner and Rich Salz. Heimdal
32 The @code{getifaddrs} implementation for Linux was written by Hideaki
35 The @code{pkcs11.h} headerfile was written by the Scute project.
/freebsd/usr.bin/bintrans/
H A Duuencode.c170 int rv, written; in base64_encode() local
182 for (int i = 0; i < rv; i += written) { in base64_encode()
183 written = fprintf(output, "%.*s", columns - carry, in base64_encode()
186 carry = (carry + written) % columns; in base64_encode()
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.txt47 - IPI request msg buffer written by local and read
50 - IPI response msg buffer written by local and read
53 - IPI request msg buffer written by remote and read
56 - IPI response msg buffer written by remote and read
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_qpair.c504 size_t written; in enqueue() local
519 written = (size_t)(free_space > buf_size ? buf_size : free_space); in enqueue()
521 if (LIKELY(tail + written < produce_q_size)) in enqueue()
522 result = memcpy_to_queue(produce_q, tail, buf, 0, written, in enqueue()
533 written - tmp, buf_type, can_block); in enqueue()
539 result = vmci_queue_add_producer_tail(produce_q, written, in enqueue()
543 return (written); in enqueue()

12345678910>>...50