Searched refs:skipped (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.2-release/crypto/heimdal/lib/gssapi/
H A DMakefile.in2102 skipped=""; \
2105 skipped="($$skip test was not run)"; \
2107 skipped="($$skip tests were not run)"; \
2109 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2110 dashes="$$skipped"; \
2125 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A DMakefile.in1547 skipped=""; \
1550 skipped="($$skip test was not run)"; \
1552 skipped="($$skip tests were not run)"; \
1554 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1555 dashes="$$skipped"; \
1570 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-10.2-release/contrib/libarchive/libarchive/
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.2-release/crypto/heimdal/lib/roken/
H A DMakefile.in1641 skipped=""; \
1644 skipped="($$skip test was not run)"; \
1646 skipped="($$skip tests were not run)"; \
1648 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1649 dashes="$$skipped"; \
1664 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c369 * Number of buffers skipped because they have I/O in progress, are
2027 uint64_t bytes_evicted = 0, skipped = 0, missed = 0; local
2078 skipped++;
2204 if (skipped)
2205 ARCSTAT_INCR(arcstat_evict_skip, skipped);
H A Dzfs_ioctl.c2696 props_skip(nvlist_t *props, nvlist_t *skipped, nvlist_t **newprops) argument
2704 if (nvlist_exists(skipped, nvpair_name(pair)))
2713 nvlist_t *skipped)
2717 props_skip(props, skipped, &cleared_props);
2712 clear_received_props(const char *dsname, nvlist_t *props, nvlist_t *skipped) argument
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A DMakefile.in2797 skipped=""; \
2800 skipped="($$skip test was not run)"; \
2802 skipped="($$skip tests were not run)"; \
2804 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2805 dashes="$$skipped"; \
2820 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-10.2-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 305 milliseconds

12