Searched refs:skip (Results 251 - 275 of 377) sorted by relevance

<<111213141516

/freebsd-10-stable/usr.sbin/rtadvd/
H A Drtadvd.c1452 goto skip;
1457 goto skip;
1462 goto skip;
1466 skip:
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c498 self->skip = NULL; /* not supported */
H A Darchive_read_support_filter_lzop.c194 self->skip = NULL; /* not supported */
H A Darchive_read_support_filter_uu.c370 self->skip = NULL; /* not supported */
H A Darchive_read_support_format_lha.c427 size_t next, skip; local
451 skip = p - (const char *)h;
452 __archive_read_consume(a, skip);
457 skip = p - (const char *)h;
458 __archive_read_consume(a, skip);
872 * |header size(*1)|header sum|compression type|skip size(*2)|
1568 /* We know compressed size; just skip it. */
1656 * If the length is at the beginning, we can skip the
/freebsd-10-stable/sys/dev/mcd/
H A Dmcd.c871 mbx->skip = 0;
874 blknum = bp->bio_offset / mbx->sz + mbx->skip/mbx->sz;
915 addr = bp->bio_data + mbx->skip;
932 mbx->skip += mbx->sz;
/freebsd-10-stable/usr.sbin/makefs/
H A Dcd9660.c1008 int skip; local
1023 temp_skip = skip = cd9660_count_collisions(iter);
1039 skip += past;
1040 iter = cd9660_rename_filename(iter, skip, delete_chars);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c1178 /* If a tree conflict will be installed once edited, it's reason. If a skip
1196 /* When TREE_CONFLICT_REASON is CONFLICT_REASON_SKIP, the skip state to
1241 /* If a tree conflict will be installed once edited, it's reason. If a skip
1250 /* When TREE_CONFLICT_REASON is CONFLICT_REASON_SKIP, the skip state to
1266 /* Record the skip for future processing and (later) produce the
1267 skip notification */
1650 for clarity we produce a skip for this node that
1736 for clarity we produce a skip for this node that
1789 svn_boolean_t *skip,
1870 via exclusion or depth filtering, skip i
1784 merge_file_opened(void **new_file_baton, svn_boolean_t *skip, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2570 merge_dir_opened(void **new_dir_baton, svn_boolean_t *skip, svn_boolean_t *skip_children, const char *relpath, const svn_diff_source_t *left_source, const svn_diff_source_t *right_source, const svn_diff_source_t *copyfrom_source, void *parent_dir_baton, const struct svn_diff_tree_processor_t *processor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
7696 svn_boolean_t skip; local
7752 svn_boolean_t skip = FALSE; local
[all...]
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c1743 * better skip purging this time. There is a tiny
1958 head[i]->skip[i].ptr = cur; \
3322 r = r->skip[PF_SKIP_IFP].ptr;
3324 r = r->skip[PF_SKIP_DIR].ptr;
3326 r = r->skip[PF_SKIP_AF].ptr;
3328 r = r->skip[PF_SKIP_PROTO].ptr;
3331 r = r->skip[PF_SKIP_SRC_ADDR].ptr;
3335 r = r->skip[PF_SKIP_SRC_PORT].ptr;
3338 r = r->skip[PF_SKIP_DST_ADDR].ptr;
3342 r = r->skip[PF_SKIP_DST_POR
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_subst.c584 * the starting offset does not skip characters, and the match
666 goto skip;
699 skip: offset += match[0].rm_eo;
1025 * That way we can skip most of the memory allocation and copies.
/freebsd-10-stable/sys/kern/
H A Dkern_cpu.c318 goto skip;
370 skip:
/freebsd-10-stable/usr.sbin/mptutil/
H A Dmpt_config.c728 goto skip;
743 skip:
/freebsd-10-stable/sys/netinet/
H A Dsiftr.c664 * Return value >0 means the caller should skip processing this mbuf.
951 * NB: in_cksum_skip(struct mbuf *m, int len, int skip)
953 * bytes to read from the mbuf at "skip" bytes offset
956 * by the function as len-skip i.e. to sum over the IP
1438 goto skip;
1451 skip:
/freebsd-10-stable/sys/net/
H A Dflowtable.c629 goto skip;
658 skip:
/freebsd-10-stable/bin/pax/
H A Dcpio.c110 arcn->skip = 0;
136 * we have file data, set up skip (pad is set in the format
141 arcn->skip = arcn->sb.st_size;
628 * skip padding. header + filename is aligned to 4 byte boundaries
648 * read in the link name and skip over the padding
943 * header + file name are aligned to 2 byte boundaries, skip if needed
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dste-u300.dts285 nand-skip-bbtscan;
/freebsd-10-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c169 /* skip to the value portion */
178 /* skip to the end of the value */
1168 int skip; local
1172 /* skip over enhanced status code */
1173 skip = isenhsc(greetmsg, ' ');
1174 if (skip > 0)
1175 greetmsg += skip + 1;
1182 int skip; local
1194 /* skip over enhanced status code */
1195 skip
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Ddirdeps.mk348 # things we skip for host tools
353 # things we always skip
386 # if there is no makefile in the target directory, we skip it.
720 # we can skip :tA since we computed the path above
H A Ddpadd.mk132 # we skip this for staged libs
/freebsd-10-stable/contrib/binutils/bfd/
H A Dlinker.c3012 bfd_boolean skip = FALSE;
3026 skip = TRUE;
3032 skip = TRUE;
3035 skip = TRUE;
3037 if (!skip)
3005 bfd_boolean skip = FALSE; local
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-linux.c1993 * Get the flags for this interface, and skip it if
2140 * Get the flags for this interface, and skip it if
3859 goto skip;
3873 goto skip;
3879 goto skip;
3886 goto skip;
3979 skip:
/freebsd-10-stable/sys/dev/ral/
H A Drt2661.c1018 goto skip;
1023 goto skip;
1036 goto skip;
1059 goto skip;
1114 skip: desc->flags |= htole32(RT2661_RX_BUSY);
2254 continue; /* skip invalid entries */
/freebsd-10-stable/contrib/unbound/validator/
H A Dautotrust.c176 /* skip over whitespace and data at start of line */
467 * @param skip: if true, the result is NULL, but not an error, skip it.
473 uint8_t** prev, size_t* prev_len, int* skip)
480 *skip = 1;
500 *skip = 1;
520 * @param skip: if true, the result is NULL, but not an error, skip it.
526 int* skip)
532 prev, prev_len, skip);
471 add_trustanchor_frm_str(struct val_anchors* anchors, char* str, struct trust_anchor** tp, uint8_t* origin, size_t origin_len, uint8_t** prev, size_t* prev_len, int* skip) argument
524 load_trustanchor(struct val_anchors* anchors, char* str, const char* fname, uint8_t* origin, size_t origin_len, uint8_t** prev, size_t* prev_len, int* skip) argument
[all...]
/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_core.c2681 u_int skip, start_skip; local
2703 skip = 0;
2707 skip = start_skip;
2710 *(*dma_prog)++ = operation | flag | (width * pixel_width - skip);
2733 skip = 0;
2737 skip = start_skip;
2741 (width * pixel_width / 2 - skip);
/freebsd-10-stable/sys/vm/
H A Duma_core.c2438 * Don't wait on the first pass. This will skip limit tests
2919 * skip Skip dtors and finis
2922 zone_free_item(uma_zone_t zone, void *item, void *udata, enum zfreeskip skip) argument
2926 if (skip == SKIP_NONE) {
2933 if (skip < SKIP_DTOR && zone->uz_dtor)
2936 if (skip < SKIP_FINI && zone->uz_fini)
3523 goto skip;
3525 goto skip;
3535 skip:

Completed in 540 milliseconds

<<111213141516