/illumos-gate/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 20 # CDDL HEADER END 205 # The keywords START and END mark the boundaries of a session. 232 # END() 236 sub END { subroutine 237 audit("END");
|
H A D | signit.pl | 20 # CDDL HEADER END 107 # END() 111 sub END { subroutine
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 20 * CDDL HEADER END 74 #define END (OTHER | TRACING | OUTDENTED) macro
|
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | strtoip6.c | 42 #define END 18 macro 59 lex[c] = END; 89 case END: 130 case END: 175 c = END + 1; 199 return c == END ? 0 : -1;
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | asm.h | 79 #define END(x) .size x, . - x macro
|
H A D | asmacros.h | 60 #define END(name) .size name, . - name macro
|
/illumos-gate/usr/src/boot/sys/i386/include/ |
H A D | asm.h | 75 #define END(x) .size x, . - x macro
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 81 #define END 0 macro 547 { OP, { 0 }, END, }
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 37 #define END 2 macro 148 p_keyword("fi",END); 191 p_keyword("}",END); 226 p_keyword("]]",END); 234 p_keyword(")",END); 267 p_keyword("done",END); 282 p_keyword("esac",END); 308 p_keyword("}",END); 318 p_keyword(")",END); 340 p_keyword("]]",END); [all...] |
/illumos-gate/usr/src/cmd/pack/ |
H A D | pack.c | 19 * CDDL HEADER END 48 #define END 256 macro 63 long count [END+1]; 85 int parent [2*END+1]; 88 char length [END+1]; 89 long bits [END+1]; 111 } heap [END+2]; 127 for (i = 0; i < END; i++) 166 for (c = 0; c < END; c++) 187 c = (--inleft < 0) ? END [all...] |
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbgen1.c | 20 * CDDL HEADER END 74 #define END 10 /* get offset to end of struct */ macro 405 if (streq(member, "END")) { 406 return (END); 466 case END:
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 19 * CDDL HEADER END 64 * START and END bracket a struct layout definition. They issue 76 #define END (void) \ macro 116 END; 128 END; 165 END; 203 END; 247 END; 291 END; 340 END; [all...] |
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 41 #undef END macro 94 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf) macro 601 return END(&buf); 1168 return END(&buf);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_impl.h | 19 * CDDL HEADER END 80 #define END 0xdeadface macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 2892 #define END (4*1) macro 2914 state |= END; 2929 case GOTONE | END: 2930 case GOTTWO | END: 2933 case VIRGIN | END: 2973 state |= END; 3007 case GOTONE | END: 3008 case GOTTWO | END: 3011 case RESET | END:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4095 END, /* x: got eob and all data flushed */ enumerator in enum:inflate_codes_state::__anon139 4289 c->mode = END; 4290 case END:
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 5276 END, /* x: got eob and all data flushed */ enumerator in enum:inflate_codes_state::__anon6457 5489 c->mode = END; 5491 case END:
|