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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c348 size_t skip, skipped = 0; local
376 skipped += skip;
377 if (skipped > 0) {
382 (int)skipped);
399 skipped += skip;
483 size_t skip, skipped = 0; local
509 skipped += skip;
510 if (skipped > 0) {
515 (int)skipped);
532 skipped
[all...]
H A Darchive_read.c1162 int64_t skipped = __archive_read_skip_lenient(a, request); local
1163 if (skipped == request)
1164 return (skipped);
1166 if (skipped < 0) // Map error code to 0 for error message below.
1167 skipped = 0;
1171 (intmax_t)request, (intmax_t)skipped);
1178 int64_t skipped = __archive_read_filter_skip(a->filter, request); local
1179 if (skipped > 0)
1180 a->archive.file_position += skipped;
1181 return (skipped);
[all...]
H A Darchive_read_support_format_zip.c392 int64_t skipped = 0; local
417 skipped += skip;
/freebsd-9.3-release/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-9.3-release/bin/pax/
H A Dbuf_subs.c396 off_t skipped = 0; local
427 if (ar_fow(cnt, &skipped) < 0)
429 res += cnt - skipped;
430 rdcnt += skipped;
H A Dar_io.c384 * we have skipped over looking for a header to id. There is no way we
389 (void)fprintf(listf, "%s: unknown format, %lu bytes skipped.\n",
392 (void)fprintf(listf, "%s: unknown format, %ju bytes skipped.\n",
799 * number of bytes, return the actual number of bytes moved in skipped.
802 * partial move (the amount moved is in skipped)
806 ar_fow(off_t sksz, off_t *skipped) argument
811 *skipped = 0;
841 *skipped = arsb.st_size - cpos;
844 *skipped = sksz;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c422 uint64_t space = 0, unref = 0, skipped = 0; local
490 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1;
498 skipped += (lastblk >> epbs) - (blkid >> epbs) + 1;
504 skipped += (new_blkid >> epbs) - (blkid >> epbs) - 1;
577 if (skipped > 0) {
578 txh->txh_fudge += skipped << dn->dn_indblkshift;
579 skipped = MIN(skipped, DMU_MAX_DELETEBLKCNT >> epbs);
580 txh->txh_memory_tohold += skipped << dn->dn_indblkshift;
1175 * XXX - the "fudge" factor is to account for skipped block
[all...]
H A Dzfs_dir.c539 int skipped = 0; local
548 skipped += 1;
566 skipped += 1;
575 skipped += 1;
582 skipped += 1;
583 return (skipped);
H A Darc.c308 * Number of buffers skipped because they have I/O in progress, are
1941 uint64_t bytes_evicted = 0, skipped = 0, missed = 0; local
1992 skipped++;
2118 if (skipped)
2119 ARCSTAT_INCR(arcstat_evict_skip, skipped);
H A Dzfs_ioctl.c2733 props_skip(nvlist_t *props, nvlist_t *skipped, nvlist_t **newprops) argument
2741 if (nvlist_exists(skipped, nvpair_name(pair)))
2750 nvlist_t *skipped)
2754 props_skip(props, skipped, &cleared_props);
2749 clear_received_props(const char *dsname, nvlist_t *props, nvlist_t *skipped) argument
/freebsd-9.3-release/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-9.3-release/gnu/usr.bin/patch/
H A Dpch.c1157 int indent = 0, skipped = 0; local
1172 line++, skipped++) {
1179 Strncpy(buf, line, len - skipped);
1180 buf[len - skipped] = '\0';
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ldm.c1361 int error, index, skipped; local
1429 skipped = 0;
1436 skipped = 1;
1447 skipped = 1;
1455 * Mark skipped partition as ms-ldm-data partition.
1460 if (skipped == 0)
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md76 * There is no requirement of quotes for strings and keys, moreover, `:` may be replaced `=` or even be skipped for objects:
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh39 echo "-e|--skipfail Treat tests that would otherwise be nonfatally skipped"
87 skipped=0
848 skipped=`expr $skipped + 1`
858 skipped=`expr $skipped + 1`
12698 fi # end of tests skipped for remote
14694 fi # end of tests to be skipped for remote
17709 fi # end of tests to be skipped for remote
19811 fi # end of tests skipped fo
[all...]
/freebsd-9.3-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 367 milliseconds