| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | hotcopy.c | 607 svn_boolean_t skipped = TRUE; in hotcopy_revisions() local 616 SVN_ERR(hotcopy_copy_packed_shard(&skipped, &dst_min_unpacked_rev, in hotcopy_revisions() 637 if (notify_func && !skipped) in hotcopy_revisions() 673 svn_boolean_t skipped = TRUE; in hotcopy_revisions() local 694 SVN_ERR(hotcopy_copy_shard_file(&skipped, in hotcopy_revisions() 699 SVN_ERR(hotcopy_copy_shard_file(&skipped, in hotcopy_revisions() 716 if (notify_func && !skipped) in hotcopy_revisions() 755 svn_boolean_t skipped = TRUE; in hotcopy_revisions_old() local 762 SVN_ERR(hotcopy_io_dir_file_copy(&skipped, src_revs_dir, dst_revs_dir, in hotcopy_revisions_old() 765 SVN_ERR(hotcopy_io_dir_file_copy(&skipped, src_revprops_dir, in hotcopy_revisions_old() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | load-fs-vtable.c | 102 svn_boolean_t skipped; member 466 rb->skipped = (SVN_IS_VALID_REVNUM(pb->start_rev) in make_revision_baton() 506 if ((rb->rev > 0) && (! rb->skipped)) in new_revision_record() 531 if (rb->skipped && pb->notify_func) in new_revision_record() 673 if (rb->skipped) in new_node_record() 732 if (rb->skipped) in set_revision_property() 825 if (rb->skipped) in set_node_property() 887 if (rb->skipped) in delete_node_property() 904 if (rb->skipped) in remove_node_props() 931 if (rb->skipped) in apply_textdelta() [all …]
|
| /NextBSD/contrib/bmake/unit-tests/ |
| HD | varmisc.exp | 8 :D skipped if var undef 10 :U skipped when var set
|
| HD | varmisc.mk | 17 @echo :U skipped when var set 21 @echo :D skipped if var undef
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | patch.c | 210 svn_boolean_t skipped; member 401 target->skipped = TRUE; in resolve_target_path() 423 target->skipped = TRUE; in resolve_target_path() 443 target->skipped = TRUE; in resolve_target_path() 468 target->skipped = TRUE; in resolve_target_path() 510 target->skipped = TRUE; in resolve_target_path() 1039 if (! target->skipped) in init_patch_target() 1121 target->skipped = TRUE; in init_patch_target() 1137 target->skipped = TRUE; in init_patch_target() 1150 target->skipped = TRUE; in init_patch_target() [all …]
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_cpio.c | 523 size_t skip, skipped = 0; in find_newc_header() local 551 skipped += skip; in find_newc_header() 552 if (skipped > 0) { in find_newc_header() 557 (int)skipped); in find_newc_header() 574 skipped += skip; in find_newc_header() 685 size_t skip, skipped = 0; in find_odc_header() local 716 skipped += skip; in find_odc_header() 720 if (skipped > 0) { in find_odc_header() 725 (int)skipped); in find_odc_header() 742 skipped += skip; in find_odc_header()
|
| HD | archive_read_support_format_ar.c | 500 int64_t skipped = __archive_read_consume(a, ar->entry_padding); in archive_read_format_ar_read_data() local 501 if (skipped >= 0) { in archive_read_format_ar_read_data() 502 ar->entry_padding -= skipped; in archive_read_format_ar_read_data() 505 if (skipped >= 0) { in archive_read_format_ar_read_data()
|
| HD | archive_read.c | 1396 int64_t skipped; in __archive_read_filter_consume() local 1403 skipped = advance_file_pointer(filter, request); in __archive_read_filter_consume() 1404 if (skipped == request) in __archive_read_filter_consume() 1405 return (skipped); in __archive_read_filter_consume() 1407 if (skipped < 0) /* Map error code to 0 for error message below. */ in __archive_read_filter_consume() 1408 skipped = 0; in __archive_read_filter_consume() 1412 (intmax_t)request, (intmax_t)skipped); in __archive_read_filter_consume()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | hotcopy.c | 595 svn_boolean_t skipped = TRUE; in hotcopy_revisions() local 604 SVN_ERR(hotcopy_copy_packed_shard(&skipped, &dst_min_unpacked_rev, in hotcopy_revisions() 624 if (notify_func && !skipped) in hotcopy_revisions() 659 svn_boolean_t skipped = TRUE; in hotcopy_revisions() local 679 SVN_ERR(hotcopy_copy_shard_file(&skipped, src_revs_dir, dst_revs_dir, in hotcopy_revisions() 684 SVN_ERR(hotcopy_copy_shard_file(&skipped, src_revprops_dir, in hotcopy_revisions() 700 if (notify_func && !skipped) in hotcopy_revisions()
|
| /NextBSD/lib/libutil/tests/ |
| HD | humanize_number_test.c | 499 size_t buflen, errcnt, i, skipped, tested; in main() local 516 skipped = 0; in main() 535 skipped++; in main() 540 skipped++; in main() 592 tested, skipped); in main()
|
| /NextBSD/bin/pax/ |
| HD | buf_subs.c | 395 off_t skipped = 0; in rd_skip() local 426 if (ar_fow(cnt, &skipped) < 0) in rd_skip() 428 res += cnt - skipped; in rd_skip() 429 rdcnt += skipped; in rd_skip()
|
| HD | ar_io.c | 805 ar_fow(off_t sksz, off_t *skipped) in ar_fow() argument 810 *skipped = 0; in ar_fow() 840 *skipped = arsb.st_size - cpos; in ar_fow() 843 *skipped = sksz; in ar_fow()
|
| /NextBSD/libexec/bootpd/ |
| HD | dovend.c | 334 int skipped = 0; local 354 skipped += numbytes; 365 return (skipped);
|
| /NextBSD/sys/dev/drm/ |
| HD | mach64_dma.c | 424 int skipped = 0; in mach64_dump_buf_info() local 454 skipped = 0; in mach64_dump_buf_info() 456 if (!skipped) { in mach64_dump_buf_info() 458 skipped = 1; in mach64_dump_buf_info() 480 int i, skipped; in mach64_dump_ring_info() local 488 skipped = 0; in mach64_dump_ring_info() 504 skipped = 0; in mach64_dump_ring_info() 506 if (!skipped) { in mach64_dump_ring_info() 508 skipped = 1; in mach64_dump_ring_info()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_tx.c | 431 uint64_t space = 0, unref = 0, skipped = 0; in dmu_tx_count_free() local 499 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1; in dmu_tx_count_free() 507 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1; in dmu_tx_count_free() 513 skipped += (new_blkid >> epbs) - (blkid >> epbs) - 1; in dmu_tx_count_free() 587 if (skipped > 0) { in dmu_tx_count_free() 588 txh->txh_fudge += skipped << dn->dn_indblkshift; in dmu_tx_count_free() 589 skipped = MIN(skipped, DMU_MAX_DELETEBLKCNT >> epbs); in dmu_tx_count_free() 590 txh->txh_memory_tohold += skipped << dn->dn_indblkshift; in dmu_tx_count_free()
|
| HD | zfs_dir.c | 539 int skipped = 0; in zfs_purgedir() local 548 skipped += 1; in zfs_purgedir() 567 skipped += 1; in zfs_purgedir() 576 skipped += 1; in zfs_purgedir() 583 skipped += 1; in zfs_purgedir() 584 return (skipped); in zfs_purgedir()
|
| /NextBSD/cddl/usr.sbin/dtrace/tests/tools/ |
| HD | gentest.sh | 10 excludes: A shell script which defines test cases that are to be skipped,
|
| /NextBSD/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| HD | README | 7 On kernels without IPv6 support some of the tests are skipped.
|
| /NextBSD/crypto/heimdal/lib/ntlm/ |
| HD | Makefile.in | 700 skipped=""; \ 703 skipped="($$skip test was not run)"; \ 705 skipped="($$skip tests were not run)"; \ 707 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 708 dashes="$$skipped"; \ 723 test -z "$$skipped" || echo "$$skipped"; \
|
| /NextBSD/contrib/netbsd-tests/usr.bin/config/ |
| HD | d_shadow_instance | 17 # code skipped some aliases, in the shadowing situation and some others.
|
| /NextBSD/tools/regression/ |
| HD | README | 30 A test may be written which is conditional, and may need to be skipped. 32 A test may be skipped by printing '# skip Reason for skipping' after the
|
| /NextBSD/crypto/heimdal/lib/ipc/ |
| HD | Makefile.in | 698 skipped=""; \ 701 skipped="($$skip test was not run)"; \ 703 skipped="($$skip tests were not run)"; \ 705 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 706 dashes="$$skipped"; \ 721 test -z "$$skipped" || echo "$$skipped"; \
|
| /NextBSD/crypto/heimdal/lib/sl/ |
| HD | Makefile.in | 750 skipped=""; \ 753 skipped="($$skip test was not run)"; \ 755 skipped="($$skip tests were not run)"; \ 757 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 758 dashes="$$skipped"; \ 773 test -z "$$skipped" || echo "$$skipped"; \
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | Makefile.in | 904 skipped=""; \ 907 skipped="($$skip test was not run)"; \ 909 skipped="($$skip tests were not run)"; \ 911 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 912 dashes="$$skipped"; \ 927 test -z "$$skipped" || echo "$$skipped"; \
|
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | Makefile.in | 870 skipped=""; \ 873 skipped="($$skip test was not run)"; \ 875 skipped="($$skip tests were not run)"; \ 877 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 878 dashes="$$skipped"; \ 893 test -z "$$skipped" || echo "$$skipped"; \
|