Searched refs:SKIP (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030209-1.c3 #define SKIP macro
7 #ifndef SKIP
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030209-1.c3 #define SKIP macro
7 #ifndef SKIP
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.39.1.f903 SUBROUTINE SKIP(ID) subroutine
4 END SUBROUTINE SKIP
18 CALL SKIP(ID) ! We do not yet have the lock
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsplit_nameval.c73 #define SKIP(start, var, cond) \ macro
82 SKIP(buf, np, ISSPACE(*np)); /* find name begin */
85 SKIP(np, ep, !ISSPACE(*ep) && *ep != '='); /* find name end */
86 SKIP(ep, cp, ISSPACE(*cp)); /* skip blanks before '=' */
91 SKIP(cp, vp, ISSPACE(*vp)); /* skip leading blanks */
H A Dmac_parse.c99 #define SKIP(start, var, cond) \ macro
136 SKIP(vp, ep, ISALNUM(*ep) || *ep == '_');
/netbsd-6-1-5-RELEASE/tests/lib/libm/
H A Dt_ldexp.c42 #define SKIP 9999 macro
55 { 1.0, 5, SKIP, " 32" },
56 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
58 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
61 { 1.0, -5, SKIP, " 0.03125" },
62 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
64 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
73 { 0.0, -1, SKIP, " 0" },
74 { 0.0, 0, SKIP, " 0" },
75 { 0.0, 1, SKIP, "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr16194.c5 #undef SKIP macro
28 # define SKIP 1 macro
31 #ifndef SKIP
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-avr.h131 #define TC_VALIDATE_FIX(FIXP,SEG,SKIP) \
145 goto SKIP; \
H A Dtc-score.h45 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP)
H A Dtc-i386.h136 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-hunt109 SKIP=0
115 SKIP=1
144 if [ ${SKIP} -eq 0 ]; then
/netbsd-6-1-5-RELEASE/usr.bin/deroff/
H A Dderoff.c118 #define SKIP while (C != '\n') macro
119 #define SKIP_TO_COM SKIP; SKIP; pc=c; while (C != '.' || pc != '\n' || C > 'Z')pc=c
528 SKIP;
531 SKIP;
534 SKIP;
544 SKIP;
556 SKIP;
572 SKIP;
579 SKIP;
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dpass1b.c115 res = SKIP;
H A Dpass4.c146 res = SKIP;
H A Dfsck.h228 #define SKIP 0x02 macro
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dpass1b.c108 res = SKIP;
H A Dpass4.c177 res = SKIP;
209 if (cgp && res != SKIP && idesc->id_numfrags == sblock->fs_frag) {
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h142 #define SKIP 2 /* skipping */ macro
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck.h202 #define SKIP 0x02 macro
H A Dpass4.c159 res = SKIP;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c602 #define SKIP(cp, cond) for (/* void */; *cp && (cond); cp++) macro
626 SKIP(args, ISSPACE(*args));
643 SKIP(args, ISSPACE(*args));
680 SKIP(args, *args != ':');
681 SKIP(args, *args == ':');
682 SKIP(args, ISSPACE(*args));
701 SKIP(args, *args != ':');
702 SKIP(args, *args == ':');
703 SKIP(args, ISSPACE(*args));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h286 /* SKIP macros for skipping over certain parts of the protocol stream. */
289 #define SKIP(fp,sz) \ macro
304 SKIP(fp,tmpint32);
/netbsd-6-1-5-RELEASE/external/zlib/pigz/dist/
H A Dpigz.c1533 #define SKIP(dist) \ macro
1591 SKIP(4);
1596 SKIP(4);
1603 SKIP(4);
1616 SKIP(size);
1618 SKIP(len);
1659 SKIP(2);
1673 SKIP(4);
1697 SKIP(fname);
1717 SKIP(
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.c161 #define SKIP(tp, cond) { \ macro
529 SKIP(tp, tp->type != ',');
536 SKIP(tp, tp->type > 0xff || strchr(">;,:", tp->type) == 0);
H A Dmail_params.c480 #define SKIP(start, var, cond) \ macro
496 SKIP(vstring_str(buf), bp, ISSPACE(*bp));

Completed in 318 milliseconds

123