Searched refs:skipped (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c101 svn_boolean_t skipped;
459 rb->skipped = (SVN_IS_VALID_REVNUM(pb->start_rev)
480 /* ### If we're filtering revisions, and this is one we've skipped,
481 ### and we've skipped it because it has a revision number younger
485 if (rb->skipped && (rb->rev > pb->end_rev))
499 if ((rb->rev > 0) && (! rb->skipped))
518 if (rb->skipped && pb->notify_func)
646 if (rb->skipped)
698 if (rb->skipped)
741 if (rb->skipped)
100 svn_boolean_t skipped; member in struct:revision_baton
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Ddovend.c323 * too large to fit are skipped; any remaining tags are tried until they
336 int skipped = 0;
356 skipped += numbytes;
367 return (skipped);
334 int skipped = 0; local
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c523 size_t skip, skipped = 0; local
551 skipped += skip;
552 if (skipped > 0) {
557 (int)skipped);
574 skipped += skip;
685 size_t skip, skipped = 0; local
716 skipped += skip;
720 if (skipped > 0) {
725 (int)skipped);
742 skipped
[all...]
H A Darchive_read_support_format_ar.c500 int64_t skipped = __archive_read_consume(a, ar->entry_padding); local
501 if (skipped >= 0) {
502 ar->entry_padding -= skipped;
505 if (skipped >= 0) {
H A Darchive_read.c1396 int64_t skipped; local
1401 skipped = advance_file_pointer(filter, request);
1402 if (skipped == request)
1403 return (skipped);
1405 if (skipped < 0) /* Map error code to 0 for error message below. */
1406 skipped = 0;
1410 (intmax_t)request, (intmax_t)skipped);
H A Darchive_read_support_format_zip.c890 int64_t skipped = 0; local
907 zip_read_consume(a, skipped);
917 ++skipped;
919 zip_read_consume(a, skipped);
H A Darchive_read_support_format_7zip.c3173 * Skip the bytes we alrady has skipped in skip_stream().
3176 ssize_t skipped; local
3195 skipped = get_uncompressed_data(
3197 if (skipped < 0)
3198 return (skipped);
3199 skip_bytes -= skipped;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c209 /* True if the target had to be skipped for some reason. */ member in struct:patch_target_t
210 svn_boolean_t skipped;
364 * Indicate in TARGET->SKIPPED whether the target should be skipped.
394 target->skipped = TRUE;
416 target->skipped = TRUE;
436 target->skipped = TRUE;
461 target->skipped = TRUE;
503 target->skipped = TRUE;
969 * should be skipped, PATCH_TARGET->SKIPPED is set and the target should be
971 * further operations on the target if it is marked to be skipped
[all...]
/freebsd-10.0-release/bin/pax/
H A Dbuf_subs.c396 off_t skipped = 0; local
427 if (ar_fow(cnt, &skipped) < 0)
429 res += cnt - skipped;
430 rdcnt += skipped;
H A Dar_io.c383 * we have skipped over looking for a header to id. There is no way we
388 (void)fprintf(listf, "%s: unknown format, %lu bytes skipped.\n",
391 (void)fprintf(listf, "%s: unknown format, %ju bytes skipped.\n",
798 * number of bytes, return the actual number of bytes moved in skipped.
801 * partial move (the amount moved is in skipped)
805 ar_fow(off_t sksz, off_t *skipped) argument
810 *skipped = 0;
840 *skipped = arsb.st_size - cpos;
843 *skipped = sksz;
/freebsd-10.0-release/tools/regression/lib/libutil/
H A Dtest-humanize_number.c173 /* __INT_MIN doesn't print properly, skipped. */
502 size_t errcnt, tested, skipped; local
520 skipped = 0;
539 skipped++;
544 skipped++;
585 printf("total errors: %lu/%lu tests, %lu skipped\n", errcnt,
586 tested, skipped);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c421 uint64_t space = 0, unref = 0, skipped = 0; local
489 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1;
497 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1;
503 skipped += (new_blkid >> epbs) - (blkid >> epbs) - 1;
576 if (skipped > 0) {
577 txh->txh_fudge += skipped << dn->dn_indblkshift;
578 skipped = MIN(skipped, DMU_MAX_DELETEBLKCNT >> epbs);
579 txh->txh_memory_tohold += skipped << dn->dn_indblkshift;
1008 * XXX - the "fudge" factor is to account for skipped block
[all...]
H A Dzfs_dir.c539 int skipped = 0; local
548 skipped += 1;
566 skipped += 1;
575 skipped += 1;
582 skipped += 1;
583 return (skipped);
H A Darc.c300 * Number of buffers skipped because they have I/O in progress, are
1932 uint64_t bytes_evicted = 0, skipped = 0, missed = 0; local
1981 skipped++;
2080 if (skipped)
2081 ARCSTAT_INCR(arcstat_evict_skip, skipped);
H A Dzfs_ioctl.c2662 props_skip(nvlist_t *props, nvlist_t *skipped, nvlist_t **newprops) argument
2670 if (nvlist_exists(skipped, nvpair_name(pair)))
2679 nvlist_t *skipped)
2683 props_skip(props, skipped, &cleared_props);
2678 clear_received_props(const char *dsname, nvlist_t *props, nvlist_t *skipped) argument
/freebsd-10.0-release/sys/dev/drm/
H A Dmach64_dma.c424 int skipped = 0; local
454 skipped = 0;
456 if (!skipped) {
458 skipped = 1;
480 int i, skipped; local
488 skipped = 0;
504 skipped = 0;
506 if (!skipped) {
508 skipped = 1;
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Dlibatf-sh.subr369 _atf_create_resfile "skipped: ${*}"
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dtests-results.css187 table.tcs-summary td.tcr-skipped {
H A Dintegration_test.sh184 0 skipped test cases.
318 0 skipped test cases.
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_ldm.c1350 int error, index, skipped; local
1418 skipped = 0;
1425 skipped = 1;
1436 skipped = 1;
1444 * Mark skipped partition as ms-ldm-data partition.
1449 if (skipped == 0)
/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c1185 int indent = 0, skipped = 0; local
1200 line++, skipped++) {
1207 memcpy(buf, line, len - skipped);
1208 buf[len - skipped] = '\0';
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh711 "case when the test case result is skipped"
718 atf_check -s eq:0 -o match:'cleanup_states, skipped' -e ignore atf-run \
861 atf_check -s eq:0 -o match:"${TESTCASE}, skipped, .*foo.*architecture" \
864 -o match:"${TESTCASE}, skipped, .*foo bar.*architectures" -e ignore \
867 -o match:"${TESTCASE}, skipped, .*fictitiousxxx.*architecture" \
881 atf_check -s eq:0 -o match:"${TESTCASE}, skipped, .*var1.*not defined" \
883 atf_check -s eq:0 -o match:"${TESTCASE}, skipped, .*var2.*not defined" \
907 -o match:"${TESTCASE}, skipped, .*/dont-exist" \
949 atf_check -s eq:0 -o match:"${TESTCASE}, skipped, .*foo.*machine type" \
952 -o match:"${TESTCASE}, skipped,
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c674 /* We skipped some bytes, so there are no closing EOLs */
799 * skipped because one of the files is empty, or because of
954 /* Issue #4283: Normally we should have checked for reaching the skipped
1069 apr_off_t skipped; local
1073 /* When we skipped the first part of the token via the whitespace
1075 skipped = (file_token[i]->norm_offset - file_token[i]->offset);
1077 raw_length[i] = file_token[i]->raw_length - skipped;
/freebsd-10.0-release/contrib/ncurses/
H A Dconfigure2195 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2286 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8740 echo .. skipped \$cf_source
15057 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
15148 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.

Completed in 413 milliseconds