Searched refs:expr (Results 351 - 375 of 845) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dlog_test.c40 #define CHECK(expr) result = expr; \
42 fprintf(stderr, "%s: " #expr "%s: exiting\n", \
/macosx-10.10.1/file_cmds-242/pax/
H A Doptions.c1596 char *expr; local
1600 num = strtol(val, &expr, 0);
1601 if ((num == LONG_MAX) || (num <= 0) || (expr == val))
1603 num = strtoq(val, &expr, 0);
1604 if ((num == QUAD_MAX) || (num <= 0) || (expr == val))
1608 switch (*expr) {
1614 ++expr;
1621 ++expr;
1628 ++expr;
1635 ++expr;
[all...]
/macosx-10.10.1/lsof-53/lsof/tests/
H A DMakefile42 err=`expr $$err + 1`; \
121 err=`expr $$err + 1`; \
144 err=`expr $$err + 1`; \
/macosx-10.10.1/ruby-106/ruby/lib/rexml/parsers/
H A Dxpathparser.rb279 # | '[' expr ']' Predicate
331 path, expr = get_group(path)
332 predicates << expr[1..-2] if expr
573 #| '(' expr ')'
620 #| FUNCTION_NAME '(' ( expr ( ',' expr )* )? ')'
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dixset64 if {[expr "{$rpt} == {repeat:}"]} then {
83 set screenbla [expr "{$bla} == {yes} ? {blank} : {noblank}"]
119 if {[expr "{$kbdrep} == {on}"]} then {
155 .kbd.val.onoff [expr "{$kbdrep} == {on} ? {select} : {deselect}"]
163 .screen.blank [expr "{$screenbla}=={blank} ? {select} : {deselect}"]
164 .screen.pat [expr "{$screenbla}!={blank} ? {select} : {deselect}"]
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y1562 %type <dtype> expr exprnum exprcompound valexpr;
4475 anonymous_bitfield : storage_class type COLON expr SEMI { };
4629 | EQUAL definetype LBRACKET expr RBRACKET {
4652 | COLON expr {
4864 | notso_direct_declarator LBRACKET expr RBRACKET {
4956 | direct_declarator LBRACKET expr RBRACKET {
5072 | direct_abstract_declarator LBRACKET expr RBRACKET {
5090 | LBRACKET expr RBRACKET {
5348 definetype : { /* scanner_check_typedef(); */ } expr {
5427 etype : expr {
5442 expr : valexpr { $$ = $1; } label
[all...]
/macosx-10.10.1/efax-38/efax/
H A Dconfigure34 if expr a : '\(a\)' >/dev/null 2>&1; then
35 as_expr=expr
164 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
197 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
199 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
206 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
208 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
388 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
390 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401 ac_package=`expr "
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dconfigure52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
359 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
368 ac_feature=`expr "
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dsprintf.c1023 const char *expr; local
1026 expr = "NaN";
1029 expr = "Inf";
1031 need = (int)strlen(expr);
1046 memcpy(&buf[blen], expr, strlen(expr));
1050 buf[blen + need - strlen(expr) - 1] = '-';
1052 buf[blen + need - strlen(expr) - 1] = '+';
1055 memcpy(&buf[blen + need - strlen(expr)], expr,
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c408 DEBUG_TEST(0x0010,(sfprintf(sfstdout, "AHA#%04d 0x%04x parserep %s %d %d %d %d `%-.*s'\n", __LINE__, debug_flag, rexname(rex->re.group.expr.rex), rex->re.group.number, rex->lo, n, rex->hi, env->end - s, s)),(0));
446 r = parse(env, rex->re.group.expr.rex, &catcher, s);
833 r = parse(env, rex->re.group.expr.binary.left, &catcher, s);
837 ((Pos_t*)env->pos->vec + env->pos->cur - 1)->serial = catcher.serial = rex->re.group.expr.binary.serial;
838 n = parse(env, rex->re.group.expr.binary.right, &catcher, s);
847 if ((r = parse(env, rex->re.group.expr.binary.left, cont, s)) == NONE)
848 r = parse(env, rex->re.group.expr.binary.right, cont, s);
1019 catcher.re.conj_left.right = rex->re.group.expr.binary.right;
1023 return parse(env, rex->re.group.expr.binary.left, &catcher, s);
1192 r = parse(env, rex->re.group.expr
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-arith.el843 (defun calcFunc-dreal (expr)
844 (let ((types (math-possible-types expr)))
847 (math-reject-arg expr 'realp 'quiet)))))
849 (defun calcFunc-dimag (expr)
850 (let ((types (math-possible-types expr)))
853 (math-reject-arg expr "Expected an imaginary number")))))
855 (defun calcFunc-dpos (expr)
856 (let ((signs (math-possible-signs expr)))
859 (math-reject-arg expr 'posp 'quiet)))))
861 (defun calcFunc-dneg (expr)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dconfigure52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
405 ac_feature=`expr "
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlw-shell.el2924 expr beg end cmd)
2927 (setq expr (read-string "Expression: ")))
2959 (setq expr (buffer-substring beg end)))
2971 (while (string-match "\n[ \t]*\\(;.*\\)?\r*\n" expr)
2972 (setq expr (replace-match "\n" t t expr)))
2974 (while (string-match "[ \t]*\\$[ \t]*\\(;.*\\)?\\(\n[ \t]*\\|$\\)" expr)
2975 (setq expr (replace-match "" t t expr)))
2977 (if (string-match "\n[ \t\r]*\\'" expr)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtcllib.test133 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
144 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
153 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
164 list [catch {TclLibAAB} msg] [expr {[regexp $re $msg]?1:$msg}]
174 list [catch {TclLibABB} msg] [expr {[regexp $re $msg]?1:$msg}]
H A Dcmdtrace.test54 set nuke [expr ($level*2)+3]
176 expr $evalLevel+1 ;# Error if not a number
177 expr $procLevel+1
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest058-syncrepl-asymmetric178 ID=`expr $ID + 1`
1220 CSN_ERRORS=`expr $CSN_ERRORS + 1`
1225 CSN_ERRORS=`expr $CSN_ERRORS + 1`
1232 CSN_ERRORS=`expr $CSN_ERRORS + 1`;
1242 CSN_ERRORS=`expr $CSN_ERRORS + 1`;
1252 CSN_ERRORS=`expr $CSN_ERRORS + 1`;
1262 CSN_ERRORS=`expr $CSN_ERRORS + 1`;
1272 CSN_ERRORS=`expr $CSN_ERRORS + 1`;
1518 CSN_ERRORS=`expr $CSN_ERRORS + 1`
1523 CSN_ERRORS=`expr
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtest.c82 static int expr(struct test*,int);
188 return(!expr(&tdata,0));
197 static int expr(struct test *tp,register int flag) function
220 r |= expr(tp,3);
225 r &= expr(tp,2);
261 op = expr(tp,1);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Darith.sh83 then err_exit 'for (( expr)) failed'
87 then err_exit 'for (( expr));... failed'
91 then err_exit 'for (( expr))... failed'
433 for expr in '1/(1/2)' '8%(1/2)' '8%(1.0/2)'
434 do [[ $( ( $SHELL -c "( (($expr)) ) || print ok" ) 2>/dev/null ) == ok ]] || err_exit "divide by zero not trapped: $expr"
437 for expr in '1/(1.0/2)' '1/(1/2.0)'
438 do [[ $( ( $SHELL -c "( print -r -- \$(($expr)) )" ) 2>/dev/null ) == 2 ]] || err_exit "invalid value for: $expr"
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc351 const char *expr) {
354 expr, func, file, line);
357 expr, file, line);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dmisc.c350 char*egrepin(expr,source,len,casesens)char*expr;const char*source;
352 { if(*expr) /* only do the search if the expression is nonempty */
353 { source=(const char*)bregexec((struct eps*)(expr=(char*)
354 bregcomp(expr,!casesens)),(const uchar*)source,(const uchar*)source,
356 free(expr);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dkibitz93 set user_number [expr 1+(0==[string first - $user])]
118 for {set i [expr [llength $split]-1]} {$i>=0} {incr i -1} {
255 set local_io [expr ($user_number==3)||$user2_islocal]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/
H A Dconfigure116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
710 *=*) ac_optarg=`expr "
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Dconfigure116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
732 *=*) ac_optarg=`expr "
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_valid.test37 set VariationList($NbrVariationLists) [lindex $args [expr $VariationListPos+1]]
38 set args [lreplace $args $VariationListPos [expr $VariationListPos+1]]
45 regsub -all "%[expr $vl+1]" $NewArg [lindex $VariationList($vl) $TestNbr] NewArg
168 return [expr [string length $Value]==3]
175 {-nonvalid -optional -validatecommand "expr 0"}
176 {-valid -optional -validatecommand "expr 1"}
179 {-m_nonvalid -optional -multiple -validatecommand "expr 0"}
180 {-m_valid -optional -multiple -validatecommand "expr 1"}
/macosx-10.10.1/xar-254/xar/
H A Dconfig.status57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
203 # must be portable across $(()) and expr.
212 as_val=`expr "$@" || test $? -eq 1`
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
446 ac_option=`expr "
[all...]

Completed in 404 milliseconds

<<11121314151617181920>>