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

1234567891011>>

/freebsd-10-stable/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)
H A Dgzguts.h194 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon489
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c208 svn_boolean_t skip; member in struct:node_move_baton_t
565 nmb->skip = TRUE;
606 if (nmb->pb->skip)
607 nmb->skip = TRUE;
612 if (nmb->skip)
650 if (nmb->pb->skip)
651 nmb->skip = TRUE;
671 if (nmb->skip)
720 nmb->skip = TRUE;
755 if (nmb->skip)
1978 check_bump_layer(svn_boolean_t *skip, svn_depth_t *src_depth, const char *bump_root, svn_depth_t bump_depth, const char *src_relpath, svn_node_kind_t src_kind, apr_pool_t *scratch_pool) argument
2174 svn_boolean_t skip; local
[all...]
/freebsd-10-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-10-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-10-stable/sys/dev/mii/
H A Dmii.c447 goto skip;
465 * `offset' locator, skip this PHY if it doesn't match.
468 goto skip;
474 goto skip;
488 goto skip;
493 goto skip;
496 skip:
583 * If this PHY instance isn't currently selected, just skip
606 * If we're not polling this PHY instance, just skip it.
/freebsd-10-stable/contrib/tcsh/
H A Dtc.prompt.c374 int skip; local
412 if (cp[1] >= '1' && cp[1] <= '9') { /* calc # to skip */
413 skip = cp[1] - '0';
417 skip = 1;
419 updirs -= skip;
420 while (skip-- > 0) {
423 if (skip && z > q)
575 * No literal capability, so skip all chars in the literal
/freebsd-10-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...]
/freebsd-10-stable/sys/netipsec/
H A Dipsec.h371 int skip, int protoff, struct m_tag *mt);
380 extern struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);
382 extern int m_striphdr(struct mbuf *m, int skip, int hlen);
/freebsd-10-stable/contrib/gcc/
H A Dvarray.h89 PTR GTY ((length ("%0.num_elements"), skip (""),
101 struct reg_info_def *GTY ((length ("%0.num_elements"), skip,
103 struct basic_block_def *GTY ((length ("%0.num_elements"), skip,
109 tree *GTY ((length ("%0.num_elements"), skip (""),
H A Dtree-flow.h113 PTR GTY ((skip (""))) aux;
116 tree GTY((skip)) value_handle;
223 ipa_reference_vars_info_t GTY ((skip)) reference_vars_info;
304 struct stmt_operands_d GTY ((skip (""))) operands;
318 void * GTY ((skip (""))) histograms;
/freebsd-10-stable/contrib/gdb/include/
H A Dhashtab.h126 PTR GTY((skip (""))) alloc_arg;
/freebsd-10-stable/sys/pc98/cbus/
H A Dfdc.c244 int skip; member in struct:fd_data
1792 fd->skip = 0;
1851 blknum = bp->bio_pblkno + fd->skip / fdblk;
1882 blknum = bp->bio_pblkno + fd->skip / fdblk;
1952 fd->skip = (char *)&(finfo->fd_formb_cylno(0))
1955 isa_dmastart(idf, bp->bio_data+fd->skip,
1957 blknum = bp->bio_pblkno + fd->skip / fdblk;
1974 bp->bio_data + fd->skip,
2019 bp->bio_data+fd->skip,
2032 bp->bio_data + fd->skip,
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c740 size_t skip, total; local
765 skip = p - (const char *)h;
766 __archive_read_consume(a, skip);
771 skip = p - (const char *)h;
772 __archive_read_consume(a, skip);
773 total += skip;
818 size_t skip; local
879 skip = archive_le16dec(p + 5);
880 if (skip < 7 + sizeof(rar->reserved1) + sizeof(rar->reserved2)) {
885 if ((h = __archive_read_ahead(a, skip, NUL
[all...]
/freebsd-10-stable/bin/pax/
H A Dftree.c76 static int ftree_skip; /* when set skip to next file arg */
201 * if -n we are done with this arg, force a skip to the next arg when
450 arcn->skip = 0;
488 * archive. all others will store a zero length skip.
489 * the skip field is used by pax for actual data it has
490 * to read (or skip over).
493 arcn->skip = arcn->sb.st_size;
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-srio.c168 /* Only change the skip if the user hasn't already set it */
169 if (!port_config.s.skip)
171 port_config.s.skip = sizeof(cvmx_srio_rx_message_header_t);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c214 goto skip;
260 skip:
/freebsd-10-stable/contrib/ntp/scripts/
H A Dsummary-opts.def57 name = skip-time-steps;
/freebsd-10-stable/contrib/bmake/mk/
H A Dsubdir.mk2 # skip missing directories...
/freebsd-10-stable/usr.sbin/sysrc/
H A Dsysrc799 skip=
801 [ "$b" = "$a" ] && skip=1 break
803 [ "$skip" ] || new="$new$delim$a"
806 unset add delim oldIFS a skip b
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_lb.c149 r = r->skip[PF_SKIP_IFP].ptr;
151 r = r->skip[PF_SKIP_DIR].ptr;
153 r = r->skip[PF_SKIP_AF].ptr;
155 r = r->skip[PF_SKIP_PROTO].ptr;
158 r = r->skip[src == &r->src ? PF_SKIP_SRC_ADDR :
162 r = r->skip[src == &r->src ? PF_SKIP_SRC_PORT :
167 r = r->skip[PF_SKIP_DST_ADDR].ptr;
174 r = r->skip[PF_SKIP_DST_PORT].ptr;
H A Dpf_norm.c1204 r = r->skip[PF_SKIP_IFP].ptr;
1206 r = r->skip[PF_SKIP_DIR].ptr;
1208 r = r->skip[PF_SKIP_AF].ptr;
1210 r = r->skip[PF_SKIP_PROTO].ptr;
1214 r = r->skip[PF_SKIP_SRC_ADDR].ptr;
1218 r = r->skip[PF_SKIP_DST_ADDR].ptr;
1445 r = r->skip[PF_SKIP_IFP].ptr;
1447 r = r->skip[PF_SKIP_DIR].ptr;
1449 r = r->skip[PF_SKIP_AF].ptr;
1452 r = r->skip[PF_SKIP_PROT
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_async.c513 int skip = 0; local
533 skip = 2;
536 if (sc->slen - skip > sc->cfg.amru) {
542 if ((n = m_devget(sc->sbuf + skip,
543 sc->slen - skip, 0, rcvif, NULL))) {
/freebsd-10-stable/usr.sbin/dconschat/
H A Ddconschat.c747 int skip; local
751 skip = 0;
779 skip = 1;
786 skip = 1;
804 skip = 0;
811 skip = 1;
834 if (!skip) {
/freebsd-10-stable/contrib/less/
H A Dcmdbuf.c1412 int *skip = NULL; local
1440 skip = &skip_search;
1445 skip = &skip_shell;
1448 skip = NULL;
1454 if (skip != NULL && *skip > 0)
1455 --(*skip);

Completed in 344 milliseconds

1234567891011>>