Searched refs:skip_count (Results 1 – 6 of 6) sorted by relevance
471 my $skip_count = 18;475 skip "Windows chmod test skipped", $skip_count477 skip "fchmod() on directories is not supported on this platform", $skip_count819 my $skip_count = 3;820 skip "Windows will not set this error condition", $skip_count852 my $skip_count = 1;853 skip "Warning should only appear on Windows", $skip_count866 my $skip_count = 3;867 skip "getpwuid() and getgrgid() not implemented on Windows", $skip_count882 my $skip_count = 5;[all …]
502 size_t skip_count; in build_msghdr_send() local535 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()
805 my $skip_count = scalar @subnormals + 34;806 skip("non-IEEE-754-non-64-bit", $skip_count)812 skip("$^O subnormals", $skip_count);
146 my $skip_count = scalar @file_and_directory_archives;173 skip("No suitable tar command found (tried: @TRY_TAR)", $skip_count);
1385 skip_count = 01388 if skip_count > 0:1389 skip_count -= 11433 skip_count = idx - line_index
734 u_int32_t skip_count; member