Searched refs:skip (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dload.c209 int skip = 2; local
213 skip = 3;
243 fname += skip;
287 * Environment value not found -- skip the home list entry
369 * because we'll have to skip over an immediately following ':' or '='
408 * THEN we skip this option.
419 * Therefore, skip if disabled.
427 * Therefore, skip if NOT disabled.
439 * Therefore, skip if NOT disabled.
447 * Therefore, skip i
[all...]
/freebsd-11-stable/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-11-stable/tools/tools/ath/athpoke/
H A Dathpoke.c194 goto skip;
200 goto skip;
212 skip:
/freebsd-11-stable/contrib/libdivsufsort/lib/
H A Dtrsort.c559 saidx_t t, skip, unsorted; local
565 skip = 0;
568 if((t = *first) < 0) { first -= t; skip += t; }
570 if(skip != 0) { *(first + skip) = skip; skip = 0; }
576 else { skip = first - last; }
578 skip = -1;
583 if(skip !
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c242 testdb(int skip) argument
270 if (skip == 0 || c.c_port % skip != 0)
/freebsd-11-stable/usr.bin/uniq/
H A Duniq.c73 {"skip-fields", required_argument, NULL, 'f'},
75 {"skip-chars", required_argument, NULL, 's'},
84 static wchar_t *skip(wchar_t *);
128 errx(1, "illegal field skip value: %s", optarg);
133 errx(1, "illegal character skip value: %s", optarg);
248 if ((ret = wcsdup(skip(buf))) == NULL)
298 skip(wchar_t *str) function
/freebsd-11-stable/usr.sbin/ppp/
H A Darp.c233 int mib[6], skip; local
269 skip = (ifm->ifm_flags & (IFF_UP | IFF_BROADCAST | IFF_POINTOPOINT |
277 if (skip || (ifam->ifam_addrs & (RTA_NETMASK|RTA_IFA)) !=
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp252 skip();
262 skip();
280 void ScriptLexer::skip() { (void)next(); } function in class:lld::elf::ScriptLexer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp397 void skip(uint32_t Distance);
954 void Scanner::skip(uint32_t Distance) { function in class:Scanner
1046 // This may skip more than one byte, thus Column is only incremented
1059 skip(1);
1148 skip(3);
1158 skip(1);
1177 skip(1);
1190 skip(1);
1202 skip(1);
1217 skip(
1805 void Stream::skip() { function in class:Stream
2288 bool Document::skip() { function in class:Document
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_regdomain.c242 int i, skip, nruns; local
277 skip = skipflags[ieee80211_chan2mode(ic->ic_bsschan)];
279 skip |= IEEE80211_CHAN_2GHZ;
281 skip |= IEEE80211_CHAN_5GHZ;
287 if (c->ic_flags & skip) /* skip band, etc. */
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c835 r = r->skip[PF_SKIP_IFP].ptr;
837 r = r->skip[PF_SKIP_DIR].ptr;
839 r = r->skip[PF_SKIP_AF].ptr;
841 r = r->skip[PF_SKIP_PROTO].ptr;
845 r = r->skip[PF_SKIP_SRC_ADDR].ptr;
849 r = r->skip[PF_SKIP_DST_ADDR].ptr;
979 r = r->skip[PF_SKIP_IFP].ptr;
981 r = r->skip[PF_SKIP_DIR].ptr;
983 r = r->skip[PF_SKIP_AF].ptr;
986 r = r->skip[PF_SKIP_PROT
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c68 svn_boolean_t skip; member in struct:node_state_t
102 but create it marked with skip+skip_children.
150 ns->skip = TRUE;
176 SVN_ERR(eb->processor->dir_opened(&ns->baton, &ns->skip,
221 if (!ns->skip)
428 SVN_ERR(ensure_state(eb, local_abspath, TRUE /* skip */, scratch_pool));
523 if (!ns->skip)
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S41 # skip ss
42 # skip eflags
45 # skip cs
46 # skip ds
47 # skip es
48 # skip fs
49 # skip gs
92 # skip rflags
93 # skip cs
94 # skip f
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Drwlock.c538 isc_boolean_t skip = ISC_FALSE; local
553 skip = ISC_TRUE;
555 if (!skip &&
569 skip = ISC_FALSE;
577 skip = ISC_TRUE;
579 if (!skip && rwl->active == 0) {
588 skip = ISC_FALSE;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_srvr.c169 int new_state, state, skip = 0; local
482 skip = 1;
487 skip = 1;
533 skip = 1;
571 skip = 1;
913 if (!s->s3->tmp.reuse_message && !skip) {
926 skip = 0;
/freebsd-11-stable/contrib/mdocml/
H A Dhtml.c267 int skip, sz; local
278 skip = 0;
283 if (skip) {
284 skip = 0;
299 if (skip)
300 skip = 0;
305 skip = 1;
H A Dmdoc_man.c297 int skip, sz; local
300 skip = 0;
305 if (skip) {
306 skip = 0;
321 if (skip)
322 skip = 0;
327 skip = 1;
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzwrite.c199 if (gz_zero(state, state->skip) == -1)
329 if (gz_zero(state, state->skip) == -1)
407 if (gz_zero(state, state->skip) == -1)
501 if (gz_zero(state, state->skip) == -1)
578 if (gz_zero(state, state->skip) == -1)
613 if (gz_zero(state, state->skip) == -1)
648 if (gz_zero(state, state->skip) == -1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp96 if (auto Err = BlockReader.skip(Length))
102 if (auto Err = BlockReader.skip(ExtendedLength))
288 if (auto Err = RecordReader.skip(PC.G.getPointerSize()))
314 if (auto Err = RecordReader.skip(1))
482 if (auto Err = RecordReader.skip(PC.G.getPointerSize()))
493 if (auto Err = RecordReader.skip(PC.G.getPointerSize()))
533 if (auto Err = RecordReader.skip(PC.G.getPointerSize()))
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c285 /* We don't skip for an assembler #. */
379 int skip = 1; local
435 skip = 0;
461 skip = 0;
473 else if (skip == 0)
476 end_directive (pfile, skip);
485 return skip;
1464 /* Get a token but skip padding. */
1628 int skip = 1; local
1636 skip
1649 int skip = 1; local
1675 int skip = 1; local
1786 push_conditional(cpp_reader *pfile, int skip, int type, const cpp_hashnode *cmacro) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-valprint.c260 * vtbl pointer, skip this part */
281 /* If requested, skip printing of static fields. */
519 int skip; local
545 valaddr, offset, &boffset, &skip);
546 if (skip >= 0)
556 skip = ((boffset == -1) || (boffset + offset) < 0) ? 1 : -1;
572 skip = 1;
598 if (skip >= 1)
/freebsd-11-stable/sys/dev/mii/
H A Dmii.c448 goto skip;
466 * `offset' locator, skip this PHY if it doesn't match.
469 goto skip;
475 goto skip;
489 goto skip;
494 goto skip;
497 skip:
584 * If this PHY instance isn't currently selected, just skip
607 * If we're not polling this PHY instance, just skip it.
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c375 svn_boolean_t skip = FALSE;
392 SVN_ERR(diff_processor->file_opened(&file_baton, &skip,
402 if (skip)
542 svn_boolean_t skip = FALSE;
574 SVN_ERR(diff_processor->dir_opened(&dir_baton, &skip, &skip_children,
593 else if (skip)
373 svn_boolean_t skip = FALSE; local
540 svn_boolean_t skip = FALSE; local
/freebsd-11-stable/sys/dev/sk/
H A Dif_skreg.h171 * the 'skip' parameter. The 'skip' value is the number of extra pages
172 * for skip when computing the port0/port1 offsets. For most registers,
173 * the skip value is 0; for the BMU and RAMbuffer registers, it's 1.
175 #define SK_IF_READ_4(sc_if, skip, reg) \
177 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
178 #define SK_IF_READ_2(sc_if, skip, reg) \
180 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
181 #define SK_IF_READ_1(sc_if, skip, reg) \
183 ((sc_if->sk_port * (skip
[all...]

Completed in 402 milliseconds

1234567891011>>