Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 7 of 7) sorted by relevance

/iperf/config/
H A Ddepcomp406 i=`expr $i - 1`
409 i=`expr $i - 1`
H A Dltmain.sh264 _G_count=`expr $_G_count + 1`
300 _G_count=`expr $_G_count + 1`
655 _G_delim=`expr "$2" : '\(.\)'`
683 func_arith_result=`expr "$@"`
2096 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
2099 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
2124 func_split_short_opt_name=`expr "x$1" : 'x\(-.\)'`
2125 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
9482 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
9525 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
[all …]
H A Dinstall-sh255 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
H A Dconfig.guess248 expr='s/^earmv[0-9]/-eabi/;s/eb$//'
249 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
/iperf/
H A Dconfigure451 test "X`expr 00001 : '.*\(...\)'`" = X001; then
926 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1165 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1219 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
4115 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4288 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5549 i=`expr $i + 1`
15396 as_val=`expr "$@" || test $? -eq 1`
15401 if expr a : '\(a\)' >/dev/null 2>&1 &&
[all …]
H A Daclocal.m41752 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1753 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1794 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1810 i=`expr $i + 1`
1814 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1819 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
3212 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8286 lt_ac_count=`expr $lt_ac_count + 1`
9154 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
[all …]
/iperf/src/
H A DMakefile.in1519 if test `expr $$fail + $$xpass + $$error` -eq 0; then \