| /illumos-gate/usr/src/boot/lib/libstand/ |
| H A D | assert.c | 35 __assert(const char *func, const char *file, int line, const char *expression) argument 39 expression, file, line); 43 expression, func, file, line);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_grammar.y | 123 %type <l_immediate> expression 139 | expression pipeline shell_pipe terminator { 144 | expression ',' expression pipeline shell_pipe terminator { 149 | ',' expression pipeline shell_pipe terminator { 155 | expression terminator { 160 * expression value. In a pipe context, we also set 183 | expression ',' expression shell_pipe terminator { 189 | ',' expression shell_pip 294 expression: expression '+' expression { $$ = $1 + $3; } label [all...] |
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 188 %type <l_node> expression 221 | DT_CTX_DEXPR expression { $$ = $2; } 329 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED { 333 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED 362 | statement_list_impl expression { 372 | expression ';' { $$ = dt_node_statement($1); } 373 | DT_KEY_IF DT_TOK_LPAR expression DT_TOK_RPAR statement_or_block { 376 | DT_KEY_IF DT_TOK_LPAR expression DT_TOK_RPAR 396 | DT_TOK_LPAR expression DT_TOK_RPAR { $$ = $2; } 439 DT_TOK_LPAR expression DT_TOK_RPA 604 expression: assignment_expression label [all...] |
| /illumos-gate/usr/src/common/ficl/ |
| H A D | hash.c | 3 #define FICL_ASSERT_PHASH(hash, expression) FICL_ASSERT(NULL, expression)
|
| H A D | ficl.h | 1281 ficlCallbackAssert(ficlCallback *callback, int expression, 1283 #define FICL_ASSERT(callback, expression) \ 1284 (ficlCallbackAssert((callback), (expression) != 0, \ 1285 #expression, __FILE__, __LINE__)) 1287 #define FICL_ASSERT(callback, expression) 1290 #define FICL_VM_ASSERT(vm, expression) \ 1291 FICL_ASSERT((ficlCallback *)(vm), (expression)) 1292 #define FICL_SYSTEM_ASSERT(system, expression) \ 1293 FICL_ASSERT((ficlCallback *)(system), (expression))
|
| H A D | tools.c | 66 ficlCallbackAssert(ficlCallback *callback, int expression, argument 70 if (!expression) { 79 FICL_IGNORE(expression);
|
| H A D | dictionary.c | 60 #define FICL_DICTIONARY_ASSERT(dictionary, expression) \ 62 expression)
|
| /illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
| H A D | dapl_osd.h | 336 #define dapl_os_assert(expression) assert((expression))
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/ |
| H A D | alloca.s | 45 ! be in the middle of a compilicated expression.
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | alloca.s | 40 ! be in the middle of a compilicated expression.
|
| H A D | strchr.s | 94 bnz .haszerobyte ! zero byte if magic expression != 0 99 bz,a .searchchar ! no findchar if magic expression == 0 196 bz,a .searchword ! no zero byte if magic expression == 0
|
| H A D | strcpy.s | 106 bz,a .copyword ! no zero byte if magic expression == 0
|
| H A D | strncpy.s | 109 bz,a .storeword ! no zero byte if magic expression == 0
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | alloca.s | 39 ! be in the middle of a complicated expression.
|
| H A D | strchr.s | 94 bnz,pn %ncc, .haszerobyte ! zero byte if magic expression != 0 99 bz,a,pt %ncc, .searchchar ! no findchar if magic expression == 0 196 bz,a,pt %ncc, .searchword ! no zero byte if magic expression == 0
|
| H A D | strcpy.s | 138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0 246 ba .storeword ! no zero byte if magic expression == 0
|
| /illumos-gate/usr/src/lib/libc/amd64/gen/ |
| H A D | strcat.s | 50 / In this assembly language version, the following expression is used 53 / If the above expression geneates a value other than 0x80808080,
|
| H A D | strncat.s | 55 / In this assembly language version, the following expression is used 58 / If the above expression geneates a value other than 0x80808080,
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | strcat.s | 50 / In this assembly language version, the following expression is used 53 / If the above expression geneates a value other than 0x80808080,
|
| H A D | strncat.s | 55 / In this assembly language version, the following expression is used 58 / If the above expression geneates a value other than 0x80808080,
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | global.h | 186 char *egrepinit(char *expression);
|
| H A D | cgrep.c | 87 /* lit expression types */ 90 /* non-lit expression types */ 93 /* not really expression types, just helping */ 101 Exprtype type; /* Type of expression (in grammar) */ 102 ID id; /* unique ID of lit expression */ 138 Expr *root; /* Pointer to root (EOP) expression */ 159 uchar_t *expression; member in struct:__anon4444 313 egrepinit(char *expression) argument 330 match_pattern.expression = (uchar_t *)expression; [all...] |
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | awk.lx.l | 185 <reg>\n { yyerror("newline in regular expression"); lineno++; BEGIN A; }
|
| /illumos-gate/usr/src/ucbcmd/expr/ |
| H A D | expr.y | 58 /* a single `expression' is evaluated and printed: */ 60 expression: expr NOARG = { label 361 message = "Regular expression too long";
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_filter.c | 109 * STOP ends execution of the filter expression and 231 static void expression(); 531 * according to whether the filter expression selects it 1063 pr_err("expression too long"); 1086 pr_err("expression too long"); 1132 * token in the filter expression. A token is either: 1215 * and IPv6 addresses, and an expression of the form base[expr:size], 2108 expression(); 2136 pr_err("invalid expression at \"%s\".", token); 2170 expression(); 2734 expression() function [all...] |