Searched refs:skip (Results 76 - 100 of 486) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/
H A Dkeys-command.sh7 skip "need SUDO to create file in /var/run, test won't work without"
78 skip "$KEY_COMMAND not executable (/var/run mounted noexec?)"
H A Ddropbear-kex.sh7 skip "dropbear interop tests not enabled"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { argument
26 if (stack.size <= skip)
28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip));
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Duio.h107 size_t skip)
119 uio->uio_skip = skip;
154 ssize_t resid, size_t skip)
164 uio->uio_skip = skip;
105 zfs_uio_iovec_init(zfs_uio_t *uio, const struct iovec *iov, unsigned long nr_segs, offset_t offset, zfs_uio_seg_t seg, ssize_t resid, size_t skip) argument
153 zfs_uio_iov_iter_init(zfs_uio_t *uio, struct iov_iter *iter, offset_t offset, ssize_t resid, size_t skip) argument
/freebsd-current/crypto/openssl/test/recipes/
H A D02-test_errstr.t69 # is to skip this errcode.
70 skip "perl error strings and ssystem error strings for errcode 0 differ", 1
74 skip "negative error codes are not supported in OpenSSL", 1
H A D20-test_enc.t47 skip "Problems getting ciphers...", 1 + scalar(@ciphers)
51 skip "Not initialized, skipping...", scalar(@ciphers);
H A D20-test_enc_more.t47 skip "Problems getting ciphers...", 1 + scalar(@ciphers)
51 skip "Not initialized, skipping...", scalar(@ciphers);
H A D25-test_req.t66 skip "RSA is not supported by this OpenSSL build", 2
94 skip "RSA is not supported by this OpenSSL build", 2
150 skip "RSA is not supported by this OpenSSL build", 2
231 skip "DSA is not supported by this OpenSSL build", 2
251 skip "ECDSA is not supported by this OpenSSL build", 2
271 skip "Ed25519 is not supported by this OpenSSL build", 2
291 skip "Ed448 is not supported by this OpenSSL build", 2
324 skip "SM2 is not supported by this OpenSSL build", 4
H A D70-test_comp.t49 skip "TLSv1.2 disabled", 2 if disabled("tls1_2");
68 skip "TLSv1.3 disabled", 2
H A D03-test_fipsinstall.t218 skip "Skipping KAS DH corruption test because of no dh in this build", 1
232 skip "Skipping Signature DSA corruption test because of no dsa in this build", 1
237 skip "FIPS provider version is too new for PCT DSA signature test", 1
251 skip "Skipping Asymmetric RSA corruption test because of no rsa in this build", 1
H A D04-test_conf.t34 skip "Problem dumping $_", 1
H A D61-test_bio_prefix.t32 skip "Problem prefixing $_", 1
H A D20-test_dhparam.t149 skip "Skipping tests that require DSA", 4 if disabled("dsa");
177 skip "Skipping tests that are only supported in a fips build with security ".
191 skip "Skipping tests that require DSA", 2 if disabled("dsa");
H A D70-test_renegotiation.t56 skip "TLSv1.2 or TLSv1.1 disabled", 1
85 skip "TLSv1.2 disabled", 1
100 skip "TLSv1.2 and TLSv1.1 disabled", 1
H A D70-test_sslsignature.t54 skip "TLSv1.3 disabled", 1
87 skip "TLS <= 1.2 disabled", 2
99 skip "DH disabled", 1 if disabled("dh");
H A D80-test_pkcs12.t67 skip "VMS doesn't have command line UTF-8 support yet in DCL", 1
94 skip "Skipping PKCS#12 test because DES is disabled in this build", 1
106 skip "Skipping legacy PKCS#12 test because the required algorithms are disabled", 1
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h30 void skip();
/freebsd-current/contrib/sendmail/libsm/
H A Dmbdb.c623 goto skip;
629 goto skip;
639 goto skip;
649 goto skip;
660 goto skip;
669 goto skip;
672 goto skip;
682 goto skip;
691 goto skip;
694 goto skip;
[all...]
/freebsd-current/contrib/dma/
H A Dmail.c181 /* skip over header name */
254 goto skip;
270 goto skip;
276 goto skip;
282 goto skip;
295 goto skip;
308 goto skip;
318 goto skip;
324 skip:
/freebsd-current/contrib/unbound/edns-subnet/
H A Daddrtree.h187 addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip);
191 const addrkey_t *s2, addrlen_t l2, addrlen_t skip);
/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c89 u16 skip = 0; local
98 if (skip++ == index)
/freebsd-current/contrib/nvi/cl/
H A Dcl_read.c103 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
105 rc = INPUT2INT5(sp, clp->cw, clp->ibuf, nr + clp->skip,
112 memmove(clp->ibuf, clp->ibuf + nr + clp->skip - n, n);
113 clp->skip = n;
117 clp->skip = 0;
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-test-part-test.cc95 const TestPartResult skip(TestPartResult::kSkip, "file.cc", 42, "message");
96 EXPECT_FALSE(skip.passed());
97 EXPECT_FALSE(skip.failed());
98 EXPECT_FALSE(skip.nonfatally_failed());
99 EXPECT_FALSE(skip.fatally_failed());
100 EXPECT_TRUE(skip.skipped());
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c49 static char *skip(char *);
158 p = skip(p);
162 p = skip(p);
171 p = skip(p);
175 for (; *p; p = skip(p)) {
218 skip(char *p) function
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c166 memory_read_skip(struct archive *a, void *_private, int64_t skip) argument
177 if (private->filebytes < skip)
178 skip = (off_t)private->filebytes;
179 private->filebytes -= skip;
181 skip = 0;
183 return (skip);

Completed in 116 milliseconds

1234567891011>>