=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== nwrite-1.9.2/configure-71- case "$ac_option" in nwrite-1.9.2/configure:72: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; nwrite-1.9.2/configure-73- *) ac_optarg= ;; ############################################## nwrite-1.9.2/configure-103- -disable-* | --disable-*) nwrite-1.9.2/configure:104: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` nwrite-1.9.2/configure-105- # Reject names that are not valid shell variable names. nwrite-1.9.2/configure:106: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then nwrite-1.9.2/configure-107- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } nwrite-1.9.2/configure-108- fi nwrite-1.9.2/configure:109: ac_feature=`echo $ac_feature| sed 's/-/_/g'` nwrite-1.9.2/configure-110- eval "enable_${ac_feature}=no" ;; ############################################## nwrite-1.9.2/configure-112- -enable-* | --enable-*) nwrite-1.9.2/configure:113: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` nwrite-1.9.2/configure-114- # Reject names that are not valid shell variable names. nwrite-1.9.2/configure:115: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then nwrite-1.9.2/configure-116- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } nwrite-1.9.2/configure-117- fi nwrite-1.9.2/configure:118: ac_feature=`echo $ac_feature| sed 's/-/_/g'` nwrite-1.9.2/configure-119- case "$ac_option" in ############################################## nwrite-1.9.2/configure-343- -with-* | --with-*) nwrite-1.9.2/configure:344: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` nwrite-1.9.2/configure-345- # Reject names that are not valid shell variable names. nwrite-1.9.2/configure:346: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then nwrite-1.9.2/configure-347- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } nwrite-1.9.2/configure-348- fi nwrite-1.9.2/configure:349: ac_package=`echo $ac_package| sed 's/-/_/g'` nwrite-1.9.2/configure-350- case "$ac_option" in ############################################## nwrite-1.9.2/configure-356- -without-* | --without-*) nwrite-1.9.2/configure:357: ac_package=`echo $ac_option|sed -e 's/-*without-//'` nwrite-1.9.2/configure-358- # Reject names that are not valid shell variable names. nwrite-1.9.2/configure:359: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then nwrite-1.9.2/configure-360- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } nwrite-1.9.2/configure-361- fi nwrite-1.9.2/configure:362: ac_package=`echo $ac_package| sed 's/-/_/g'` nwrite-1.9.2/configure-363- eval "with_${ac_package}=no" ;; ############################################## nwrite-1.9.2/configure-386- *) nwrite-1.9.2/configure:387: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then nwrite-1.9.2/configure-388- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## nwrite-1.9.2/configure-399-if test -n "$ac_prev"; then nwrite-1.9.2/configure:400: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } nwrite-1.9.2/configure-401-fi ############################################## nwrite-1.9.2/configure-464- ac_prog=$0 nwrite-1.9.2/configure:465: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` nwrite-1.9.2/configure-466- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## nwrite-1.9.2/configure-480-fi nwrite-1.9.2/configure:481:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` nwrite-1.9.2/configure-482- ############################################## nwrite-1.9.2/configure-531-echo "configure:532: checking for $ac_word" >&5 nwrite-1.9.2/configure:532:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then nwrite-1.9.2/configure-533- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-560-echo "configure:561: checking for $ac_word" >&5 nwrite-1.9.2/configure:561:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then nwrite-1.9.2/configure-562- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-647-echo "configure:648: checking whether we are using GNU C" >&5 nwrite-1.9.2/configure:648:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then nwrite-1.9.2/configure-649- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-671-echo "configure:672: checking whether ${CC-cc} accepts -g" >&5 nwrite-1.9.2/configure:672:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then nwrite-1.9.2/configure-673- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-675- echo 'void f(){}' > conftest.c nwrite-1.9.2/configure:676:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then nwrite-1.9.2/configure-677- ac_cv_prog_cc_g=yes ############################################## nwrite-1.9.2/configure-729-if test -z "$INSTALL"; then nwrite-1.9.2/configure:730:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then nwrite-1.9.2/configure-731- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-785-if test -z "$CPP"; then nwrite-1.9.2/configure:786:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then nwrite-1.9.2/configure-787- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-841-echo "configure:842: checking for ANSI C header files" >&5 nwrite-1.9.2/configure:842:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then nwrite-1.9.2/configure-843- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-945-echo "configure:946: checking whether time.h and sys/time.h may both be included" >&5 nwrite-1.9.2/configure:946:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then nwrite-1.9.2/configure-947- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-980-do nwrite-1.9.2/configure:981:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` nwrite-1.9.2/configure-982-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 nwrite-1.9.2/configure-983-echo "configure:984: checking for $ac_hdr" >&5 nwrite-1.9.2/configure:984:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then nwrite-1.9.2/configure-985- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1006-fi nwrite-1.9.2/configure:1007:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then nwrite-1.9.2/configure-1008- echo "$ac_t""yes" 1>&6 nwrite-1.9.2/configure:1009: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` nwrite-1.9.2/configure-1010- cat >> confdefs.h <<EOF ############################################## nwrite-1.9.2/configure-1021-echo "configure:1022: checking for working const" >&5 nwrite-1.9.2/configure:1022:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then nwrite-1.9.2/configure-1023- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1096-echo "configure:1097: checking whether struct tm is in sys/time.h or time.h" >&5 nwrite-1.9.2/configure:1097:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then nwrite-1.9.2/configure-1098- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1131-echo "configure:1132: checking return type of signal handlers" >&5 nwrite-1.9.2/configure:1132:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then nwrite-1.9.2/configure-1133- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1172-echo "configure:1173: checking for strftime" >&5 nwrite-1.9.2/configure:1173:if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then nwrite-1.9.2/configure-1174- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1211- nwrite-1.9.2/configure:1212:if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then nwrite-1.9.2/configure-1213- echo "$ac_t""yes" 1>&6 ############################################## nwrite-1.9.2/configure-1223-ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'` nwrite-1.9.2/configure:1224:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then nwrite-1.9.2/configure-1225- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1253-fi nwrite-1.9.2/configure:1254:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then nwrite-1.9.2/configure-1255- echo "$ac_t""yes" 1>&6 ############################################## nwrite-1.9.2/configure-1270-echo "configure:1271: checking for $ac_func" >&5 nwrite-1.9.2/configure:1271:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then nwrite-1.9.2/configure-1272- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1309- nwrite-1.9.2/configure:1310:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then nwrite-1.9.2/configure-1311- echo "$ac_t""yes" 1>&6 nwrite-1.9.2/configure:1312: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` nwrite-1.9.2/configure-1313- cat >> confdefs.h <<EOF ############################################## nwrite-1.9.2/configure-1355-echo "configure:1356: checking "if anyone can write to a mesg y tty"" >&5 nwrite-1.9.2/configure:1356:if eval "test \"`echo '$''{'nwrite_cv_sys_tty_world_writable'+set}'`\" = set"; then nwrite-1.9.2/configure-1357- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## nwrite-1.9.2/configure-1362-tty_path=`tty` nwrite-1.9.2/configure:1363:tty_perms=`ls -lL $tty_path | awk '{print $1}' | sed 's/^........\(.\).$/\1/'` nwrite-1.9.2/configure-1364-echo "tty_path=$tty_path tty_perms=$tty_perms" 1>&5 ############################################## nwrite-1.9.2/configure-1394-echo "configure:1395: checking "if tty names start with pts/ or tty"" >&5 nwrite-1.9.2/configure:1395:if eval "test \"`echo '$''{'nwrite_cv_sys_tty_path'+set}'`\" = set"; then nwrite-1.9.2/configure-1396- echo $ac_n "(cached) $ac_c" 1>&6 nwrite-1.9.2/configure-1397-else nwrite-1.9.2/configure:1398: nwrite_cv_sys_tty_path=`tty | sed -e 's|/dev/||' -e 's|pts/.*$|pts/|' -e 's|tty.*$|tty|'` nwrite-1.9.2/configure-1399-fi ############################################## nwrite-1.9.2/configure-1583- fi nwrite-1.9.2/configure:1584: ac_file=`expr $ac_file + 1` nwrite-1.9.2/configure-1585- ac_beg=$ac_end nwrite-1.9.2/configure:1586: ac_end=`expr $ac_end + $ac_max_sed_cmds` nwrite-1.9.2/configure-1587- fi ############################################## nwrite-1.9.2/configure-1601- case "$ac_file" in nwrite-1.9.2/configure:1602: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` nwrite-1.9.2/configure:1603: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; nwrite-1.9.2/configure-1604- *) ac_file_in="${ac_file}.in" ;; ############################################## nwrite-1.9.2/configure-1609- # Remove last slash and all that follows it. Not all systems have dirname. nwrite-1.9.2/configure:1610: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` nwrite-1.9.2/configure-1611- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## nwrite-1.9.2/configure-1613- test ! -d "$ac_dir" && mkdir "$ac_dir" nwrite-1.9.2/configure:1614: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" nwrite-1.9.2/configure-1615- # A "../" for each directory in $ac_dir_suffix. nwrite-1.9.2/configure:1616: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` nwrite-1.9.2/configure-1617- else ############################################## nwrite-1.9.2/configure-1623- if test -z "$ac_dots"; then top_srcdir=. nwrite-1.9.2/configure:1624: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; nwrite-1.9.2/configure-1625- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## nwrite-1.9.2/configure-1637- rm -f "$ac_file" nwrite-1.9.2/configure:1638: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." nwrite-1.9.2/configure-1639- case "$ac_file" in ############################################## nwrite-1.9.2/configure-1644- nwrite-1.9.2/configure:1645: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` nwrite-1.9.2/configure-1646- sed -e "$ac_comsub ############################################## nwrite-1.9.2/configure-1683- case "$ac_file" in nwrite-1.9.2/configure:1684: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` nwrite-1.9.2/configure:1685: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; nwrite-1.9.2/configure-1686- *) ac_file_in="${ac_file}.in" ;; ############################################## nwrite-1.9.2/configure-1691- rm -f conftest.frag conftest.in conftest.out nwrite-1.9.2/configure:1692: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` nwrite-1.9.2/configure-1693- cat $ac_file_inputs > conftest.in ############################################## nwrite-1.9.2/configure-1751- # Remove last slash and all that follows it. Not all systems have dirname. nwrite-1.9.2/configure:1752: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` nwrite-1.9.2/configure-1753- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## nwrite-1.9.2/install-sh-85- nwrite-1.9.2/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` nwrite-1.9.2/install-sh-87- shift ############################################## nwrite-1.9.2/install-sh-89- nwrite-1.9.2/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` nwrite-1.9.2/install-sh-91- shift ############################################## nwrite-1.9.2/install-sh-150- then nwrite-1.9.2/install-sh:151: dst="$dst"/`basename $src` nwrite-1.9.2/install-sh-152- else ############################################## nwrite-1.9.2/install-sh-157-## this sed command emulates the dirname command nwrite-1.9.2/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` nwrite-1.9.2/install-sh-159- ############################################## nwrite-1.9.2/install-sh-171-IFS='%' nwrite-1.9.2/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` nwrite-1.9.2/install-sh-173-IFS="${oIFS}" ############################################## nwrite-1.9.2/install-sh-205- then nwrite-1.9.2/install-sh:206: dstfile=`basename $dst` nwrite-1.9.2/install-sh-207- else ############################################## nwrite-1.9.2/install-sh-215- then nwrite-1.9.2/install-sh:216: dstfile=`basename $dst` nwrite-1.9.2/install-sh-217- else ############################################## nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in-52-tty_path=`tty` nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in:53:tty_perms=`ls -lL $tty_path | awk '{print $1}' | sed 's/^........\(.\).$/\1/'` nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in-54-echo "tty_path=$tty_path tty_perms=$tty_perms" 1>&5 ############################################## nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in-75- nwrite_cv_sys_tty_path, nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in:76: nwrite_cv_sys_tty_path=`tty | sed -e 's|/dev/||' -e 's|pts/.*$|pts/|' -e 's|tty.*$|tty|'`) nwrite-1.9.2/.pc/01-conglomeration.patch/configure.in-77- ############################################## nwrite-1.9.2/configure.in-52-tty_path=`tty` nwrite-1.9.2/configure.in:53:tty_perms=`ls -lL $tty_path | awk '{print $1}' | sed 's/^........\(.\).$/\1/'` nwrite-1.9.2/configure.in-54-echo "tty_path=$tty_path tty_perms=$tty_perms" 1>&5 ############################################## nwrite-1.9.2/configure.in-75- nwrite_cv_sys_tty_path, nwrite-1.9.2/configure.in:76: nwrite_cv_sys_tty_path=`tty | sed -e 's|/dev/||' -e 's|pts/.*$|pts/|' -e 's|tty.*$|tty|'`) nwrite-1.9.2/configure.in-77-