Searched refs:sz (Results 451 - 475 of 703) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.c423 size_t sz; local
442 for (sz = strcspn(p, rejs); sz-- && p < pend; p++)
/freebsd-12-stable/contrib/unbound/util/data/
H A Ddname.c450 size_t sz = 1; local
455 sz += lablen+1;
459 *size = sz;
/freebsd-12-stable/contrib/binutils/bfd/
H A Ddwarf2.c323 bfd_size_type sz; local
334 sz = msec->rawsize ? msec->rawsize : msec->size;
335 stash->dwarf_str_size = sz;
336 stash->dwarf_str_buffer = bfd_alloc (abfd, sz);
341 0, sz))
2256 bfd_size_type sz; local
2261 sz = sect->rawsize ? sect->rawsize : sect->size;
2262 if (sz == 0)
2278 bfd_size_type sz; local
2283 sz
[all...]
H A Dreloc.c5198 bfd_size_type sz; local
5208 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
5209 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c190 size_t sz; local
245 ret = rk_undumpdata(argv[0], &p, &sz);
250 co.length = sz;
365 size_t sz; local
431 ret = rk_undumpdata(infile, &p, &sz);
444 sz,
515 size_t sz; local
524 ret = rk_undumpdata(argv[0], &p, &sz);
529 co.length = sz;
586 size_t sz; local
[all...]
/freebsd-12-stable/sys/dev/ksyms/
H A Dksyms.c161 ksyms_emit(struct ksyms_softc *sc, void *buf, off_t off, size_t sz) argument
167 iov.iov_len = sz;
171 uio.uio_resid = (ssize_t)sz;
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.c458 int ret, timeout, sz, t, p; local
466 sz = min(buf->uio_resid, sndbuf_getfree(bs));
467 if (sz > 0) {
473 while (ret == 0 && sz > 0) {
475 t = min(sz, sndbuf_getsize(bs) - p);
480 sz -= t;
588 int ret, timeout, sz, t, p; local
604 sz = min(buf->uio_resid, sndbuf_getready(bs));
605 if (sz > 0) {
611 while (ret == 0 && sz >
[all...]
/freebsd-12-stable/tests/sys/kern/
H A Dunix_passfd_test.c185 socklen_t sz; local
188 sz = sizeof(val);
189 rc = getsockopt(sockfd, 0, LOCAL_CREDS, &val, &sz);
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c393 #define GETCC(sz) \
395 getcc##sz(uint##sz##_t x, uint##sz##_t y) \
428 #define GETADDFLAGS(sz) \
430 getaddflags##sz(uint##sz##_t x, uint##sz##_t y) \
463 #define GETANDFLAGS(sz) \
465 getandflags##sz(uin
[all...]
/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c71 static int vsnprintf(char *str, size_t sz, const char *fmt, va_list ap);
607 vsnprintf(char *str, size_t sz, const char *fmt, va_list ap) argument
614 sp.sp_size = sz;
/freebsd-12-stable/stand/sparc64/boot1/
H A Dboot1.c70 static int vsnprintf(char *str, size_t sz, const char *fmt, va_list ap);
581 vsnprintf(char *str, size_t sz, const char *fmt, va_list ap) argument
588 sp.sp_size = sz;
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dqp.c270 void *wqe, int *sz,
306 *sz = align(inl + sizeof seg->byte_count, 16) / 16;
308 *sz = 0;
857 int sz = 0; local
859 err = set_data_inl_seg(qp, wr, seg, &sz, &sg_copy_ptr);
867 size += sz;
269 set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr, void *wqe, int *sz, struct mlx5_sg_copy_ptr *sg_copy_ptr) argument
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_pgsql.c54 size_t sz; member in struct:apr_dbd_results_t
155 (*results)->sz = PQnfields(res);
296 if (res->sz == 0) {
297 res->sz = PQnfields(res->res);
847 (*results)->sz = PQnfields(res);
1269 return res->sz;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c400 uint_t i, sz; local
434 sz = mod == 1 ? 1 : 4;
449 sz = 4;
455 sz = mod == 1 ? 1 : mod == 2 ? 4 : 0;
461 if (sz == 1) {
463 } else if (sz == 4) {
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.c1008 u_int hv, sz; local
1088 sz = sizeof(*sl->sl_ips);
1091 sz = sizeof(*sl->sl_ipn);
1094 sz = 0;
1096 sl->sl_len = sz;
1109 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h415 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; } argument
/freebsd-12-stable/contrib/one-true-awk/
H A Dproto.h144 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
/freebsd-12-stable/contrib/sendmail/src/
H A Dmilter.c300 milter_sysread(m, buf, sz, to, e, where)
303 ssize_t sz;
345 len = read(m->mf_sock, buf + curl, sz - curl);
366 if (len == 0 || curl >= sz)
371 if (curl != sz)
375 m->mf_name, (long) curl, (long) sz);
379 m->mf_name, (long) curl, (long) sz);
1948 ** sz -- length of buf.
1957 milter_send_command(m, cmd, data, sz, e, state, where)
1961 ssize_t sz;
[all...]
H A Dutil.c436 ** sz -- size of area to allocate.
450 xalloc_tagged(sz, file, line)
451 register int sz;
455 xalloc(sz)
456 register int sz;
461 SM_REQUIRE(sz >= 0);
464 if (sz <= 0)
465 sz = 1;
470 p = sm_malloc_tagged((unsigned) sz, file, line, sm_heap_group());
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y642 int sz = 0;
652 sz = sizeof(udphdr_t);
654 sz = sizeof(tcphdr_t);
656 sz = sizeof(icmphdr_t);
658 sz = sizeof(ip_t);
669 aip->ah_len += sz;
671 aip->ah_ip->ip_len += sz;
673 aip->ah_udp->uh_ulen += sz;
/freebsd-12-stable/bin/pax/
H A Dfile_subs.c742 * sz: basic file block allocation size
750 file_write(int fd, char *str, int cnt, int *rem, int *isempt, int sz, argument
769 *rem = sz;
/freebsd-12-stable/contrib/bmake/
H A Dutil.c344 getcwd(path, sz)
346 int sz;
/freebsd-12-stable/lib/libc/gen/
H A Dposix_spawn.c210 #define PSPAWN_STACK_ALIGN(sz) \
211 (((sz) + PSPAWN_STACK_ALIGNBYTES) & ~PSPAWN_STACK_ALIGNBYTES)
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c420 uint32_t crc, sz; local
443 sz = le32toh(buf->hdr_size);
444 if (sz < 92 || sz > pp->sectorsize)
447 hdr = g_malloc(sz, M_WAITOK | M_ZERO);
448 bcopy(buf, hdr, sz);
449 hdr->hdr_size = sz;
453 if (crc32(buf, sz) != crc)
/freebsd-12-stable/sys/kern/
H A Dkern_uuid.c273 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) argument
279 cnt = snprintf(buf, sz, "%08x-%04x-%04x-%04x-%04x%04x%04x",

Completed in 323 milliseconds

<<11121314151617181920>>