/src/distrib/amiga/stand/ |
update | 6 cat <<END 13 END
|
/src/lib/libc/compat/arch/i386/sys/ |
compat___sigreturn14.S | 49 #undef END 58 #define END(x) \
|
compat_sigreturn.S | 49 #undef END 58 #define END(x) \
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
test-driver | 43 cat <<END 50 END 147 # time-stamp-end: "; # UTC" 148 # End:
|
/src/sys/external/isc/libsodium/dist/test/default/ |
wintest.bat | 5 goto :END 12 goto :END 24 goto :END 45 goto :END 56 :END
|
/src/games/quiz/ |
rxp.c | 73 #define EOT (-3) /* end text anchor, - */ 75 #define GRP_E (-5) /* end group, - */ 78 #define END (-8) /* end of regexp, - */ 184 *rp = END; 213 while (rp < rxpbuf + RXP_LINE_SZ && *rp != END) 253 return (*rp != END ? FALSE : TRUE); 278 while (rp < rxpbuf + RXP_LINE_SZ && *rp != END) 306 if (*rp != END)
|
/src/lib/libc/net/ |
iso_addr.c | 62 #define END (4*1) 85 state |= END; 98 case GOTONE | END: 99 case GOTTWO | END: 101 case VIRGIN | END:
|
linkaddr.c | 55 #define END (4*1) 81 state |= END; 115 case GOTONE | END: 116 case GOTTWO | END: 119 case RESET | END:
|
/src/sys/arch/amd64/include/ |
asm.h | 111 #define END(y) .size y, . - y
|
/src/sys/arch/ia64/include/ |
asm.h | 105 * END 108 #define END(_name_) \
|
/src/sys/arch/or1k/include/ |
asm.h | 66 #define END(y) _END(_C_LABEL(y)) 67 #define END(y) _END(_C_LABEL(y))
|
/src/sys/arch/sparc/include/ |
asm.h | 155 #define END(y) .size y, . - y
|
/src/sys/external/isc/libsodium/dist/ |
configure | 380 # Append the text in VALUE to the end of the definition contained in VAR. Take 1779 /* end confdefs.h. */ 1796 /* end confdefs.h. */ 1903 /* end confdefs.h. */ 1933 /* end confdefs.h. */ 2002 /* end confdefs.h. */ 2015 /* end confdefs.h. */ 3157 cat >&2 <<'END' 3169 END 3175 cat >&2 <<'END' [all...] |
/src/sys/arch/i386/include/ |
asm.h | 179 #define END(y) .size y, . - y
|
/src/sys/arch/m68k/include/ |
asm.h | 107 #define END(name) .size name,.-name
|
/src/sys/arch/vax/include/ |
asm.h | 79 #define END(x) .size _C_LABEL(x),.-_C_LABEL(x)
|
/src/sys/arch/arm/include/ |
asm.h | 177 #define END(y) _END(_C_LABEL(y))
|
/src/bin/ksh/ |
expr.c | 46 VAR, LIT, END, BAD 118 { "", 0, P_PRIMARY } /* end of table */ 203 if (es->tok == END) { 210 if (es->tok != END) 242 case END: 243 s = "end of expression"; 480 es->tok = END;
|
/src/lib/libcompat/regexp/ |
regexp.c | 85 #define END 0 /* no End of program. */ 87 #define EOL 2 /* no Match "" at end of line. */ 260 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */ 347 /* Make a closing node, and hook it on the end. */ 348 ender = regnode((paren) ? CLOSE+parno : END); 362 FAIL("junk on end"); /* "Can't happen". */ 488 /* FIXME: these chars only have meaning at beg/end of pat? */ 590 * flags |= SIMPLE at the end. 618 /* End mult-char string one early * [all...] |
/src/sys/arch/riscv/include/ |
asm.h | 100 #define END(x) .size _C_LABEL(x), . - _C_LABEL(x)
|
/src/sys/arch/mips/include/ |
asm.h | 283 * END 284 * Mark end of a procedure. 286 #define END(x) \ 287 .end _C_LABEL(x); \ 322 END(x); \
|
/src/sys/arch/powerpc/include/ |
asm.h | 129 # define END(y) .size .##y,. - .##y 144 # define END(y) .size _C_LABEL(y),.-_C_LABEL(y) 204 * R4[er] = first free byte beyond end/esym. 245 /* er = end of mem reserved for kernel */ \ 247 stptr tmp2,-CALLFRAMELEN(er); /* end of stack chain */ \ 248 stptru tmp2,-CALLFRAMELEN(sp) /* end of stack chain */
|
/src/sbin/route/ |
route.c | 1776 #define END (4*1) 1797 state |= END; 1810 case GOTONE | END: 1811 case GOTTWO | END: 1813 case VIRGIN | END:
|
/src/sys/arch/alpha/include/ |
asm.h | 178 * end for the encoding of this 32bit value. 190 * reason. End Note 10/31/97. ross@NetBSD.org 200 * "XLEAF"s must be nested within a "LEAF" and a ".end". 205 * All functions must be terminated by the END macro 403 * END 406 #define END(_name_) \ 407 .end _name_
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_lrc.c | 556 #define END(x) 0, (x) 646 END(80) 730 END(176) 762 END(80) 799 END(80) 883 END(176) 924 END(80) 965 END(80) 968 #undef END 1380 * We append a couple of NOOPs (gen8_emit_wa_tail) after the end o [all...] |