Searched refs:skip (Results 426 - 450 of 702) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c1324 head[i]->skip[i].ptr = cur; \
2544 r = r->skip[PF_SKIP_IFP].ptr;
2546 r = r->skip[PF_SKIP_DIR].ptr;
2548 r = r->skip[PF_SKIP_AF].ptr;
2550 r = r->skip[PF_SKIP_PROTO].ptr;
2553 r = r->skip[src == &r->src ? PF_SKIP_SRC_ADDR :
2557 r = r->skip[src == &r->src ? PF_SKIP_SRC_PORT :
2561 r = r->skip[PF_SKIP_DST_ADDR].ptr;
2568 r = r->skip[PF_SKIP_DST_PORT].ptr;
3263 r = r->skip[PF_SKIP_IF
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-keygen.c737 int i, skip = 0, num = 0, invalid = 1; local
777 skip = 1;
781 if (skip) {
782 skip = 0;
966 int c, skip = 0, inplace = 0, num = 0, invalid = 0, has_unhashed = 0; local
1004 skip = 1;
1009 if (skip) {
1010 skip = 0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_lu.c73 ret->skip=0;
127 if (ctx->skip) return 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dread.c416 {"skip", s_space, 0},
914 /* The following skip of whitespace is compulsory.
1231 the maximum number of characters to skip when doing the alignment,
2519 /* Don't skip multiple end-of-line characters, because that breaks support
2521 characters but isn't. Instead just skip one end of line character and
3049 input buffers to skip. Assumes that conditionals preceding the loop end
3610 skip to EOL. */
5573 long skip = 0;
5593 /* Look for optional skip and count. */
5597 skip
5557 long skip = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript.cc680 size_t skip = strcspn(p, "\n"); local
681 if (p[skip] == '\0')
683 *pp = p + skip;
687 p += skip + 1;
720 size_t skip = strcspn(p, "\"\n"); local
721 if (p[skip] != '"')
723 *pp = p + skip + 1;
724 return this->make_token(Token::TOKEN_QUOTED_STRING, p, skip, start);
1251 // Whether to skip to the next file with the same name if we find an
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dtarget-supports-dg.exp17 # If this target does not support weak symbols, skip this test.
31 # If this target does not support the "visibility" attribute, skip this
46 # If this target does not support the "alias" attribute, skip this
62 # skip this test.
71 # If this target does not support profiling, skip this test.
80 # If this target does not support DLL attributes skip this test.
106 # If this target does not support named sections skip this test.
115 # If the target does not match the required effective target, skip this test.
125 # If this target does not have fork, skip this test.
134 # If this target does not have mkfifo, skip thi
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-address.c76 rtx * GTY ((skip)) step_p; /* The point in template where the step should be
78 rtx * GTY ((skip)) off_p; /* The point in template where the offset should
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Ddsk.c289 /* skip leading white space */
315 goto skip;
323 skip:
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmode1o.asm36 C high<divisor it can skip a division and be a full 24 cycles faster, but
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Ddivrem_1.asm151 cmovnc( %eax, %ecx) C 0 if skip div, src high if not
155 sbbl $0, %ebx C skip one division if high<divisor
206 movl $0, %edx C initial carry (if can't skip a div)
231 cmovnc( %eax, %esi) C 0 if skip div, src high if not
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dbdiv_q_1.asm54 jnc L(evn) C skip bsfq unless divisor is even
H A Ddive_1.asm51 jnc L(evn) C skip bsfq unless divisor is even
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dnames.c445 goto skip;
448 skip:
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dxform_ipip.c423 int skip,
672 int skip,
419 ipip_output( struct mbuf *m, struct ipsecrequest *isr, struct mbuf **mp, int skip, int protoff ) argument
669 ipe4_input( struct mbuf *m, const struct secasvar *sav, int skip, int protoff ) argument
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Drequirements_test.cpp246 skip("Don't know how to check for the amount of physical memory");
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_program.c397 self->skip = NULL;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sparc/
H A Dtlssunbinpic32.s9 .skip 4096
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h132 PTR GTY ((skip (""))) aux;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dreg.cpp396 tok.skip();
/netbsd-6-1-5-RELEASE/lib/csu/arch/sh3/
H A Dcrtbegin.S283 add #4, r8 ! skip first entry that we know to be -1
357 lds r0, pr; /* skip the following .long when returning */ \
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/xxboot/
H A Dstart.S70 brb from_0x08 # skip ...
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dmain.c173 static char *skip(char *);
1297 skip(char *cp) function
1412 cp = skip(line);
1421 *tp++ = '\0', tp = skip(tp);
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota2.c941 int skipfirst; /* if true skip first key/value */
942 int skiplast; /* if true skip last key/value */
955 unsigned skip; /* number of ids to skip over */ member in struct:q2cursor_getids
956 unsigned new_skip; /* number of ids to skip over next time */
1020 * to skip the first quotaval of the first ID, or the last
1045 * disabled or marked to skip via cursorsetidtype(), so don't make
1102 if (gi->skipped < gi->skip) {
1175 gi.skip = cursor->q2c_uidpos;
1176 gi.new_skip = gi.skip;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_padlock.c553 jnc skip
555 je skip
558 skip: add esp,4
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Ddiscover.c303 as broadcast). Also skip down interfaces unless we're
420 int skip = 2; local
432 if (skip) {
433 --skip;
605 /* skip interfaces that are running already */

Completed in 496 milliseconds

<<11121314151617181920>>