Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/freebsd/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t126 skip 'failure', 16 unless
132 skip 'failure', 15 unless
139 skip 'failure', 14 unless
145 skip 'failure', 13 unless
151 skip 'failure', 12 unless
156 skip 'failure', 11 unless
160 skip 'failure', 10 unless
166 skip 'failure', 9 unless
175 skip 'failure', 8 unless
181 skip 'failure', 7 unless
[all …]
H A D80-test_ssl_new.t92 my %skip = (
128 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
132 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
136 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
142 my ($conf, $check_source, $skip, $provider) = @_;
151 skip 'failure', 2 unless
159 skip "Skipping generated source test for $conf", 1
167 skip "No tests available; skipping tests", 1 if $skip;
168 skip "Stale sources; skipping tests", 1 if !$run_test;
H A D25-test_verify_store.t41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D80-test_tsa.t105 skip "failed", 19
111 skip "failed", 18
116 skip "failed", 17
121 skip "failed", 16
146 skip "failed", 11
158 skip "failed", 10
167 skip "failed", 8
172 skip "failed", 7
221 skip "failure", 2
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c61 size_t skip = uio->uio_skip; in zfs_uiomove_iov() local
113 skip += cnt; in zfs_uiomove_iov()
114 if (skip == iov->iov_len) { in zfs_uiomove_iov()
115 skip = 0; in zfs_uiomove_iov()
119 uio->uio_skip = skip; in zfs_uiomove_iov()
132 size_t skip = uio->uio_skip; in zfs_uiomove_bvec_impl() local
149 skip += cnt; in zfs_uiomove_bvec_impl()
150 if (skip == bv->bv_len) { in zfs_uiomove_bvec_impl()
151 skip = 0; in zfs_uiomove_bvec_impl()
155 uio->uio_skip = skip; in zfs_uiomove_bvec_impl()
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_split.c82 u_int16_t skip; in __bt_split() local
93 skip = argskip; in __bt_split()
214 memmove(h->linp + skip + 1, h->linp + skip, in __bt_split()
246 if (skip > 0) in __bt_split()
264 if (skip > 0) in __bt_split()
367 *skip = 0; in bt_page()
609 skip = *pskip; in bt_psplit()
614 if (skip == off) { in bt_psplit()
656 if (skip != off) { in bt_psplit()
702 if (skip <= off) { in bt_psplit()
[all …]
/freebsd/sys/netipsec/
H A Dxform_ah.c288 *m0 = m = m_pullup(m, skip); in ah_massage_headers()
307 off + 1 < skip) in ah_massage_headers()
389 if (off > skip) { in ah_massage_headers()
429 if (m->m_len <= skip) { in ah_massage_headers()
647 skip, ahx->type, 0); in ah_input()
674 xd->skip = skip; in ah_input()
710 skip = xd->skip; in ah_input_cb()
1041 skip, ahx->type, 1); in ah_output()
1066 xd->skip = skip; in ah_output()
1096 int skip, error; in ah_output_cb() local
[all …]
H A Dipsec_mbuf.c63 skip -= m->m_len; in m_makespace()
74 remain = m->m_len - skip; /* data to move */ in m_makespace()
75 if (remain > skip && in m_makespace()
88 *off = skip; in m_makespace()
120 m->m_len = skip + hlen; in m_makespace()
121 *off = skip; in m_makespace()
142 m->m_len = skip; in m_makespace()
153 bcopy(mtod(m, caddr_t) + skip, in m_makespace()
154 mtod(m, caddr_t) + skip + hlen, remain); in m_makespace()
156 *off = skip; in m_makespace()
[all …]
H A Dxform_ipcomp.c215 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input()
264 xd->skip = skip; in ipcomp_input()
293 int skip, protoff; in ipcomp_input_cb() local
300 skip = xd->skip; in ipcomp_input_cb()
341 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input_cb()
353 error = m_striphdr(m, skip, hlen); in ipcomp_input_cb()
400 u_int idx, int skip, int protoff) in ipcomp_output() argument
491 crp->crp_payload_start = skip; in ipcomp_output()
507 xd->skip = skip; in ipcomp_output()
540 int error, skip, protoff; in ipcomp_output_cb() local
[all …]
H A Dxform_esp.c292 __func__, skip, m->m_pkthdr.len)); in esp_input()
297 if (m->m_len < skip + sizeof(*esp)) { in esp_input()
405 m_copydata(m, skip + SPI_SIZE, in esp_input()
409 crp->crp_aad_start = skip; in esp_input()
427 xd->skip = skip; in esp_input()
518 skip = xd->skip; in esp_input_cb()
609 error = m_striphdr(m, skip, hlen); in esp_input_cb()
626 m->m_pkthdr.len - skip, in esp_input_cb()
695 u_int idx, int skip, int protoff) in esp_output() argument
958 m_copydata(m, skip + SPI_SIZE, in esp_output()
[all …]
H A Dipsec_input.c357 if (skip != 0) { in ipsec4_common_input_cb()
361 if (m->m_len < skip && (m = m_pullup(m, skip)) == NULL) { in ipsec4_common_input_cb()
385 udp_ipsec_adjust_cksum(m, sav, prot, skip); in ipsec4_common_input_cb()
638 udp_ipsec_adjust_cksum(m, sav, prot, skip); in ipsec6_common_input_cb()
649 m_striphdr(m, 0, skip); in ipsec6_common_input_cb()
650 skip = 0; in ipsec6_common_input_cb()
662 m_striphdr(m, 0, skip); in ipsec6_common_input_cb()
663 skip = 0; in ipsec6_common_input_cb()
703 if (skip == 0) { in ipsec6_common_input_cb()
757 if (m->m_pkthdr.len < skip) { in ipsec6_common_input_cb()
[all …]
/freebsd/usr.sbin/service/
H A Dservice.sh86 skip="-s nostart"
88 skip="$skip -s nojail"
90 skip="$skip -s nojailvnet"
94 files=`rcorder ${skip} ${local_rc} 2>/dev/null`
119 skip="-s nostart"
121 skip="$skip -s nojail"
123 skip="$skip -s nojailvnet"
127 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c138 size_t skip, size_t len, void *ivec, bool encrypt) in aes_encrypt_1() argument
146 crp->crp_payload_start = skip; in aes_encrypt_1()
159 crypto_use_buf(crp, buf, skip + len); in aes_encrypt_1()
177 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_encrypt() argument
212 off = skip + len - 2 * blocklen; in aes_encrypt()
235 off = skip + len - blocklen - plen; in aes_encrypt()
248 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_decrypt() argument
279 off = skip + len - 2 * blocklen; in aes_decrypt()
297 off = skip + len - plen - blocklen; in aes_decrypt()
325 crp->crp_payload_start = skip; in aes_checksum()
[all …]
H A Dkcrypto.h66 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen);
68 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen);
115 size_t skip, size_t len, void *ivec, size_t ivlen) in krb5_encrypt() argument
118 ks->ks_class->ec_encrypt(ks, inout, skip, len, ivec, ivlen); in krb5_encrypt()
123 size_t skip, size_t len, void *ivec, size_t ivlen) in krb5_decrypt() argument
126 ks->ks_class->ec_decrypt(ks, inout, skip, len, ivec, ivlen); in krb5_decrypt()
131 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) in krb5_checksum() argument
134 ks->ks_class->ec_checksum(ks, usage, inout, skip, inlen, outlen); in krb5_checksum()
/freebsd/usr.bin/ctags/
H A DC.c373 goto skip; in hash_entry()
496 skip; in skip_string() local
498 for (skip = false; GETC(!=, EOF); ) in skip_string()
501 skip = !skip; /* we toggle in case it's "\\" */ in skip_string()
507 if (c == key && !skip) in skip_string()
509 skip = false; in skip_string()
521 bool skip; in skip_key() local
524 for (skip = retval = false; GETC(!=, EOF);) in skip_key()
527 skip = !skip; /* we toggle in case it's "\\" */ in skip_key()
552 if (c == key && !skip) in skip_key()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c126 off_t skip = (off_t)request; in file_skip() local
128 int64_t skip = request; in file_skip() local
130 long skip = (long)request; in file_skip() local
132 int skip_bits = sizeof(skip) * 8 - 1; in file_skip()
146 if (sizeof(request) > sizeof(skip)) { in file_skip()
150 skip = max_skip; in file_skip()
155 if (lseek(fileno(mine->f), skip, SEEK_CUR) < 0) in file_skip()
157 if (_fseeki64(mine->f, skip, SEEK_CUR) != 0) in file_skip()
159 if (fseeko(mine->f, skip, SEEK_CUR) != 0) in file_skip()
161 if (fseek(mine->f, skip, SEEK_CUR) != 0) in file_skip()
/freebsd/crypto/openssh/regress/
H A Dintegrity.sh30 skip=0
32 skip=`expr $skip - 1`
33 if [ $skip -gt 0 ]; then
59 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
61 emac=`expr $emac + 1`; skip=0;;
62 padding*) epad=`expr $epad + 1`; skip=0;;
64 etmo=`expr $etmo + 1`; skip=0;;
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api.rst5 The long list of "skip" filters out several global functions that are
10 :skip: command
11 :skip: declaration
12 :skip: in_range
13 :skip: is_numeric_type
14 :skip: lldb_iter
/freebsd/sys/opencrypto/
H A Dcriov.c181 if ((skip + len - 1) / PAGE_SIZE > skip / PAGE_SIZE) in cvm_page_contiguous_segment()
184 pages += (skip / PAGE_SIZE); in cvm_page_contiguous_segment()
185 skip -= rounddown(skip, PAGE_SIZE); in cvm_page_contiguous_segment()
792 MPASS(skip <= INT_MAX); in m_contiguous_subsegment()
794 m = m_getptr(m, (int)skip, &rel_off); in m_contiguous_subsegment()
799 skip = rel_off; in m_contiguous_subsegment()
800 if (skip + len > m->m_len) in m_contiguous_subsegment()
805 return (mtod(m, char*) + skip); in m_contiguous_subsegment()
813 MPASS(skip <= INT_MAX); in cuio_contiguous_segment()
819 skip = rel_off; in cuio_contiguous_segment()
[all …]
/freebsd/contrib/kyua/admin/
H A Dcheck-style-make.awk35 skip = 0
40 skip = 1
45 skip = 0
54 if (skip)
67 if (skip)
H A Dcheck-style-common.awk35 skip = 0
40 skip = 1
45 skip = 0
54 if (skip)
75 if (skip)
H A Dcheck-style-cpp.awk35 skip = 0
40 skip = 1
45 skip = 0
54 if (skip)
83 if (skip)
/freebsd/libexec/rc/
H A Drc80 skip="-s nostart"
82 skip="$skip -s nojail"
84 skip="$skip -s nojailvnet"
98 files=`rcorder ${skip} ${skip_firstboot} ${system_rc} 2>/dev/null`
118 files=`rcorder ${skip} ${skip_firstboot} ${system_rc} ${local_rc} 2>/dev/null`
/freebsd/sys/arm/arm/
H A Din_cksum_machdep.c102 in_cksum_skip(struct mbuf *m, int len, int skip) in in_cksum_skip() argument
111 len -= skip; in in_cksum_skip()
112 for (; skip && m; m = m->m_next) { in in_cksum_skip()
113 if (m->m_len > skip) { in in_cksum_skip()
114 mlen = m->m_len - skip; in in_cksum_skip()
115 addr = mtod(m, caddr_t) + skip; in in_cksum_skip()
118 skip -= m->m_len; in in_cksum_skip()
/freebsd/lib/libc/net/
H A Dhesiod.c351 int ancount, qdcount, i, j, n, skip, type, class, len; in get_txt_records() local
381 skip = dn_skipname(p, eom); in get_txt_records()
382 if (skip < 0 || p + skip + QFIXEDSZ > eom) { in get_txt_records()
386 p += skip + QFIXEDSZ; in get_txt_records()
399 skip = dn_skipname(p, eom); in get_txt_records()
400 if (skip < 0 || p + skip + 10 > eom) in get_txt_records()
402 type = p[skip + 0] << 8 | p[skip + 1]; in get_txt_records()
403 class = p[skip + 2] << 8 | p[skip + 3]; in get_txt_records()
404 len = p[skip + 8] << 8 | p[skip + 9]; in get_txt_records()
405 p += skip + 10; in get_txt_records()

12345678910>>...30