Searched refs:skip (Results 201 - 225 of 432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py424 skip = True
443 if skip:
445 skip = False
/freebsd-11-stable/contrib/bmake/
H A Darch.c332 * First skip to the start of the member's name, mark that
333 * place and skip to the end of it (either white-space or
952 goto skip;
1005 goto skip;
1009 skip:
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzread.c268 /* skip over len bytes or reach end-of-file, whichever comes first */
270 /* skip over whatever is in output buffer */
284 /* need more data to skip -- load up output buffer */
309 /* process a skip request */
312 if (gz_skip(state, state->skip) == -1)
467 /* try output buffer (no need to check for skip request) */
502 /* process a skip request */
505 if (gz_skip(state, state->skip) == -1)
566 /* process a skip request */
569 if (gz_skip(state, state->skip)
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c523 int skip = 0, i = 0; local
528 /* If no context is supplied, skip 1 frame */
529 skip = 1;
578 if (i >= skip)
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1163 bool skip[4]; local
1167 skip[j] = FALSE;
1195 skip[1] = TRUE;
1197 skip[0] = TRUE;
1199 skip[2] = TRUE;
1202 if (skip[j] || strlen(list[j]) == 1)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c3427 /* We can just skip DYNAMIC files, unless this is a static link. */
3475 bfd_boolean skip;
3594 skip = FALSE;
3598 /* If we are skipping this csect, we want to skip this symbol. */
3600 skip = TRUE;
3602 /* If we garbage collected this csect, we want to skip this
3604 if (! skip
3608 skip = TRUE;
3611 if (! skip
3613 skip
3469 bfd_boolean skip; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c124 /* Given a special op, return the line skip amount. */
128 /* Given a special op, return the address skip amount (in units of
132 /* The maximum address skip amount that can be encoded with a special op. */
834 Note that the line skip is signed, whereas the address skip is unsigned.
1410 addressT size, skip;
1417 skip = 2 * addr_size - (size & (2 * addr_size - 1));
1418 if (skip == 2 * addr_size)
1419 skip = 0;
1420 size += skip;
1406 addressT size, skip; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c173 bfd_boolean skip = FALSE; local
184 skip = fnmatch (list_tmp->name, file->filename, 0) == 0;
186 skip = strcmp (list_tmp->name, file->filename) == 0;
190 if (! skip && file->the_bfd != NULL
195 skip = fnmatch (list_tmp->name,
199 skip = strcmp (list_tmp->name,
203 if (skip)
207 if (!skip)
231 bfd_boolean skip = FALSE; local
238 skip
473 bfd_boolean skip = !match_simple_wild (wildsec0->spec.name, sname); local
510 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname); local
545 bfd_boolean skip = !match_simple_wild (wildsec1->spec.name, sname); local
597 bfd_boolean skip = !match_simple_wild (wildsec2->spec.name, local
[all...]
/freebsd-11-stable/sbin/restore/
H A Dtape.c360 " can quickly skip tapes that\n",
455 * If continuing from the previous volume, skip over any
458 * If coming to this volume at random, skip to the beginning
910 * skip over bit maps on the tape
921 * skip over a file on the tape
935 skiphole(void (*skip)(char *, size_t), size_t *seekpos)
940 (*skip)(buf, *seekpos);
949 * to the skip function.
953 void (*skip)(char *, size_t))
994 skiphole(skip,
[all...]
/freebsd-11-stable/share/mk/
H A Dsys.mk201 # bmake -N is supposed to skip executing anything but it does not skip
203 # is not safe for the entire target. -N is intended to skip building sub-makes
/freebsd-11-stable/contrib/mtree/
H A Dcompare.c270 * skip.
275 goto skip;
296 skip: ;
/freebsd-11-stable/contrib/gcc/
H A Dc-tree.h387 struct c_switch * GTY((skip)) x_switch_stack;
388 struct c_arg_info * GTY((skip)) arg_info;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnumber.cpp250 tok.skip();
477 tok.skip();
/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c611 unsigned int skip, len; local
680 skip = MIN(eskip, mskip);
681 len = MAX(elen + eskip, mlen + mskip) - skip;
683 skip = eskip;
686 skip = mskip;
700 if (skip > 0) {
701 size = MIN(skip, seg.ds_len);
702 skip -= size;
/freebsd-11-stable/usr.bin/vgrind/
H A Dvfontedpr.c365 goto skip;
377 skip:
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c240 memory_read_skip(struct archive *a, void *_private, int64_t skip) argument
244 int64_t new_position = memory_read_seek(a, _private, skip, SEEK_CUR);
/freebsd-11-stable/crypto/openssh/
H A Dauthfile.c364 goto skip;
403 skip:
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c93 static void skip(struct context *, atf_dynstr_t *)
338 skip(struct context *ctx, atf_dynstr_t *reason) function
344 error_in_expect(ctx, "Can only skip a test case when running in "
350 /** Formats a failure/skip reason message.
479 skip(ctx, &reason);
888 skip(ctx, &reason);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros.hpp94 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c213 self->skip = NULL; /* not supported */
/freebsd-11-stable/bin/pax/
H A Dtar.c415 arcn->skip = 0;
473 * skip value to the size field and calculate the size
479 arcn->skip = arcn->sb.st_size;
805 arcn->skip = 0;
870 * these types have file data that follows. Set the skip and
875 arcn->skip = arcn->sb.st_size;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.h151 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h342 pip_prt_cfg.s.skip = header_size;
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl159 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/freebsd-11-stable/tools/tools/atsectl/
H A Datsectl.c132 root@cheri1:/root # dd if=/dev/isf0 bs=32k skip=1 count=1 | hd

Completed in 330 milliseconds

1234567891011>>