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

12

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.exp8 :D skipped if var undef
10 :U skipped when var set
H A Dvarmisc.mk18 @echo :U skipped when var set
22 @echo :D skipped if var undef
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh10 excludes: A shell script which defines test cases that are to be skipped,
81 # Remove skipped tests and expected failures from the main test list.
/freebsd-11-stable/libexec/save-entropy/
H A Dsave-entropy.sh89 "${save_file}" is not a regular file, skipped.
110 "${next_file}" is not a regular file, skipped.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c161 svn_boolean_t skipped;
217 /* True if the target had to be skipped for some reason. */ member in struct:patch_target_t
218 svn_boolean_t skipped;
436 * Indicate in TARGET->SKIPPED whether the target should be skipped.
468 target->skipped = TRUE;
490 target->skipped = TRUE;
510 target->skipped = TRUE;
542 target->skipped = TRUE;
582 target->skipped = TRUE;
596 target->skipped
160 svn_boolean_t skipped; member in struct:prop_patch_target_t
[all...]
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c104 svn_boolean_t skipped;
466 * Set RB->skipped iff the revision number is outside the range given in PB.
486 rb->skipped = (SVN_IS_VALID_REVNUM(pb->start_rev)
507 /* ### If we're filtering revisions, and this is one we've skipped,
508 ### and we've skipped it because it has a revision number younger
512 if (rb->skipped && (rb->rev > pb->end_rev))
526 if ((rb->rev > 0) && (! rb->skipped))
551 if (rb->skipped && pb->notify_func)
685 if (rb->skipped)
744 if (rb->skipped)
103 svn_boolean_t skipped; member in struct:revision_baton
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c607 svn_boolean_t skipped = TRUE; local
616 SVN_ERR(hotcopy_copy_packed_shard(&skipped, &dst_min_unpacked_rev,
637 if (notify_func && !skipped)
673 svn_boolean_t skipped = TRUE; local
694 SVN_ERR(hotcopy_copy_shard_file(&skipped,
699 SVN_ERR(hotcopy_copy_shard_file(&skipped,
716 if (notify_func && !skipped)
755 svn_boolean_t skipped = TRUE; local
762 SVN_ERR(hotcopy_io_dir_file_copy(&skipped, src_revs_dir, dst_revs_dir,
765 SVN_ERR(hotcopy_io_dir_file_copy(&skipped, src_revprops_di
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c438 svn_boolean_t skipped = TRUE; local
447 SVN_ERR(hotcopy_copy_packed_shard(&skipped, &dst_min_unpacked_rev,
467 if (notify_func && !skipped)
486 svn_boolean_t skipped = TRUE; local
506 SVN_ERR(hotcopy_copy_shard_file(&skipped, src_revs_dir, dst_revs_dir,
511 SVN_ERR(hotcopy_copy_shard_file(&skipped, src_revs_dir, dst_revs_dir,
526 if (notify_func && !skipped)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c537 size_t skip, skipped = 0; local
565 skipped += skip;
566 if (skipped > 0) {
571 (int)skipped);
588 skipped += skip;
706 size_t skip, skipped = 0; local
737 skipped += skip;
741 if (skipped > 0) {
746 (int)skipped);
763 skipped
[all...]
H A Darchive_read_support_format_ar.c512 int64_t skipped = __archive_read_consume(a, ar->entry_padding); local
513 if (skipped >= 0) {
514 ar->entry_padding -= skipped;
517 if (skipped >= 0) {
H A Darchive_read.c1505 int64_t skipped; local
1512 skipped = advance_file_pointer(filter, request);
1513 if (skipped == request)
1514 return (skipped);
1516 if (skipped < 0) /* Map error code to 0 for error message below. */
1517 skipped = 0;
1521 (intmax_t)request, (intmax_t)skipped);
/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c395 off_t skipped = 0; local
426 if (ar_fow(cnt, &skipped) < 0)
428 res += cnt - skipped;
429 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-11-stable/lib/libutil/tests/
H A Dhumanize_number_test.c172 /* __INT_MIN doesn't print properly, skipped. */
503 size_t blen, buflen, errcnt, i, skipped, tested; local
520 skipped = 0;
531 skipped++;
536 skipped++;
587 printf("total errors: %zu/%zu tests, %zu skipped\n", errcnt,
588 tested, skipped);
/freebsd-11-stable/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-11-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh146 atf_check -s eq:0 -o match:skipped.*reached \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c366 int skipped = 0; local
375 skipped += 1;
395 skipped += 1;
401 skipped += 1;
408 skipped += 1;
409 return (skipped);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c1348 int error, index, skipped; local
1416 skipped = 0;
1423 skipped = 1;
1434 skipped = 1;
1442 * Mark skipped partition as ms-ldm-data partition.
1447 if (skipped == 0)
/freebsd-11-stable/crypto/heimdal/kadmin/
H A DMakefile.in870 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"; \
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in698 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"; \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in700 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"; \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.in750 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"; \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in904 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"; \
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk148 # Can ordering be skipped for this and SUBDIR_PARALLEL forced?

Completed in 232 milliseconds

12