Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath.t471 my $skip_count = 18;
475 skip "Windows chmod test skipped", $skip_count
477 skip "fchmod() on directories is not supported on this platform", $skip_count
819 my $skip_count = 3;
820 skip "Windows will not set this error condition", $skip_count
852 my $skip_count = 1;
853 skip "Warning should only appear on Windows", $skip_count
866 my $skip_count = 3;
867 skip "getpwuid() and getgrgid() not implemented on Windows", $skip_count
882 my $skip_count = 5;
[all …]
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c502 size_t skip_count; in build_msghdr_send() local
535 skip_count = dev->n; in build_msghdr_send()
537 if (skip_count < isc_buffer_usedlength(buffer)) in build_msghdr_send()
539 skip_count -= isc_buffer_usedlength(buffer); in build_msghdr_send()
550 + skip_count); in build_msghdr_send()
551 iov[iovcount].iov_len = used.length - skip_count; in build_msghdr_send()
552 write_count += (used.length - skip_count); in build_msghdr_send()
553 skip_count = 0; in build_msghdr_send()
559 INSIST(skip_count == 0U); in build_msghdr_send()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsprintf2.t805 my $skip_count = scalar @subnormals + 34;
806 skip("non-IEEE-754-non-64-bit", $skip_count)
812 skip("$^O subnormals", $skip_count);
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/
H A D09_roundtrip.t146 my $skip_count = scalar @file_and_directory_archives;
173 skip("No suitable tar command found (tried: @TRY_TAR)", $skip_count);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py1385 skip_count = 0
1388 if skip_count > 0:
1389 skip_count -= 1
1433 skip_count = idx - line_index
/openbsd-src/sys/dev/pci/
H A Dmpiireg.h734 u_int32_t skip_count; member