Searched refs:savelen (Results 1 – 4 of 4) sorted by relevance
/freebsd/bin/sh/ |
H A D | parser.c | 1089 size_t savelen; in parsebackq() local 1113 savelen = out - stackblock(); in parsebackq() 1114 if (savelen > 0) { in parsebackq() 1115 str = ckmalloc(savelen); in parsebackq() 1116 memcpy(str, stackblock(), savelen); in parsebackq() 1201 CHECKSTRSPACE(savelen + 1, out); in parsebackq() 1204 memcpy(out, str, savelen); in parsebackq() 1205 STADJUST(savelen, out); in parsebackq()
|
/freebsd/sys/geom/union/ |
H A D | g_union.c | 611 off_t len2rd, len2wt, savelen; in g_union_ctl_commit() local 718 savelen = bp->bio_length; in g_union_ctl_commit() 739 bp->bio_length = savelen - len2wt; in g_union_ctl_commit()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_state.c | 2615 u_short savelen; in ipf_checkicmpmatchingstate() local 2708 savelen = oip->ip_len; in ipf_checkicmpmatchingstate() 2737 oip->ip_len = savelen; in ipf_checkicmpmatchingstate() 4358 u_short savelen; in ipf_checkicmp6matchingstate() local 4405 savelen = oip6->ip6_plen; in ipf_checkicmp6matchingstate() 4411 oip6->ip6_plen = savelen; in ipf_checkicmp6matchingstate()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 3585 int ret = 0, len, savelen; in test_ecpub() local 3609 savelen = len; in test_ecpub() 3616 || !TEST_int_eq(len, savelen)) in test_ecpub() 3628 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_EC, &pkey2, &q, savelen))) in test_ecpub()
|