Searched refs:expression (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/boot/lib/libstand/
H A Dassert.c35 __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 Dmdb_grammar.y123 %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 Ddt_grammar.y188 %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 Dhash.c3 #define FICL_ASSERT_PHASH(hash, expression) FICL_ASSERT(NULL, expression)
H A Dficl.h1281 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 Dtools.c66 ficlCallbackAssert(ficlCallback *callback, int expression, argument
70 if (!expression) {
79 FICL_IGNORE(expression);
H A Ddictionary.c60 #define FICL_DICTIONARY_ASSERT(dictionary, expression) \
62 expression)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h336 #define dapl_os_assert(expression) assert((expression))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s45 ! be in the middle of a compilicated expression.
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s40 ! be in the middle of a compilicated expression.
H A Dstrchr.s94 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 Dstrcpy.s106 bz,a .copyword ! no zero byte if magic expression == 0
H A Dstrncpy.s109 bz,a .storeword ! no zero byte if magic expression == 0
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s39 ! be in the middle of a complicated expression.
H A Dstrchr.s94 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 Dstrcpy.s138 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 Dstrcat.s50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.s55 / 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 Dstrcat.s50 / In this assembly language version, the following expression is used
53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.s55 / 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 Dglobal.h186 char *egrepinit(char *expression);
H A Dcgrep.c87 /* 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 Dawk.lx.l185 <reg>\n { yyerror("newline in regular expression"); lineno++; BEGIN A; }
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y58 /* 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 Dsnoop_filter.c109 * 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...]

Completed in 3395 milliseconds

12