Searched refs:skip (Results 176 - 200 of 487) sorted by relevance

1234567891011>>

/freebsd-current/sys/netinet/
H A Dtcp_pcap.c162 int bytes_to_copy=0, trailing_data, skip=0, tcp_off; local
223 * in the destination mbuf, skip leading bytes and copy
229 skip = bytes_to_copy - M_SIZE(n);
259 m_copydata(m, skip, bytes_to_copy, n->m_data);
/freebsd-current/usr.bin/uniq/
H A Duniq.c64 {"skip-fields", required_argument, NULL, 'f'},
66 {"skip-chars", required_argument, NULL, 's'},
75 static wchar_t *skip(wchar_t *);
118 errx(1, "field skip value is %s: %s", errstr, optarg);
123 errx(1, "character skip value is %s: %s", errstr, optarg);
269 if ((ret = wcsdup(skip(buf))) == NULL)
316 skip(wchar_t *str) function
/freebsd-current/crypto/openssl/test/recipes/
H A D90-test_store.t189 skip "file: tests disabled on MingW", 4 if $^O =~ /^msys$/;
217 skip "file: tests disabled on MingW", 2 if $^O =~ /^msys$/;
228 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
236 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
248 skip "file: tests disabled on MingW", 1 if $^O =~ /^msys$/;
275 skip "failed rehash initialisation", 6 unless $rehash;
H A D25-test_verify.t300 skip "EC is not supported by this OpenSSL build", 3
319 skip "EC is not supported or FIPS is disabled", 3
324 skip "FIPS provider version is too old", 3
455 skip "Ed25519 is not supported by this OpenSSL build", 6
480 skip "SM2 is not supported by this OpenSSL build", 2 if disabled("sm2");
496 skip "Couldn't create certplusrsa.pem", 1
510 skip "Couldn't create rsapluscert.pem", 1
H A Dtconversion.pl68 skip "Not initialized, skipping...", 22 unless $init;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_corner_cases.kshlib42 dd if=$file bs=$HALFRECORDSIZE count=1 skip=1 2>/dev/null | sha256digest
165 log_must dd if=$ORIG1 of=$CLONE bs=$HALFRECORDSIZE skip=0 seek=0 \
170 log_must dd if=$ORIG1 of=$CLONE bs=$HALFRECORDSIZE skip=1 seek=1 \
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp66 /// Used during the InlineInfo::lookup() call to quickly skip child InlineInfo
77 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { function
87 while (skip(Data, Offset, false /* SkippedRanges */))
117 // not, quickly skip this InlineInfo object and all its children.
119 skip(Data, Offset, true /* SkippedRanges */);
/freebsd-current/usr.sbin/ppp/
H A Darp.c231 int mib[6], skip; local
267 skip = (ifm->ifm_flags & (IFF_UP | IFF_BROADCAST | IFF_POINTOPOINT |
275 if (skip || (ifam->ifam_addrs & (RTA_NETMASK|RTA_IFA)) !=
/freebsd-current/sys/net80211/
H A Dieee80211_regdomain.c263 int i, skip, nruns; local
298 skip = skipflags[ieee80211_chan2mode(ic->ic_bsschan)];
300 skip |= IEEE80211_CHAN_2GHZ;
302 skip |= IEEE80211_CHAN_5GHZ;
308 if (c->ic_flags & skip) /* skip band, etc. */
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp389 void skip(uint32_t Distance);
1048 void Scanner::skip(uint32_t Distance) { function in class:Scanner
1156 // This may skip more than one byte, thus Column is only incremented
1169 skip(1);
1261 skip(3);
1271 skip(1);
1293 skip(1);
1307 skip(1);
1320 skip(1);
1336 skip(
1951 void Stream::skip() { function in class:Stream
2481 bool Document::skip() { function in class:Document
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S53 # skip ss
54 # skip eflags
57 # skip cs
58 # skip ds
59 # skip es
60 # skip fs
61 # skip gs
105 # skip rflags
106 # skip cs
107 # skip f
[all...]
/freebsd-current/sys/contrib/zlib/
H A Dgzwrite.c188 if (gz_zero(state, state->skip) == -1)
307 if (gz_zero(state, state->skip) == -1)
384 if (gz_zero(state, state->skip) == -1)
474 if (gz_zero(state, state->skip) == -1)
548 if (gz_zero(state, state->skip) == -1)
579 if (gz_zero(state, state->skip) == -1)
612 if (gz_zero(state, state->skip) == -1)
H A Dgzguts.h194 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon40
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c1080 r = r->skip[PF_SKIP_IFP].ptr;
1082 r = r->skip[PF_SKIP_DIR].ptr;
1084 r = r->skip[PF_SKIP_AF].ptr;
1086 r = r->skip[PF_SKIP_PROTO].ptr;
1090 r = r->skip[PF_SKIP_SRC_ADDR].ptr;
1094 r = r->skip[PF_SKIP_DST_ADDR].ptr;
1243 r = r->skip[PF_SKIP_IFP].ptr;
1245 r = r->skip[PF_SKIP_DIR].ptr;
1247 r = r->skip[PF_SKIP_AF].ptr;
1250 r = r->skip[PF_SKIP_PROT
[all...]
/freebsd-current/sys/opencrypto/
H A Dktls_ocf.c448 int i, error, skip; local
495 * Allocate and populate the iov. Have to skip over the TLS
504 skip = sizeof(*hdr) + AES_BLOCK_LEN;
506 if (n->m_len < skip) {
507 skip -= n->m_len;
510 iov[i].iov_base = mtod(n, char *) + skip;
511 iov[i].iov_len = n->m_len - skip;
512 skip = 0;
702 ktls_ocf_recrypt_fixup(struct mbuf *m, u_int skip, u_int len, char *buf) argument
707 while (skip >
[all...]
/freebsd-current/contrib/tcsh/
H A Dtc.prompt.c370 int skip; local
408 if (cp[1] >= '1' && cp[1] <= '9') { /* calc # to skip */
409 skip = cp[1] - '0';
413 skip = 1;
415 updirs -= skip;
416 while (skip-- > 0) {
419 if (skip && z > q)
571 * No literal capability, so skip all chars in the literal
/freebsd-current/sys/dev/mii/
H A Dmii.c456 goto skip;
474 * `offset' locator, skip this PHY if it doesn't match.
477 goto skip;
483 goto skip;
497 goto skip;
502 goto skip;
505 skip:
592 * If this PHY instance isn't currently selected, just skip
615 * If we're not polling this PHY instance, just skip it.
/freebsd-current/sys/dev/sk/
H A Dif_skreg.h170 * the 'skip' parameter. The 'skip' value is the number of extra pages
171 * for skip when computing the port0/port1 offsets. For most registers,
172 * the skip value is 0; for the BMU and RAMbuffer registers, it's 1.
174 #define SK_IF_READ_4(sc_if, skip, reg) \
176 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
177 #define SK_IF_READ_2(sc_if, skip, reg) \
179 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
180 #define SK_IF_READ_1(sc_if, skip, reg) \
182 ((sc_if->sk_port * (skip
[all...]
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h201 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon11096
/freebsd-current/contrib/less/
H A Ddecode.c486 static int x11mouse_action(int skip) argument
491 if (skip)
509 static int x116mouse_action(int skip) argument
519 if (skip)
/freebsd-current/sys/dev/cesa/
H A Dcesa.c551 unsigned int skip, len; local
612 skip = crp->crp_payload_start;
616 eskip = skip;
620 mskip = skip;
624 eskip = skip;
626 mskip = skip;
638 skip = crp->crp_payload_start;
640 eskip = skip;
644 skip = crp->crp_aad_start;
646 mskip = skip;
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s101 ja @skip ; no, too big
124 @skip: xor di, di ; return ES:DI = NIL pointer
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller45.sh64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
68 if (skip && valid) {
H A Dsyzkaller57.sh64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
69 if (skip && valid) {
H A Dsyzkaller61.sh55 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
59 if (skip && valid) {

Completed in 347 milliseconds

1234567891011>>