Searched refs:ssize_t (Results 276 - 300 of 1136) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c86 static ssize_t ofw_real_getproplen(ofw_t, phandle_t package,
88 static ssize_t ofw_real_getprop(ofw_t, phandle_t package, const char *propname,
94 static ssize_t ofw_real_canon(ofw_t, const char *device, char *buf, size_t len);
96 static ssize_t ofw_real_instance_to_path(ofw_t, ihandle_t instance, char *buf,
98 static ssize_t ofw_real_package_to_path(ofw_t, phandle_t package, char *buf,
106 static ssize_t ofw_real_read(ofw_t, ihandle_t instance, void *addr, size_t len);
107 static ssize_t ofw_real_write(ofw_t, ihandle_t instance, const void *addr,
462 static ssize_t
494 static ssize_t
610 static ssize_t
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_msgpack.c402 typedef ssize_t (*ucl_msgpack_parse_function)(struct ucl_parser *parser,
406 static ssize_t ucl_msgpack_parse_map (struct ucl_parser *parser,
409 static ssize_t ucl_msgpack_parse_array (struct ucl_parser *parser,
412 static ssize_t ucl_msgpack_parse_string (struct ucl_parser *parser,
415 static ssize_t ucl_msgpack_parse_int (struct ucl_parser *parser,
418 static ssize_t ucl_msgpack_parse_float (struct ucl_parser *parser,
421 static ssize_t ucl_msgpack_parse_bool (struct ucl_parser *parser,
424 static ssize_t ucl_msgpack_parse_null (struct ucl_parser *parser,
427 static ssize_t ucl_msgpack_parse_ignore (struct ucl_parser *parser,
975 ssize_t re
[all...]
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_section.c108 (ssize_t) sizeof(PE_SecHdr)) {
218 (ssize_t) sh->sh_rawsize) {
230 (ssize_t) sizeof(tmp)) {
245 (ssize_t) sz) {
293 (ssize_t) s) {
455 (ssize_t) sizeof(PE_SecHdr)) {
/freebsd-11-stable/usr.sbin/nscd/
H A Dmp_rs_query.c96 ssize_t result;
135 ssize_t result;
332 ssize_t result;
367 ssize_t result;
455 ssize_t result;
495 ssize_t result;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c222 ssize_t nbytes;
245 if (nbytes >= (ssize_t) sizeof (ctf_preamble_t) &&
275 if (nbytes >= (ssize_t) sizeof (Elf32_Ehdr) &&
294 if (nbytes < (ssize_t) sizeof (GElf_Ehdr))
493 ssize_t resid = fp->ctf_size;
494 ssize_t len;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c67 static ssize_t memory_read(struct archive *, void *, const void **buff);
68 static ssize_t memory_write(struct archive *, void *, const void *, size_t);
85 static ssize_t
117 static ssize_t
121 ssize_t size;
156 size = (ssize_t)private->gap_remaining;
/freebsd-11-stable/sbin/geom/misc/
H A Dsubr.c211 ssize_t sectorsize;
230 ssize_t sectorsize;
250 assert(sectorsize >= (ssize_t)size);
287 ssize_t sectorsize;
307 assert(sectorsize >= (ssize_t)size);
333 ssize_t sectorsize;
/freebsd-11-stable/stand/libsa/
H A Dip.c88 ssize_t
91 ssize_t cc;
180 static ssize_t
184 ssize_t n;
407 ssize_t
412 ssize_t ret = -1;
/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c37 static ssize_t sm_bfread __P((SM_FILE_T *, char *, size_t));
38 static ssize_t sm_bfwrite __P((SM_FILE_T *, const char *, size_t));
340 static ssize_t
347 ssize_t count = 0; /* Number of bytes put in buf so far */
485 static ssize_t
492 ssize_t count = 0; /* Number of bytes written so far */
/freebsd-11-stable/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c57 ssize_t n;
108 ssize_t n;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c52 ssize_t readsz;
212 if (read(fd, m, fsize) != (ssize_t) fsize) {
/freebsd-11-stable/contrib/blacklist/test/
H A Dsrvtest.c64 ssize_t n;
84 ssize_t n;
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dcommon.c73 ssize_t
130 ssize_t
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c94 ssize_t done;
195 ssize_t done;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsmstdio.c148 ssize_t
174 ssize_t
/freebsd-11-stable/sbin/dmesg/
H A Ddmesg.c154 cur.msg_size - bufpos) != (ssize_t)(cur.msg_size - bufpos))
157 &bp[cur.msg_size - bufpos], bufpos) != (ssize_t)bufpos)
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Ddecapsulate.c41 ssize_t
75 ssize_t mech_len;
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_close.c153 (ssize_t)data.size)
165 if (_writev(t->bt_rfd, iov, 2) != (ssize_t)(data.size + 1))
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c87 ssize_t len;
124 ssize_t len;
/freebsd-11-stable/usr.bin/comm/
H A Dcomm.c77 ssize_t n1, n2;
218 ssize_t n;
/freebsd-11-stable/crypto/openssh/
H A Dmonitor_fdpass.c65 ssize_t n;
125 ssize_t n;
/freebsd-11-stable/sys/sys/
H A Dptrace.h198 ssize_t proc_readmem(struct thread *_td, struct proc *_p, vm_offset_t _va,
200 ssize_t proc_writemem(struct thread *_td, struct proc *_p, vm_offset_t _va,
/freebsd-11-stable/lib/libprocstat/
H A Dcommon_kvm.c69 ssize_t error;
74 return (error == (ssize_t)(nbytes));
/freebsd-11-stable/stand/common/
H A Disapnp.c201 if (isapnp_get_resource_info(str, (ssize_t)large_len)) {
215 if (isapnp_get_resource_info(NULL, (ssize_t)large_len))
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_readlinkat.c61 ssize_t len;
87 ssize_t len;

Completed in 792 milliseconds

<<11121314151617181920>>