Searched refs:skip (Results 276 - 300 of 487) sorted by relevance

<<11121314151617181920

/freebsd-current/usr.bin/vgrind/
H A Dvfontedpr.c353 goto skip;
365 skip:
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c239 memory_read_skip(struct archive *a, void *_private, int64_t skip) argument
243 int64_t new_position = memory_read_seek(a, _private, skip, SEEK_CUR);
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm149 ja @skip ; no, packet to large for us
164 @skip: xor di, di ; return ES:DI = NIL pointer
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros.hpp94 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py172 "used in succ/fail/skip - skips rest of testcase with"
206 def skip(self, detail=None): member in class:TestCase
207 "set skip status"
244 # we exited with succ, fail, or skip
501 tc.skip('cannot test dot-L mkdir on {0}'.format(clnt.proto))
554 tc.skip('%s does not support Tgetattr', clnt)
625 tc.skip('{0} does not support Txattrwalk'.format(clnt))
/freebsd-current/contrib/kyua/engine/
H A Datf_helpers.cpp99 skip("cookie created");
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemchr.S77 tst r0, #7 @ If it's already aligned skip the next bit
/freebsd-current/contrib/atf/atf-c/
H A Dtc.c97 static void skip(struct context *, atf_dynstr_t *)
382 skip(struct context *ctx, atf_dynstr_t *reason) function
389 /** Formats a failure/skip reason message.
518 skip(ctx, &reason);
927 skip(ctx, &reason);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h652 void skip(Cursor &C, uint64_t Length) const;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h133 return Reader.skip(1);
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S61 tst r0, #7 @ If it's already aligned skip the next bit
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl171 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/freebsd-current/sys/dev/hyperv/include/
H A Dvmbus.h213 int data_len, uint32_t skip,
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c106 IWL_DEBUG_POWER(mvm, "DTIM periods to skip = %u\n",
309 int skip; local
324 skip = 2;
330 /* configure skip over dtim up to 900 TU DTIM interval */
331 skip = max_t(u8, 1, 900 / dtimper_tu);
334 cmd->skip_dtim_periods = skip;
/freebsd-current/sys/x86/x86/
H A Dmca.c1368 int i, skip, family; local
1424 skip = 0;
1433 skip = 1;
1441 if (!skip)
/freebsd-current/sys/i386/i386/
H A Dlocore.S450 .skip 0x1000, 0x90 /* Fill with "nop"s */
/freebsd-current/bin/pax/
H A Dtar.c400 arcn->skip = 0;
458 * skip value to the size field and calculate the size
464 arcn->skip = arcn->sb.st_size;
780 arcn->skip = 0;
845 * these types have file data that follows. Set the skip and
850 arcn->skip = arcn->sb.st_size;
/freebsd-current/crypto/openssh/regress/
H A Dagent-pkcs11-restrict.sh6 p11_setup || skip "No PKCS#11 library found"
/freebsd-current/crypto/openssl/test/recipes/
H A D70-test_sslrecords.t158 skip "TLSv1.1 disabled", 1 if disabled("tls1_1");
179 skip "TLSv1.3 disabled", 8
H A D70-test_tls13messages.t227 skip "No OCSP support in this OpenSSL build", 4
342 skip "No CT, EC or OCSP support in this OpenSSL build", 1
/freebsd-current/stand/common/
H A Dmodule.c113 char *prefix, *skip; local
131 skip = NULL;
148 skip = optarg;
177 return (load_manifest(argv[1], prefix, skip, NULL));
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp229 void DataExtractor::skip(Cursor &C, uint64_t Length) const { function in class:DataExtractor
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c2018 int skip = 0; local
2030 skip = 2 * (wolfSSL_GetKeySize(ssl) + wolfSSL_GetHmacSize(ssl) +
2033 tmp_out = os_malloc(skip + out_len);
2046 _out, skip + out_len);
2051 _out, skip + out_len);
2056 os_memcpy(out, _out + skip, out_len);
2057 bin_clear_free(tmp_out, skip + out_len);
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1145 int i, skip; local
1160 skip = 1; /* save two point operations in the first
1164 if (!skip)
1177 if (!skip) {
1183 skip = 0;
1216 if (!skip) {
1222 skip = 0;
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c77 static char *skip(char *);
692 skip(char *cp) function
712 return (skip(cp));
743 cp = skip(line);
752 *tp++ = '\0', tp = skip(tp);

Completed in 340 milliseconds

<<11121314151617181920