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

<<111213141516

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c549 size_t skip, offset; local
590 skip = p - (const char *)h;
591 __archive_read_consume(a, skip);
592 zip->seek_base = SFX_MIN_ADDR + offset + skip;
597 skip = p - (const char *)h;
598 __archive_read_consume(a, skip);
599 offset += skip;
868 * If the length is at the beginning, we can skip the
H A Darchive_read.c184 __archive_errx(1, "Negative skip requested.");
210 * we can use the seeker to skip forward.
213 * skipper is allowed to skip by less than requested
502 filter->skip = client_skip_proxy;
640 * If client didn't consume entire data, skip any remainder
1515 /* We hit EOF before we satisfied the skip request. */
1563 /* If there's an optimized skip function, use it. */
1564 if (filter->skip != NULL) {
1565 bytes_skipped = (filter->skip)(filter, request);
H A Darchive_read_support_format_mtree.c135 static int skip(struct archive_read *a);
268 mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, NULL);
1887 skip(struct archive_read *a) function
H A Darchive_read_support_filter_lz4.c242 self->skip = NULL; /* not supported */
/freebsd-10-stable/contrib/sendmail/src/
H A Dqueue.c1593 ** SKIP_DOMAINS -- Skip 'skip' number of domains in the WorkQ.
1600 ** skip -- number of domains in WorkQ to skip.
1610 skip_domains(skip)
1611 int skip;
1615 for (n = 0, seqjump = 0; n < skip && WorkQ != NULL; seqjump++)
1655 ** skip -- process only each skip'th item.
1666 runner_work(e, sequenceno, didfork, skip, njobs)
1670 int skip;
[all...]
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c1470 * so skip over that and set v4root_phase.
1653 * that we have at least one valid entry, otherwise skip it.
2548 goto skip;
2556 goto skip;
2695 skip:
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dtests.cpp127 // that are not installed yet), skip the "lt-" prefix added to files in
347 impl::tc::skip(const std::string& reason) function in class:impl::tc
/freebsd-10-stable/contrib/binutils/bfd/
H A Dlibaout.h206 void * reloc, bfd_byte *contents, bfd_boolean *skip,
/freebsd-10-stable/sys/boot/i386/boot0/
H A Dboot0ext.S394 jz intx13.2 # No, so skip the rest
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c724 return isonum_711(p->skip);
/freebsd-10-stable/sys/dev/rt/
H A Dif_rt.c1621 goto skip;
1639 goto skip;
1687 goto skip;
1699 skip:
2480 "Tx skip count for GDMA ports");
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1175 apr_off_t skip;
1196 skip = len - (fetch_ctx->read_size - fetch_ctx->aborted_read_size);
1197 data += skip;
1198 len -= (apr_size_t)skip;
2765 /* We can skip the depth filtering when the user requested
1171 apr_off_t skip; local
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h222 int skip; /* don't use us. */ member in struct:x509_lookup_st
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c719 /* skip comments */
733 /* skip empty lines */
1109 /* skip comments */
1124 /* skip empty lines */
1392 goto skip;
1398 goto skip;
1409 goto skip;
1414 skip:
1555 homedir++; /* skip '.' */
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1681 int skip; local
1727 skip = 1;
1731 skip = 0;
1770 if (!skip)
/freebsd-10-stable/sys/mips/rmi/dev/xlr/
H A Drge.c1518 goto skip;
1531 goto skip;
1538 goto skip;
1552 skip:
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl102 .skip 16 // aligns loop body
179 .skip 16 // aligns loop body
/freebsd-10-stable/sys/arm/lpc/
H A Dif_lpe.c760 goto skip;
774 skip:
/freebsd-10-stable/sys/mips/mips/
H A Dsupport.S525 beq t0, zero, 1f # skip if word aligned
561 beq a3, zero, 1f # skip if word aligned
/freebsd-10-stable/sys/netinet/
H A Dsctp_sysctl.c410 /* if its allgone it is being freed - skip it */
411 goto skip;
550 skip:
/freebsd-10-stable/sbin/restore/
H A Dtape.c358 " can quickly skip tapes that\n",
453 * If continuing from the previous volume, skip over any
456 * If coming to this volume at random, skip to the beginning
906 * skip over bit maps on the tape
917 * skip over a file on the tape
931 * to the skip function.
935 void (*skip)(char *, size_t))
986 (*skip)(clearedbuf, (long)(size > TP_BSIZE ?
1208 * If found, skip rest of buffer and start with the next.
1515 * Complain if had to skip
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c658 goto skip;
710 skip:
/freebsd-10-stable/contrib/bmake/mk/
H A Dgendirdeps.mk87 # these are actually prefixes that we'll skip
/freebsd-10-stable/contrib/file/src/
H A Dreadelf.c1314 goto skip;
1390 skip:
/freebsd-10-stable/crypto/openssh/
H A Dssh-agent.c1370 goto skip;
1425 skip:

Completed in 558 milliseconds

<<111213141516