Searched refs:expr (Results 451 - 475 of 799) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A DMakefile526 all=`expr $$all + 1`; \
529 xpass=`expr $$xpass + 1`; \
530 failed=`expr $$failed + 1`; \
538 all=`expr $$all + 1`; \
541 xfail=`expr $$xfail + 1`; \
545 failed=`expr $$failed + 1`; \
550 skip=`expr $$skip + 1`; \
H A Dconfigure57 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"
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
392 # must be portable across $(()) and expr.
401 as_val=`expr "$@" || test $? -eq 1`
422 if expr a : '\(a\)' >/dev/null 2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001; then
424 as_expr=expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
465 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
461 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
465 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile648 all=`expr $$all + 1`; \
651 xpass=`expr $$xpass + 1`; \
652 failed=`expr $$failed + 1`; \
660 all=`expr $$all + 1`; \
663 xfail=`expr $$xfail + 1`; \
667 failed=`expr $$failed + 1`; \
672 skip=`expr $$skip + 1`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
461 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
463 ac_option=`expr "
[all...]
H A Dxmlregexp.c6257 const char *expr; member in struct:_xmlExpCtxt
7916 * @expr: the 0 terminated string
7931 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { argument
7934 ctxt->expr = expr;
7935 ctxt->cur = expr;
7947 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7950 if (expr == NULL) return;
7952 switch (expr->type) {
7960 xmlBufferWriteCHAR(buf, expr
8030 xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) argument
8045 xmlExpMaxToken(xmlExpNodePtr expr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_rotate.c196 char *expr; local
215 if ((ret = av_expr_parse(&rot->angle_expr, expr = rot->angle_expr_str, var_names,
223 ret = av_expr_parse_and_eval(&res, expr = rot->name##_expr_str, \
230 opt_name, expr, res); \
236 av_expr_parse_and_eval(&res, expr = rot->outw_expr_str, var_names, rot->var_values,
H A Dvf_scale.c244 char *expr; local
262 av_expr_parse_and_eval(&res, (expr = scale->w_expr),
266 if ((ret = av_expr_parse_and_eval(&res, (expr = scale->h_expr),
272 if ((ret = av_expr_parse_and_eval(&res, (expr = scale->w_expr),
405 expr, scale->w_expr, scale->h_expr);
H A Daf_volume.c91 static int set_expr(AVExpr **pexpr, const char *expr, void *log_ctx) argument
98 ret = av_expr_parse(pexpr, expr, var_names,
102 "Error when evaluating the volume expression '%s'\n", expr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
463 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A Dconfig.status55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
199 if expr a : '\(a\)' >/dev/null 2>&1; then
200 as_expr=expr
321 ac_option=`expr "x$1" : 'x\([^=]*\)='`
322 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
636 ac_sed_frag=`expr $ac_sed_frag + 1`
638 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
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"
202 # must be portable across $(()) and expr.
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
463 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
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"
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 0000
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
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"
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 0000
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh695 n=`expr $total_noise_cdda_samples - $delta`
970 short_noise_cdda_samples=`expr $total_noise_cdda_samples / 8`
992 file0_samples=`expr \( $short_noise_cdda_samples / 588 \) \* 588`
993 file0_remainder=`expr $short_noise_cdda_samples - $file0_samples`
994 file1_samples=`expr \( \( $file0_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
995 file1_remainder=`expr $file0_remainder + $short_noise_cdda_samples - $file1_samples`
996 file1_samples=`expr $file1_samples - $file0_remainder`
997 file2_samples=`expr \( \( $file1_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
998 file2_remainder=`expr $file1_remainder + $short_noise_cdda_samples - $file2_samples`
999 file2_samples=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
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"
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 0000
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/
H A Dconfigure55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
135 if expr a : '\(a\)' >/dev/null 2>&1 &&
136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
137 as_expr=expr
235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
446 test "x`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c6132 const char *expr; member in struct:_xmlExpCtxt
7791 * @expr: the 0 terminated string
7806 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { argument
7809 ctxt->expr = expr;
7810 ctxt->cur = expr;
7822 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7825 if (expr == NULL) return;
7827 switch (expr->type) {
7835 xmlBufferWriteCHAR(buf, expr
7905 xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) argument
7920 xmlExpMaxToken(xmlExpNodePtr expr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c6257 const char *expr; member in struct:_xmlExpCtxt
7916 * @expr: the 0 terminated string
7931 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { argument
7934 ctxt->expr = expr;
7935 ctxt->cur = expr;
7947 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7950 if (expr == NULL) return;
7952 switch (expr->type) {
7960 xmlBufferWriteCHAR(buf, expr
8030 xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) argument
8045 xmlExpMaxToken(xmlExpNodePtr expr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c6132 const char *expr; member in struct:_xmlExpCtxt
7791 * @expr: the 0 terminated string
7806 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { argument
7809 ctxt->expr = expr;
7810 ctxt->cur = expr;
7822 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7825 if (expr == NULL) return;
7827 switch (expr->type) {
7835 xmlBufferWriteCHAR(buf, expr
7905 xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) argument
7920 xmlExpMaxToken(xmlExpNodePtr expr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/
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
464 ac_option=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
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
464 ac_option=`expr "
[all...]

Completed in 280 milliseconds

<<11121314151617181920>>