/freebsd/crypto/openssl/fuzz/ |
H A D | x509.c | 36 size_t orig_len = len; in FuzzerTestOneInput() local 67 len = orig_len - (p - buf); in FuzzerTestOneInput() 72 len = orig_len - (p - buf); in FuzzerTestOneInput() 77 len = orig_len - (p - buf); in FuzzerTestOneInput()
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 492 size_t orig_len; in glob2() local 525 orig_len = pathbuf->len; in glob2() 538 pathbuf->len = orig_len; in glob2() 572 size_t orig_len; in glob3() local 578 orig_len = pathbuf->len; in glob3() 602 pathbuf->len = orig_len; in glob3() 629 pathbuf->len = orig_len; in glob3() 639 if (match(pathbuf->s + orig_len, pattern, termstar, in glob3() 647 if (match(pathbuf->s + orig_len, pattern, restpattern, in glob3()
|
/freebsd/sys/dev/rtwn/usb/ |
H A D | rtwn_usb_rx.c | 158 int orig_len = len; in rtwn_rxeof_fragmented() local 218 orig_len - len + min_len, orig_len); in rtwn_rxeof_fragmented() 219 min_len -= (orig_len - len); in rtwn_rxeof_fragmented()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_skinny.c | 304 size_t orig_len, skinny_hdr_len = sizeof(struct skinny_header); in AliasHandleSkinny() local 332 orig_len = dlen; in AliasHandleSkinny() 345 if (t > orig_len || t > dlen) { in AliasHandleSkinny()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record.c | 486 thisrr->orig_len = thisrr->length; in ssl3_get_record() 965 rec->orig_len, in ssl3_enc() 1225 recs[0].orig_len -= bs; in tls1_enc() 1278 recs[ctr].orig_len -= bs; in tls1_enc() 1286 recs[ctr].orig_len, in tls1_enc() 1384 rec->length, rec->orig_len, in n_ssl3_mac() 1489 &rec->orig_len); in tls1_mac() 1570 rr->orig_len = rr->length; in dtls1_process_record() 1588 if (rr->orig_len < mac_size) { in dtls1_process_record()
|
H A D | record.h | 49 size_t orig_len; member
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.c | 131 uint16_t orig_len, off; in nl_parse_attrs_raw() 135 orig_len = len; in nl_parse_attrs_raw() 167 nla = (struct nlattr *)((char *)nla_head + (orig_len - len)); in nl_parse_attrs_raw() 132 int orig_len = len; nl_parse_attrs_raw() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_rlock.c | 164 uint64_t orig_len = new->lr_length; in zfs_rangelock_enter_writer() local 221 new->lr_length = orig_len; in zfs_rangelock_enter_writer()
|
H A D | zfs_ioctl.c | 2281 size_t orig_len = strlen(zc->zc_name); in zfs_ioc_dataset_list_next() local 2312 zc->zc_name[orig_len] = '\0'; in zfs_ioc_dataset_list_next()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 2841 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) in txt_Rresolve() argument 2878 if (input_len < orig_len) { in txt_Rresolve() 2879 retain = MIN(tp->owrite, orig_len - input_len); in txt_Rresolve()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 18098 unsigned ipoptlen, int32_t orig_len, int32_t len, int error, in rack_log_fsb() argument 18119 log.u_bbr.pkts_out = orig_len; in rack_log_fsb() 19540 int len, int orig_len, int segsiz, uint32_t pace_max_seg, in rack_setup_fast_output() argument 19549 rack->r_ctl.fsb.left_to_send = orig_len - len; in rack_setup_fast_output() 19715 int32_t orig_len = 0; in rack_output() local 20469 orig_len = len; in rack_output() 20876 (len > 0) && (orig_len > 0) && in rack_output() 20877 (orig_len > len) && in rack_output() 20878 ((orig_len - len) >= segsiz) && in rack_output() 20882 rack_setup_fast_output(tp, rack, sb, len, orig_len, in rack_output() [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | pci.c | 1305 int orig_len; in ath10k_pci_process_htt_rx_cb() local 1336 orig_len = skb->len; in ath10k_pci_process_htt_rx_cb() 1338 skb_push(skb, orig_len - skb->len); in ath10k_pci_process_htt_rx_cb()
|