/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api.rst | 5 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/contrib/openzfs/tests/test-runner/bin/ |
H A D | zts-report.py.in | 36 # SKIP 32 152 'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason], 153 'cli_user/misc/zfs_unshare_001_neg': ['SKIP', na_reason], 154 'pool_checkpoint/checkpoint_discard_busy': ['SKIP', 12053], 155 'privilege/setup': ['SKIP', na_reason], 157 'rootpool/setup': ['SKIP', na_reason], 158 'rsend/rsend_008_pos': ['SKIP', 6066], 167 ['SKIP', na_reason], 168 'cli_root/zpool_wait/zpool_wait_trim_basic': ['SKIP', trim_reason], 169 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reason], [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 80-test_ssl_old.t | 125 SKIP: { 126 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 [all …]
|
H A D | 80-test_ssl_new.t | 90 # configurations. Default is $no_tls but some tests have different skip 92 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) = @_; 149 SKIP: { 151 skip 'failure', 2 unless 157 SKIP: { 159 skip "Skipping generated source test for $conf", 1 [all …]
|
H A D | 25-test_verify_store.t | 33 SKIP: { 41 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 D | 20-test_pkeyutl.t | 24 SKIP: { 25 skip "Skipping tests that require EC, SM2 or SM3", 4 56 SKIP: { 57 skip "Skipping tests that require EC", 4 141 SKIP: { 142 skip "RSA is not supported by this OpenSSL build", 1 161 SKIP: { 162 skip "DSA is not supported by this OpenSSL build", 1 173 SKIP: { 174 skip "ECDSA is not supported by this OpenSSL build", 1 [all …]
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | exclude.sh | 18 # The SKIP variable contains tests that should not be executed at all. The 21 # the CI environment. Please avoid adding tests to SKIP unless it really is 68 exclude SKIP common/cpc/err.D_PDESC_ZERO.lowfrequency.d 69 exclude SKIP common/cpc/err.D_PDESC_ZERO.malformedoverflow.d 70 exclude SKIP common/cpc/err.D_PDESC_ZERO.nonexistentevent.d 71 exclude SKIP common/cpc/err.cpcvscpustatpart1.ksh 72 exclude SKIP common/cpc/err.cpcvscpustatpart2.ksh 73 exclude SKIP common/cpc/err.cputrackfailtostart.ksh 74 exclude SKIP common/cpc/err.cputrackterminates.ksh 75 exclude SKIP common/cpc/err.toomanyenablings.d [all …]
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 67 * skip: index to leave open 82 u_int16_t skip; in __bt_split() local 90 * skip set to the offset which should be used. Additionally, l and r in __bt_split() 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() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_ldexp.c | 44 #define SKIP 9999 macro 57 { 1.0, 5, SKIP, " 32" }, 58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" }, 60 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" }, 63 { 1.0, -5, SKIP, " 0.03125" }, 64 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" }, 66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" }, 75 { 0.0, -1, SKIP, " 0" }, 76 { 0.0, 0, SKIP, " 0" }, 77 { 0.0, 1, SKIP, " 0" }, [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | set_skip.sh | 32 atf_set descr 'Unset set skip test' 43 pft_set_rules alcatraz "set skip on lo0" \ 46 echo "set skip" 52 # Unset the skip on the group 76 atf_set descr 'Basic set skip test' 89 pft_set_rules alcatraz "set skip on foo" \ 92 echo "set skip" 98 # Unset the skip on the group 120 atf_set descr 'Basic set skip test, lo' 132 pft_set_rules alcatraz "set skip on lo" \ [all …]
|
/freebsd/sys/netipsec/ |
H A D | xform_ah.c | 264 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 D | ipsec_mbuf.c | 46 * Make space for a new header of length hlen at skip bytes 54 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() 67 * At this point skip is the offset into the mbuf m 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() [all …]
|
H A D | xform_ipcomp.c | 198 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() 293 int skip, protoff; in ipcomp_input_cb() local 300 skip = xd->skip; in ipcomp_input_cb() 339 m->m_pkthdr.len = clen + hlen + skip; in ipcomp_input_cb() 341 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input_cb() [all …]
|
H A D | xform_esp.c | 268 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() 290 DPRINTF(("%s: misaligned packet, skip %u pkt len %u", 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() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_uio.c | 68 size_t skip = uio->uio_skip; in zfs_uiomove_iov() local 73 cnt = MIN(iov->iov_len - skip, n); in zfs_uiomove_iov() 75 memcpy(iov->iov_base + skip, p, cnt); in zfs_uiomove_iov() 77 memcpy(p, iov->iov_base + skip, cnt); in zfs_uiomove_iov() 78 skip += cnt; in zfs_uiomove_iov() 79 if (skip == iov->iov_len) { in zfs_uiomove_iov() 80 skip = 0; in zfs_uiomove_iov() 84 uio->uio_skip = skip; in zfs_uiomove_iov() 97 size_t skip = uio->uio_skip; in zfs_uiomove_bvec_impl() local 102 cnt = MIN(bv->bv_len - skip, n); in zfs_uiomove_bvec_impl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMIRFormatter.cpp | 60 uint64_t Skip = ((Imm >> 4) & 0x7); in printSDelayAluImm() local 78 if (Skip == Same && Id1 == None) in printSDelayAluImm() 83 if (Skip == 0) in printSDelayAluImm() 85 else if (Skip == 1) in printSDelayAluImm() 88 OS << "SKIP_" << Skip - 1; in printSDelayAluImm() 127 int64_t Skip = 0; in parseSDelayAluImmMnemonic() local 147 Skip = 0; in parseSDelayAluImmMnemonic() 149 Skip = 1; in parseSDelayAluImmMnemonic() 151 if (Src.consumeInteger(10, Skip)) { in parseSDelayAluImmMnemonic() 152 return ErrorCallback(Src.begin(), "Expected integer Skip value"); in parseSDelayAluImmMnemonic() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | merge_summary.awk | 19 skip=0 30 # Skip empty lines 33 # Skip Configuration and Test lines 51 /SKIP/{ if (state=="pass_count") {skip += $2}} 87 print "SKIP\t"skip 90 if (pass+fail+skip > 0) { 91 percent_passed=(pass/(pass+fail+skip) * 100)
|
/freebsd/sys/opencrypto/ |
H A D | criov.c | 53 * These macros are only for avoiding code duplication, as we need to skip 60 KASSERT(iol >= 0, ("%s: empty in skip", __func__)); \ 179 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 [all …]
|
/freebsd/usr.bin/ctags/ |
H A D | C.c | 270 /* 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/diff/man/ |
H A D | cmp.1 | 14 \fB\-i\fR SKIP \fB\-\-ignore\-initial\fR=\fISKIP\fR 15 Skip the first SKIP bytes of input. 19 Skip the first SKIP1 bytes of FILE1 and the first SKIP2 bytes of FILE2. 36 SKIP1 and SKIP2 are the number of bytes to skip in each file. 37 SKIP values may be followed by the following multiplicative suffixes:
|
/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto_aes.c | 138 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 202 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt() 210 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt() 212 off = skip + len - 2 * blocklen; in aes_encrypt() 225 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len - plen, 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 [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_open_file.c | 126 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() 137 * If we can't skip, return 0 as the amount we did step and 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() [all …]
|
/freebsd/usr.sbin/service/ |
H A D | service.sh | 86 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/crypto/openssh/regress/ |
H A D | integrity.sh | 30 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/usr.bin/hexdump/ |
H A D | hexsyntax.c | 42 off_t skip; /* bytes to skip */ variable 92 if ((skip = strtoll(optarg, &p, 0)) < 0) in newsyntax() 93 errx(1, "%s: bad skip value", optarg); in newsyntax() 96 skip *= 512; in newsyntax() 99 skip *= 1024; in newsyntax() 102 skip *= 1048576; in newsyntax() 130 " [-s skip] [file ...]", in usage() 132 " [-s skip] [file ...]"); in usage()
|