=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ippl-1.4.14/configure.in-6-dnl Version ippl-1.4.14/configure.in:7:VERSION=`cat $srcdir/VERSION` ippl-1.4.14/configure.in-8-AC_SUBST(VERSION) ############################################## ippl-1.4.14/install-sh-78- ippl-1.4.14/install-sh:79: -t=*) transformarg=`echo $1 | sed 's/-t=//'` ippl-1.4.14/install-sh-80- shift ############################################## ippl-1.4.14/install-sh-82- ippl-1.4.14/install-sh:83: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` ippl-1.4.14/install-sh-84- shift ############################################## ippl-1.4.14/install-sh-143- then ippl-1.4.14/install-sh:144: dst="$dst"/`basename $src` ippl-1.4.14/install-sh-145- else ############################################## ippl-1.4.14/install-sh-150-## this sed command emulates the dirname command ippl-1.4.14/install-sh:151:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` ippl-1.4.14/install-sh-152- ############################################## ippl-1.4.14/install-sh-164-IFS='%' ippl-1.4.14/install-sh:165:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` ippl-1.4.14/install-sh-166-IFS="${oIFS}" ############################################## ippl-1.4.14/install-sh-198- then ippl-1.4.14/install-sh:199: dstfile=`basename $dst` ippl-1.4.14/install-sh-200- else ############################################## ippl-1.4.14/install-sh-208- then ippl-1.4.14/install-sh:209: dstfile=`basename $dst` ippl-1.4.14/install-sh-210- else ############################################## ippl-1.4.14/Source/netutils.c-107- i.s_addr = in; ippl-1.4.14/Source/netutils.c:108: he = gethostbyaddr((char *) &i, sizeof(struct in_addr), AF_INET); ippl-1.4.14/Source/netutils.c-109- if (he) { ############################################## ippl-1.4.14/configure-82- case "$ac_option" in ippl-1.4.14/configure:83: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; ippl-1.4.14/configure-84- *) ac_optarg= ;; ############################################## ippl-1.4.14/configure-114- -disable-* | --disable-*) ippl-1.4.14/configure:115: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` ippl-1.4.14/configure-116- # Reject names that are not valid shell variable names. ippl-1.4.14/configure:117: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then ippl-1.4.14/configure-118- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } ippl-1.4.14/configure-119- fi ippl-1.4.14/configure:120: ac_feature=`echo $ac_feature| sed 's/-/_/g'` ippl-1.4.14/configure-121- eval "enable_${ac_feature}=no" ;; ############################################## ippl-1.4.14/configure-123- -enable-* | --enable-*) ippl-1.4.14/configure:124: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` ippl-1.4.14/configure-125- # Reject names that are not valid shell variable names. ippl-1.4.14/configure:126: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then ippl-1.4.14/configure-127- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } ippl-1.4.14/configure-128- fi ippl-1.4.14/configure:129: ac_feature=`echo $ac_feature| sed 's/-/_/g'` ippl-1.4.14/configure-130- case "$ac_option" in ############################################## ippl-1.4.14/configure-354- -with-* | --with-*) ippl-1.4.14/configure:355: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` ippl-1.4.14/configure-356- # Reject names that are not valid shell variable names. ippl-1.4.14/configure:357: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then ippl-1.4.14/configure-358- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } ippl-1.4.14/configure-359- fi ippl-1.4.14/configure:360: ac_package=`echo $ac_package| sed 's/-/_/g'` ippl-1.4.14/configure-361- case "$ac_option" in ############################################## ippl-1.4.14/configure-367- -without-* | --without-*) ippl-1.4.14/configure:368: ac_package=`echo $ac_option|sed -e 's/-*without-//'` ippl-1.4.14/configure-369- # Reject names that are not valid shell variable names. ippl-1.4.14/configure:370: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then ippl-1.4.14/configure-371- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } ippl-1.4.14/configure-372- fi ippl-1.4.14/configure:373: ac_package=`echo $ac_package| sed 's/-/_/g'` ippl-1.4.14/configure-374- eval "with_${ac_package}=no" ;; ############################################## ippl-1.4.14/configure-397- *) ippl-1.4.14/configure:398: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then ippl-1.4.14/configure-399- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## ippl-1.4.14/configure-410-if test -n "$ac_prev"; then ippl-1.4.14/configure:411: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } ippl-1.4.14/configure-412-fi ############################################## ippl-1.4.14/configure-475- ac_prog=$0 ippl-1.4.14/configure:476: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` ippl-1.4.14/configure-477- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## ippl-1.4.14/configure-491-fi ippl-1.4.14/configure:492:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` ippl-1.4.14/configure-493- ############################################## ippl-1.4.14/configure-539- ippl-1.4.14/configure:540:VERSION=`cat $srcdir/VERSION` ippl-1.4.14/configure-541- ############################################## ippl-1.4.14/configure-549-echo "configure:550: checking for $ac_word" >&5 ippl-1.4.14/configure:550:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ippl-1.4.14/configure-551- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-579-echo "configure:580: checking for $ac_word" >&5 ippl-1.4.14/configure:580:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ippl-1.4.14/configure-581- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-630-echo "configure:631: checking for $ac_word" >&5 ippl-1.4.14/configure:631:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then ippl-1.4.14/configure-632- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-709-echo "configure:710: checking whether we are using GNU C" >&5 ippl-1.4.14/configure:710:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then ippl-1.4.14/configure-711- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-737-echo "configure:738: checking whether ${CC-cc} accepts -g" >&5 ippl-1.4.14/configure:738:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then ippl-1.4.14/configure-739- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-741- echo 'void f(){}' > conftest.c ippl-1.4.14/configure:742:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then ippl-1.4.14/configure-743- ac_cv_prog_cc_g=yes ############################################## ippl-1.4.14/configure-771-echo "configure:772: checking for $ac_word" >&5 ippl-1.4.14/configure:772:if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then ippl-1.4.14/configure-773- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-805-echo "configure:806: checking for yywrap in -l$ac_lib" >&5 ippl-1.4.14/configure:806:ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:807:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-808- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-836-fi ippl-1.4.14/configure:837:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-838- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-851-echo "configure:852: checking for $ac_word" >&5 ippl-1.4.14/configure:852:if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then ippl-1.4.14/configure-853- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-913-if test -z "$INSTALL"; then ippl-1.4.14/configure:914:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then ippl-1.4.14/configure-915- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1034-ac_lib_var=`echo dmalloc'_'main | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1035:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1036- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1060-fi ippl-1.4.14/configure:1061:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1062- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1083-ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1084:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1085- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1113-fi ippl-1.4.14/configure:1114:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1115- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1131-ac_lib_var=`echo pthread'_'pthread_attr_setdetachstate | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1132:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1133- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1161-fi ippl-1.4.14/configure:1162:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1163- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1179-ac_lib_var=`echo pthread'_'pthread_attr_destroy | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1180:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1181- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1209-fi ippl-1.4.14/configure:1210:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1211- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1227-ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1228:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1229- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1257-fi ippl-1.4.14/configure:1258:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1259- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1275-ac_lib_var=`echo pthread'_'pthread_setcancelstate | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1276:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1277- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1305-fi ippl-1.4.14/configure:1306:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1307- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1323-ac_lib_var=`echo pthread'_'pthread_attr_setdetachstate | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1324:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1325- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1353-fi ippl-1.4.14/configure:1354:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1355- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1371-ac_lib_var=`echo pthread'_'pthread_cancel | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1372:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1373- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1401-fi ippl-1.4.14/configure:1402:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1403- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1419-ac_lib_var=`echo pthread'_'pthread_mutex_lock | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1420:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1421- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1449-fi ippl-1.4.14/configure:1450:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1451- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1467-ac_lib_var=`echo pthread'_'pthread_mutex_unlock | sed 'y%./+-%__p_%'` ippl-1.4.14/configure:1468:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then ippl-1.4.14/configure-1469- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## ippl-1.4.14/configure-1497-fi ippl-1.4.14/configure:1498:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ippl-1.4.14/configure-1499- echo "$ac_t""yes" 1>&6 ############################################## ippl-1.4.14/configure-1712- fi ippl-1.4.14/configure:1713: ac_file=`expr $ac_file + 1` ippl-1.4.14/configure-1714- ac_beg=$ac_end ippl-1.4.14/configure:1715: ac_end=`expr $ac_end + $ac_max_sed_cmds` ippl-1.4.14/configure-1716- fi ############################################## ippl-1.4.14/configure-1730- case "$ac_file" in ippl-1.4.14/configure:1731: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` ippl-1.4.14/configure:1732: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; ippl-1.4.14/configure-1733- *) ac_file_in="${ac_file}.in" ;; ############################################## ippl-1.4.14/configure-1738- # Remove last slash and all that follows it. Not all systems have dirname. ippl-1.4.14/configure:1739: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` ippl-1.4.14/configure-1740- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## ippl-1.4.14/configure-1742- test ! -d "$ac_dir" && mkdir "$ac_dir" ippl-1.4.14/configure:1743: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" ippl-1.4.14/configure-1744- # A "../" for each directory in $ac_dir_suffix. ippl-1.4.14/configure:1745: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` ippl-1.4.14/configure-1746- else ############################################## ippl-1.4.14/configure-1752- if test -z "$ac_dots"; then top_srcdir=. ippl-1.4.14/configure:1753: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; ippl-1.4.14/configure-1754- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## ippl-1.4.14/configure-1766- rm -f "$ac_file" ippl-1.4.14/configure:1767: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." ippl-1.4.14/configure-1768- case "$ac_file" in ############################################## ippl-1.4.14/configure-1773- ippl-1.4.14/configure:1774: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` ippl-1.4.14/configure-1775- sed -e "$ac_comsub