Home
last modified time | relevance | path

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

12345678910>>...33

/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/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t189 skip 'failure', 16 unless
195 skip 'failure', 15 unless
202 skip 'failure', 14 unless
208 skip 'failure', 13 unless
214 skip 'failure', 12 unless
219 skip 'failure', 11 unless
223 skip 'failure', 10 unless
229 skip 'failure', 9 unless
238 skip 'failure', 8 unless
244 skip 'failure', 7 unless
[all …]
H A D30-test_pairwise_fail.t32 skip "Skip RSA test because of no rsa in this build", 1
40 skip "Skip EC test because of no ec in this build", 2
46 skip "FIPS provider version is too old", 1
54 skip "Skip DSA tests because of no dsa in this build", 2
60 skip "FIPS provider version is too old", 1
68 skip "Skip EDDSA test because of no ecx in this build", 1
73 skip "FIPS provider version is too old", 1
82 skip "Skip ML-DSA test because of no ml-dsa in this build", 1
87 skip "FIPS provider version is too old", 1
96 skip "Skip SLH-DSA test because of no slh-dsa in this build", 1
[all …]
H A D80-test_ssl_new.t104 my %skip = (
141 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
145 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
149 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
155 my ($conf, $check_source, $skip, $provider) = @_;
164 skip 'failure', 2 unless
172 skip "Skipping generated source test for $conf", 1
180 skip "No tests available; skipping tests", 1 if $skip;
181 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 D03-test_fipsinstall.t173 skip "Skipping FIPS 140-3 provider", 2
186 skip "Skipping POST checks", 13
304 skip "Skipping KAS DH corruption test because of no dh in this build", 1
318 skip "Skipping Signature DSA corruption test because of no dsa in this build", 1
323 skip "FIPS provider version is too old for KAT DSA signature test", 1
336 skip "Skipping Signature DSA corruption test because of no dsa in this build", 1
341 skip "FIPS provider version is too new for PCT DSA signature test", 1
354 skip "Skipping ML_KEM corruption tests because of no ML-KEM in this build", 4
359 skip "FIPS provider version doesn't support ML-KEM", 4
397 skip "Skipping Asymmetric RSA corruption test because of no rsa in this build", 1
[all …]
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/lib/libc/db/btree/
H A Dbt_split.c82 u_int16_t skip; in __bt_split() local
93 skip = argskip; in __bt_split()
95 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split()
96 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split()
104 h->linp[skip] = h->upper -= ilen; in __bt_split()
152 skip = parent->index + 1; in __bt_split()
177 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split()
207 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split()
208 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split()
213 if (skip < (nxtindex = NEXTINDEX(h))) in __bt_split()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c91 u_int16_t skip; in __bt_split() local
102 skip = argskip; in __bt_split()
104 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split()
105 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split()
113 h->linp[skip] = h->upper -= ilen; in __bt_split()
161 skip = parent->index + 1; in __bt_split()
186 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split()
217 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split()
218 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split()
223 if (skip < (nxtindex = NEXTINDEX(h))) in __bt_split()
[all …]
/freebsd/sys/netipsec/
H A Dxform_ah.c264 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers() argument
288 *m0 = m = m_pullup(m, skip); in ah_massage_headers()
305 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers()
307 off + 1 < skip) in ah_massage_headers()
319 off = skip; /* End the loop. */ in ah_massage_headers()
389 if (off > skip) { in ah_massage_headers()
428 if (skip - sizeof(struct ip6_hdr) > 0) { in ah_massage_headers()
429 if (m->m_len <= skip) { in ah_massage_headers()
431 skip - sizeof(struct ip6_hdr), in ah_massage_headers()
445 skip - sizeof(struct ip6_hdr), ptr); in ah_massage_headers()
[all …]
H A Dipsec_mbuf.c54 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() argument
62 for (m = m0; m && skip > m->m_len; m = m->m_next) in m_makespace()
63 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()
86 bcopy(mtodo(m, hlen), mtod(m, caddr_t), skip); in m_makespace()
88 *off = skip; in m_makespace()
113 memcpy(n->m_data, mtod(m, char *) + skip + done, len); in m_makespace()
120 m->m_len = skip + hlen; in m_makespace()
121 *off = skip; in m_makespace()
[all …]
H A Dxform_ipcomp.c198 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument
215 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input()
221 addr = (caddr_t) mtod(m, struct ip *) + skip; in ipcomp_input()
252 crp->crp_payload_start = skip + hlen; in ipcomp_input()
253 crp->crp_payload_length = m->m_pkthdr.len - (skip + hlen); in ipcomp_input()
264 xd->skip = skip; in ipcomp_input()
294 int skip, protoff; in ipcomp_input_cb() local
301 skip = xd->skip; in ipcomp_input_cb()
348 m->m_pkthdr.len = clen + hlen + skip; in ipcomp_input_cb()
350 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input_cb()
[all …]
H A Dxform_esp.c268 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() argument
289 if ( (skip&3) || (m->m_pkthdr.len&3) ){ in esp_input()
291 __func__, skip, m->m_pkthdr.len)); in esp_input()
296 if (m->m_len < skip + sizeof(*esp)) { in esp_input()
297 m = m_pullup(m, skip + sizeof(*esp)); in esp_input()
305 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()
326 plen = m->m_pkthdr.len - (skip + hlen + alen); in esp_input()
355 ESPSTAT_ADD(esps_ibytes, m->m_pkthdr.len - (skip + hlen + alen)); in esp_input()
395 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_input()
404 m_copydata(m, skip + SPI_SIZE, in esp_input()
[all …]
H A Dipsec_input.c120 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() argument
144 if (m->m_pkthdr.len - skip < 2 * sizeof (u_int32_t)) { in ipsec_common_input()
153 m_copydata(m, skip, sizeof(u_int32_t), (caddr_t) &spi); in ipsec_common_input()
155 m_copydata(m, skip + sizeof(u_int32_t), sizeof(u_int32_t), in ipsec_common_input()
159 m_copydata(m, skip + sizeof(u_int16_t), sizeof(u_int16_t), in ipsec_common_input()
227 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff); in ipsec_common_input()
341 ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav, int skip, in ipsec4_common_input_cb() argument
363 if (skip != 0) { in ipsec4_common_input_cb()
367 if (m->m_len < skip && (m = m_pullup(m, skip)) == NULL) { in ipsec4_common_input_cb()
391 udp_ipsec_adjust_cksum(m, sav, prot, skip); in ipsec4_common_input_cb()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c69 size_t skip = uio->uio_skip; in zfs_uiomove_iov() local
74 cnt = MIN(iov->iov_len - skip, n); in zfs_uiomove_iov()
76 memcpy(iov->iov_base + skip, p, cnt); in zfs_uiomove_iov()
78 memcpy(p, iov->iov_base + skip, cnt); in zfs_uiomove_iov()
79 skip += cnt; in zfs_uiomove_iov()
80 if (skip == iov->iov_len) { in zfs_uiomove_iov()
81 skip = 0; in zfs_uiomove_iov()
85 uio->uio_skip = skip; in zfs_uiomove_iov()
98 size_t skip = uio->uio_skip; in zfs_uiomove_bvec_impl() local
103 size_t offset = bv->bv_offset + skip; in zfs_uiomove_bvec_impl()
[all …]
/freebsd/usr.sbin/service/
H A Dservice.sh96 skip="-s nostart"
98 skip="$skip -s nojail"
100 skip="$skip -s nojailvnet"
104 files=`rcorder ${skip} ${local_rc} 2>/dev/null`
137 skip="-s nostart"
139 skip="$skip -s nojail"
141 skip="$skip -s nojailvnet"
145 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto_aes.c142 size_t skip, size_t len, void *ivec, bool encrypt) in aes_encrypt_1() argument
150 crp->crp_payload_start = skip; in aes_encrypt_1()
163 crypto_use_buf(crp, buf, skip + len); in aes_encrypt_1()
182 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_encrypt() argument
207 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
215 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
217 off = skip + len - 2 * blocklen; in aes_encrypt()
230 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len - plen, in aes_encrypt()
240 off = skip + len - blocklen - plen; in aes_encrypt()
253 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_decrypt() argument
[all …]
/freebsd/usr.bin/ctags/
H A DC.c270 /* skip strings and character constants */ in func_entry()
274 /* skip comments */ in func_entry()
373 goto skip; in hash_entry()
400 skip: if (c == '\n') { /* get rid of rest of define */ in hash_entry()
459 * skip over comment
490 * skip to the end of a string or character constant.
496 skip; in skip_string() local
498 for (skip = false; GETC(!=, EOF); ) in skip_string()
501 skip = !skip; /* w in skip_string()
521 skip, skip_key() local
[all...]
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DAutomake.pm97 my %skip = map { $_ => 1 } @GLOBAL_SKIP;
106 if ($skip{$path} || $files_skip{$file} || $file =~ m{ [.]lo\z }xms) {
218 my @skip = $args_ref->{skip} ? @{ $args_ref->{skip} } : ();
219 push(@skip, @GLOBAL_SKIP, 'perl');
222 my @skip_tests = grep { m{ \A tests/ }xms } @skip;
223 @skip = grep { !m{ \A tests }xms } @skip;
229 my %skip = map { $_ => 1 } @skip, 'tests';
234 my @dirs = grep { -d && !$skip{$_} } readdir($rootdir);
/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/sys/opencrypto/
H A Dcriov.c179 cvm_page_contiguous_segment(vm_page_t *pages, size_t skip, int len) in cvm_page_contiguous_segment() argument
181 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()
186 return (((char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages))) + skip); in cvm_page_contiguous_segment()
288 m_epg_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_epg_contiguous_subsegment() argument
293 base = m_epg_segment(m, skip, &seglen); in m_epg_contiguous_subsegment()
788 m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_contiguous_subsegment() argument
792 MPASS(skip <= INT_MAX); in m_contiguous_subsegment()
794 m = m_getptr(m, (int)skip, &rel_off); in m_contiguous_subsegment()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c130 int64_t skip = request; in FILE_skip() local
132 off_t skip = (off_t)request; in FILE_skip() local
134 long skip = (long)request; in FILE_skip() local
137 int skip_bits = sizeof(skip) * 8 - 1; in FILE_skip()
151 if (sizeof(request) > sizeof(skip)) { in FILE_skip()
155 skip = max_skip; in FILE_skip()
170 skip <= mine->size - old_offset) { in FILE_skip()
172 new_offset = lseek(fileno(mine->f), skip, SEEK_CUR); in FILE_skip()
174 if (_fseeki64(mine->f, skip, SEEK_CUR) == 0) in FILE_skip()
177 if (fseeko(mine->f, skip, SEEK_CUR) == 0) in FILE_skip()
[all …]
/freebsd/libexec/rc/
H A Drc85 skip="-s nostart"
87 skip="$skip -s nojail"
89 skip="$skip -s nojailvnet"
103 files=`rcorder ${skip} ${skip_firstboot} ${system_rc} 2>/dev/null`
123 files=`rcorder ${skip} ${skip_firstboot} ${system_rc} ${local_rc} 2>/dev/null`
/freebsd/contrib/kyua/admin/
H A Dcheck-style-make.awk35 skip = 0
40 skip = 1
45 skip = 0
54 if (skip)
67 if (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>>...33