| /openbsd/src/usr.bin/rsync/ |
| D | io.c | 191 ssize_t rsz; in io_read_nonblocking() local 220 if ((rsz = read(fd, buf, bsz)) == -1) { in io_read_nonblocking() 223 } else if (rsz == 0) { in io_read_nonblocking() 228 *sz = rsz; in io_read_nonblocking() 241 size_t rsz; in io_read_blocking() local 245 c = io_read_nonblocking(fd, buf, sz, &rsz); in io_read_blocking() 249 } else if (rsz == 0) { in io_read_blocking() 253 buf += rsz; in io_read_blocking() 254 sz -= rsz; in io_read_blocking() 341 size_t rsz; in io_read_buf() local [all …]
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | cms.c | 35 size_t *rsz) in cms_extract_econtent() argument 40 if (res == NULL || rsz == NULL) in cms_extract_econtent() 58 *rsz = (*os)->length; in cms_extract_econtent() 94 size_t *rsz, time_t *signtime) in cms_parse_validate_internal() argument 114 if (rsz != NULL) in cms_parse_validate_internal() 115 *rsz = 0; in cms_parse_validate_internal() 359 if (!cms_extract_econtent(fn, cms, res, rsz)) in cms_parse_validate_internal() 382 size_t derlen, const ASN1_OBJECT *oid, size_t *rsz, time_t *st) in cms_parse_validate() argument 387 rsz, st)) in cms_parse_validate()
|
| /openbsd/src/regress/sys/netinet6/rip6cksum/ |
| D | rip6cksum.c | 144 size_t rsz; in main() local 167 rsz = r; in main() 168 printf("received payload size %zd\n", rsz); in main() 170 if (rsz != recvsz) in main()
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | util.c | 113 size_t rsz, lsz; in readbuf() local 132 rsz = 0; in readbuf() 135 if ((ssz = read(fd, p + rsz, lsz)) == -1) { in readbuf() 140 rsz += (size_t)ssz; in readbuf()
|
| /openbsd/src/usr.bin/mandoc/ |
| D | term.c | 973 size_t sz, rsz, i; in term_strlen() local 989 rsz = strcspn(cp, rej); in term_strlen() 990 for (i = 0; i < rsz; i++) in term_strlen() 1009 rhs = mchars_spec2str(seq, ssz, &rsz); in term_strlen() 1024 rsz = 3; in term_strlen() 1027 rsz = 2; in term_strlen() 1030 rsz = 5; in term_strlen() 1033 rsz = 4; in term_strlen() 1040 rsz = 0; in term_strlen() 1048 if (rsz < i) in term_strlen() [all …]
|
| D | chars.c | 481 mchars_spec2str(const char *p, size_t sz, size_t *rsz) in mchars_spec2str() argument 491 *rsz = strlen(ln->ascii); in mchars_spec2str()
|
| D | mdoc_man.c | 306 size_t rsz; in man_strlen() local 312 rsz = strcspn(cp, "\\"); in man_strlen() 313 if (rsz) { in man_strlen() 314 cp += rsz; in man_strlen() 317 rsz--; in man_strlen() 319 sz += rsz; in man_strlen()
|
| D | roff.c | 1370 int rsz; /* length of the rest of the string */ in roff_expand() local 1494 rsz = buf->sz - iend; in roff_expand() 1497 buf->buf + iend, rsz); in roff_expand() 1498 buf->sz = iesc + asz + rsz; in roff_expand() 1502 buf->buf + iend, rsz); in roff_expand() 1549 rsz = 0; in roff_expand() 1554 rsz += asz; in roff_expand() 1574 rsz += asz; in roff_expand() 1576 (void)snprintf(ubuf, sizeof(ubuf), "%d", rsz * 24); in roff_expand() 2129 size_t csz, namesz, rsz; in roff_block() local [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/soft-fp/ |
| D | quad.h | 164 #define FP_TO_INT_Q(r,X,rsz,rsg) _FP_TO_INT(Q,4,r,X,rsz,rsg) argument 265 #define FP_TO_INT_Q(r,X,rsz,rsg) _FP_TO_INT(Q,2,r,X,rsz,rsg) argument
|
| D | double.h | 158 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,2,r,X,rsz,rsg) argument 258 #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,1,r,X,rsz,rsg) argument
|
| D | single.h | 147 #define FP_TO_INT_S(r,X,rsz,rsg) _FP_TO_INT(S,1,r,X,rsz,rsg) argument
|
| D | extended.h | 256 #define FP_TO_INT_E(r,X,rsz,rsg) _FP_TO_INT(E,4,r,X,rsz,rsg) argument 425 #define FP_TO_INT_E(r,X,rsz,rsg) _FP_TO_INT(E,2,r,X,rsz,rsg) argument
|
| /openbsd/src/libexec/ld.so/ |
| D | malloc.c | 380 size_t rsz; in unmap() local 387 rsz = MALLOC_CACHE - d->free_regions_size; in unmap() 396 if (psz > rsz) { in unmap() 397 size_t tounmap = psz - rsz; in unmap() 401 rsz = r->size << MALLOC_PAGESHIFT; in unmap() 402 if (_dl_munmap(r->p, rsz)) in unmap()
|
| /openbsd/src/sys/arch/octeon/dev/ |
| D | amdcf.c | 717 u_int rofs, rsz; in cfi_block_start() local 723 rsz = sc->sc_region[r].r_blocks * sc->sc_region[r].r_blksz; in cfi_block_start() 724 if (ofs < rofs + rsz) in cfi_block_start() 726 rofs += rsz; in cfi_block_start()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ip2k/ |
| D | ip2k.c | 6017 ip2k_xexp_not_uses_reg_p (x, r, rsz) 6020 int rsz; 6029 || (REGNO (x) > (r + rsz - 1))); 6053 ip2k_composite_xexp_not_uses_reg_p (x, r, rsz) 6056 int rsz; 6059 return (ip2k_composite_xexp_not_uses_reg_p (XEXP (x, 0), r, rsz) 6060 && ip2k_composite_xexp_not_uses_reg_p (XEXP (x, 1), r, rsz) 6061 && ip2k_composite_xexp_not_uses_reg_p (XEXP (x, 2), r, rsz)); 6066 return (ip2k_composite_xexp_not_uses_reg_p (XEXP (x, 0), r, rsz) 6067 && ip2k_composite_xexp_not_uses_reg_p (XEXP (x, 1), r, rsz)); [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | arcofi.c | 450 arcofi_start_input(void *v, void *rbuf, int rsz, void (*cb)(void *), in arcofi_start_input() argument 467 sc->sc_recv.past = (uint8_t *)rbuf + rsz; in arcofi_start_input()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | expr.c | 10443 ffetargetCharacterSize lsz, rsz; in ffeexpr_reduced_eqop2_() local 10459 rsz = ffebld_size_known (ffebld_right (reduced)); in ffeexpr_reduced_eqop2_() 10506 && (rsz != FFETARGET_charactersizeNONE)) in ffeexpr_reduced_eqop2_() 10507 lsz = rsz = (lsz > rsz) ? lsz : rsz; in ffeexpr_reduced_eqop2_() 10516 r->token, op->token, nbt, nkt, 0, rsz, in ffeexpr_reduced_eqop2_() 11074 ffetargetCharacterSize lsz, rsz; in ffeexpr_reduced_relop2_() local 11090 rsz = ffebld_size_known (ffebld_right (reduced)); in ffeexpr_reduced_relop2_() 11137 && (rsz != FFETARGET_charactersizeNONE)) in ffeexpr_reduced_relop2_() 11138 lsz = rsz = (lsz > rsz) ? lsz : rsz; in ffeexpr_reduced_relop2_() 11147 r->token, op->token, nbt, nkt, 0, rsz, in ffeexpr_reduced_relop2_()
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 9641 unsigned long int *mask, iosb[2], i, rlst[128], rsz; local 9650 { sizeof rsz, JPI$_RIGHTS_SIZE, &rsz, &dummy}, 9667 if (!will_taint && (rlen || rsz)) { 9668 while (rlen < rsz) { 9676 if (rsz <= jpilist[1].buflen) { 9679 rsz, (unsigned long) jpilist[1].buflen, 9684 … jpilist[1].bufadr = mask = (unsigned long int *) PerlMem_malloc(rsz * sizeof(unsigned long int)); 9686 jpilist[1].buflen = rsz * sizeof(unsigned long int);
|