/illumos-gate/usr/src/stand/lib/sa/ |
H A D | assert.h | 33 * Exported interfaces for standalone's subset of libc's <assert.h>. 51 * <assert.h> which is explicitly required not to be idempotent (section 4.1.2). 56 #undef assert macro 59 #define assert(EX) ((void)0) macro 61 #define assert(EX) (void)((EX) || (__assert(#EX, __FILE__, __LINE__), 0)) macro
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | assert.h | 31 #define assert(EX) macro 34 #define assert(EX) if (EX) ; else _assert("EX", __FILE__, __LINE__) macro
|
/illumos-gate/usr/src/head/ |
H A D | assert.h | 47 * In C11 the static_assert macro is always defined, unlike the assert macro. 61 * <assert.h> which is explicitly required not to be idempotent (section 4.1.2). 66 #undef assert macro 70 #define assert(EX) ((void)0) macro 75 #define assert(EX) (void)((EX) || \ macro 78 #define assert(EX) (void)((EX) || (__assert(#EX, __FILE__, __LINE__), 0)) macro
|
H A D | Makefile | 52 assert.h \ 390 # assert.h is required by ansi-c to *not* be idempotent (section 4.1.2). 394 assert.check := HDRCHK_TAIL = | grep -v "end guard wrong" | true 442 -$(RM) $@; $(SYMLINK) ../assert.h $@
|
/illumos-gate/usr/src/boot/include/ |
H A D | assert.h | 34 * @(#)assert.h 8.2 (Berkeley) 1/21/94 41 * Unlike other ANSI header files, <assert.h> may usefully be included 45 #undef assert macro 49 #define assert(e) ((void)0) macro 52 #define _assert(e) assert(e) 54 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | dial.c | 140 assert(s1,s2,i1,s3,i2) function
|
H A D | uuname.c | 105 /* small, private copies of assert(), logent(), */ 110 assert(s1, s2, i1, file, line) function
|
H A D | utility.c | 38 * produce an assert error message 47 assert(s1, s2, i1, file, line) function 56 * produce an assert error message 57 * input: -- same as assert
|
H A D | uuglist.c | 178 assert (s1, s2, i1, s3, i2) function
|
H A D | ct.c | 120 assert (s1, s2, i1, s3, i2) function
|
H A D | cu.c | 1736 assert (s1, s2, i1, s3, i2) function
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 76 #ifndef assert 77 /* EXPERIMENTAL assert replacement, deliberately not source-compatable */ 78 #define assert(cond, string) \ macro 84 #error "assert.h and errlog.h both define assert: choose only one" 85 #endif /* assert */
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 136 assert(const char *s1, const char *s2, int i1, const char *s3, int i2) function
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmlock.c | 44 assert(char *s1, char *s2, int i1, char *s3, int i2) function
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fc_led_parse.c | 44 static int get_assert(str *p_str, int *assert); 339 get_assert(str *p_str, int *assert) argument 350 *assert = i;
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 57 assert(int op, char* pred, char* args) function 1322 assert(directive, pp.tmpbuf, pp.args); 1325 assert(directive, pp.tmpbuf, NiL);
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 59 #define assert ASSERT macro 384 #include <assert.h> 385 #define ARGCHK(X,Y) assert(X)
|
/illumos-gate/usr/src/cmd/syseventadm/ |
H A D | syseventadm.c | 57 #include <assert.h> 71 #undef assert macro 72 #define assert(EX) ((void)0) macro
|
/illumos-gate/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 59 * Some sanity checking code is included using assert(). On my FreeBSD 61 * defined. Check your own systems manpage on assert() to see how to 95 #define assert(x) macro 730 assert(sha != (SHA256_CTX*)0);
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | defs.h | 217 #define assert(x) macro
|
/illumos-gate/usr/src/uts/intel/io/heci/ |
H A D | heci_data_structures.h | 155 #define assert(expr) \ macro
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 26 assert.h.3head \ 116 assert.3head \ 205 assert.3head := LINKSRC = assert.h.3head
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 40 /********* From the file "assert.h" ************************************/ 43 # define assert(X) if(!(X))myassert(__FILE__,__LINE__) macro 45 # define assert(X) macro 361 assert( ap1->type==REDUCE || ap1->type==RD_RESOLVED || ap1->type==CONFLICT); 362 assert( ap2->type==REDUCE || ap2->type==RD_RESOLVED || ap2->type==CONFLICT); 483 assert( p->nLookahead>0 ); 558 /********************** From the file "assert.c" ****************************/ 934 assert( stp->ap ); 980 assert( apx->sp==apy->sp ); /* Otherwise there would be no conflict */ 997 assert( sp [all...] |
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 541 assert.9f \ 1228 assert.9f := LINKSRC = ASSERT.9f
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7238 } assert; member in union:fw_debug_cmd::fw_debug
|