Home
last modified time | relevance | path

Searched refs:expr (Results 251 – 275 of 467) sorted by relevance

1...<<111213141516171819

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_dma_on_stack.c22 static void match_dma_func(const char *fn, struct expression *expr, void *param) in match_dma_func() argument
28 arg = get_argument_from_call_expr(expr->args, PTR_INT(param)); in match_dma_func()
H A Dcheck_allocation_funcs.c40 static void match_allocation(const char *fn, struct expression *expr, in match_allocation() argument
46 left_name = expr_to_var_sym(expr->left, &left_sym); in match_allocation()
H A Dcheck_wrong_size_arg.c22 static void match_parameter(const char *fn, struct expression *expr, void *_param) in match_parameter() argument
28 arg = get_argument_from_call_expr(expr->args, param); in match_parameter()
H A Dcheck_continue_vs_break.c93 static void match_inline_start(struct expression *expr) in match_inline_start() argument
98 static void match_inline_end(struct expression *expr) in match_inline_end() argument
H A Dsmatch_param_used.c99 static void match_save_states(struct expression *expr) in match_save_states() argument
105 static void match_restore_states(struct expression *expr) in match_restore_states() argument
H A Dsmatch_tracker.c44 void add_tracker_expr(struct tracker_list **list, int owner, struct expression *expr) in add_tracker_expr() argument
49 name = expr_to_var_sym(expr, &sym); in add_tracker_expr()
H A Dcheck_puts_argument.c49 static void match_put(const char *fn, struct expression *expr, void *info) in match_put() argument
55 tmp = get_argument_from_call_expr(expr->args, 0); in match_put()
H A Dcheck_frees_argument.c51 static void match_kfree(const char *fn, struct expression *expr, void *info) in match_kfree() argument
57 tmp = get_argument_from_call_expr(expr->args, 0); in match_kfree()
H A Dcheck_syscall_arg_type.c134 static void match_fdget(const char *fn, struct expression *expr, void *unused) in match_fdget() argument
138 arg = get_argument_from_call_expr(expr->args, 0); in match_fdget()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dioerr.test54 set ::go [expr {$::sqlite_io_error_pending<=0}]
55 expr {$::sqlite_io_error_pending>0 || $r!=0}
111 set ::go [expr {$::sqlite_io_error_pending<=0}]
112 expr {$::sqlite_io_error_pending>0 || $r!=0}
H A Dselect2.test25 puts $f "[expr {$i%9}]\t[expr {$i%10}]"
68 puts $f "$i\t[expr {$i*2}]\t[expr {$i*3}]"
H A Dvacuum.test52 expr {$::cksum!=""}
61 expr {[file size test.db]<$::size1}
77 expr {$::cksum!=""}
86 expr {[file size test.db]<$::size1}
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard124 echo "`expr \"$1\" : \"^[^=]*=\(.*\)\"`"
291 inlist=`expr "${inlist}${i}" : "^\([^=]*=\)"`
294 item=`expr "${i}" : "^[^=]*='*\(.*\)'\$"`
300 item=`expr "${i}" : "^[^=]*='*\(.*\)\$"`
303 item=`expr "${i}" : "^[^=]*=\(.*\)\$"`
306 item=`expr "${i}" : "^\(.*\)'\$"`
607 i=`expr $i + 1`
630 exit_code=`expr 0`
634 exit_code=`expr 129`
636 exit_code=`expr 1`
H A Dtsol_netstandard137 echo "`expr \"$1\" : \"^[^=]*=\(.*\)\"`"
325 inlist=`expr "${inlist}${i}" : "^\([^=]*=\)"`
328 item=`expr "${i}" : "^[^=]*='*\(.*\)'\$"`
334 item=`expr "${i}" : "^[^=]*='*\(.*\)\$"`
337 item=`expr "${i}" : "^[^=]*=\(.*\)\$"`
340 item=`expr "${i}" : "^\(.*\)'\$"`
712 i=`expr $i + 1`
737 exit_code=`expr 0`
741 exit_code=`expr 129`
743 exit_code=`expr 1`
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh95 _pcnt=\`/usr/bin/expr \$_pcnt + 1\`
153 cycle=\`/usr/bin/expr \$cycle + 1\`
/illumos-gate/usr/src/tools/scripts/
H A Dws.sh163 ( `expr "$wsname" : "\/"` = "0" ) ]]
181 if [[ `expr "$wsname" : "\/"` = "0" ]]
403 if [[ $os_name != "SunOS" || `expr $os_rev : "5\."` != "2" ]]; then
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c308 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
310 #define expect(expr, value) (expr) argument
314 #define likely(expr) expect((expr) != 0, 1) argument
318 #define unlikely(expr) expect((expr) != 0, 0) argument
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN31 v = expr
32 its type is set to that of expr. (This includes +=, ++, etc.)
47 expr + 0
49 expr ""
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c82 static int expr(struct test*,int);
188 return(!expr(&tdata,0)); in b_test()
197 static int expr(struct test *tp,register int flag) in expr() function
220 r |= expr(tp,3); in expr()
225 r &= expr(tp,2); in expr()
261 op = expr(tp,1); in e3()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h77 const char *expr; member
99 const char *expr; member
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmdate-sh153 if (expr $nummonth \> $nummonthtod) > /dev/null;
155 year=`expr $year - 1`
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_subr.c47 libscsi_assert(const char *expr, const char *file, int line) in libscsi_assert() argument
53 "ABORT: \"%s\", line %d: assertion failed: %s\n", file, line, expr); in libscsi_assert()
58 "ABORT: \"%s\", line %d: assertion failed: %s\n", file, line, expr); in libscsi_assert()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h219 struct node *expr; /* for if statements */ member
255 } expr; member
279 struct node *tree_if(struct node *expr, struct node *stmts,
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1660 my($expr) = @_;
1662 $expr =~ s/\bfile\s*\=\~\s*/ cmd_output_file(\$fn) =~ /g;
1663 $expr =~ s/\bdump\s*\=\~\s*/ cmd_output_dump(\$fn) =~ /g;
1664 $expr =~ s/\bneeded\s*\=\~\s*/ all_ldd_neededs_string(\$fn) =~ /g;
1665 $expr =~ s/\bsyms\s*\=\~\s*/ direct_syms(\$fn) =~ /g;
1667 $code .= "if ($expr) {return 1;} else {return 0;}";
1878 my $expr = $1;
1887 $code = expand_expr($expr);
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in80 SIZE=`expr $tarsize \* 130 / 100 / 1024`k
105 i=`expr $i + 1`

1...<<111213141516171819