=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== time-1.7/Makefile.in-119- if test -f $$p; then \ time-1.7/Makefile.in:120: $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ time-1.7/Makefile.in-121- else :; fi; \ ############################################## time-1.7/Makefile.in-125- list="$(bin_PROGRAMS)"; for p in $$list; do \ time-1.7/Makefile.in:126: rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \ time-1.7/Makefile.in-127- done ############################################## time-1.7/Makefile.in-180- for file in $(INFO_DEPS); do \ time-1.7/Makefile.in:181: for ifile in `cd $(srcdir) && echo $$file*`; do \ time-1.7/Makefile.in-182- $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \ ############################################## time-1.7/Makefile.in-227- mkdir $(distdir)/=inst time-1.7/Makefile.in:228: dc_install_base=`cd $(distdir)/=inst && pwd`; \ time-1.7/Makefile.in-229- cd $(distdir)/=build \ ############################################## time-1.7/Makefile.in-247- chmod 777 $(distdir) time-1.7/Makefile.in:248: @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ time-1.7/Makefile.in-249- test -f $(distdir)/$$file \ ############################################## time-1.7/configure-64- case "$ac_option" in time-1.7/configure:65: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; time-1.7/configure-66- *) ac_optarg= ;; ############################################## time-1.7/configure-96- -disable-* | --disable-*) time-1.7/configure:97: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` time-1.7/configure-98- # Reject names that are not valid shell variable names. time-1.7/configure:99: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then time-1.7/configure-100- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } time-1.7/configure-101- fi time-1.7/configure:102: ac_feature=`echo $ac_feature| sed 's/-/_/g'` time-1.7/configure-103- eval "enable_${ac_feature}=no" ;; ############################################## time-1.7/configure-105- -enable-* | --enable-*) time-1.7/configure:106: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` time-1.7/configure-107- # Reject names that are not valid shell variable names. time-1.7/configure:108: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then time-1.7/configure-109- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } time-1.7/configure-110- fi time-1.7/configure:111: ac_feature=`echo $ac_feature| sed 's/-/_/g'` time-1.7/configure-112- case "$ac_option" in ############################################## time-1.7/configure-336- -with-* | --with-*) time-1.7/configure:337: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` time-1.7/configure-338- # Reject names that are not valid shell variable names. time-1.7/configure:339: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then time-1.7/configure-340- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } time-1.7/configure-341- fi time-1.7/configure:342: ac_package=`echo $ac_package| sed 's/-/_/g'` time-1.7/configure-343- case "$ac_option" in ############################################## time-1.7/configure-349- -without-* | --without-*) time-1.7/configure:350: ac_package=`echo $ac_option|sed -e 's/-*without-//'` time-1.7/configure-351- # Reject names that are not valid shell variable names. time-1.7/configure:352: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then time-1.7/configure-353- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } time-1.7/configure-354- fi time-1.7/configure:355: ac_package=`echo $ac_package| sed 's/-/_/g'` time-1.7/configure-356- eval "with_${ac_package}=no" ;; ############################################## time-1.7/configure-379- *) time-1.7/configure:380: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then time-1.7/configure-381- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## time-1.7/configure-392-if test -n "$ac_prev"; then time-1.7/configure:393: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } time-1.7/configure-394-fi ############################################## time-1.7/configure-454- ac_prog=$0 time-1.7/configure:455: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` time-1.7/configure-456- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## time-1.7/configure-470-fi time-1.7/configure:471:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` time-1.7/configure-472- ############################################## time-1.7/configure-526-EOF_SED time-1.7/configure:527: program_transform_name="`echo $program_transform_name|sed -f conftestsed`" time-1.7/configure-528- rm -f conftestsed ############################################## time-1.7/configure-542-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 time-1.7/configure:543:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then time-1.7/configure-544- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-570-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 time-1.7/configure:571:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then time-1.7/configure-572- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-617-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 time-1.7/configure:618:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then time-1.7/configure-619- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-637- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 time-1.7/configure:638:if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then time-1.7/configure-639- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-641- echo 'void f(){}' > conftest.c time-1.7/configure:642:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then time-1.7/configure-643- ac_cv_prog_gcc_g=yes ############################################## time-1.7/configure-668-if test -z "$CPP"; then time-1.7/configure:669:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then time-1.7/configure-670- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-749-if test -z "$INSTALL"; then time-1.7/configure:750:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then time-1.7/configure-751- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-799-echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6 time-1.7/configure:800:if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then time-1.7/configure-801- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-824-echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 time-1.7/configure:825:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then time-1.7/configure-826- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-921-echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 time-1.7/configure:922:if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then time-1.7/configure-923- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-963-do time-1.7/configure:964:ac_safe=`echo "$ac_hdr" | tr './\055' '___'` time-1.7/configure-965-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 time-1.7/configure:966:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then time-1.7/configure-967- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-986-fi time-1.7/configure:987:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then time-1.7/configure-988- echo "$ac_t""yes" 1>&6 time-1.7/configure:989: ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'` time-1.7/configure-990- cat >> confdefs.h <<EOF ############################################## time-1.7/configure-1000-echo $ac_n "checking for working const""... $ac_c" 1>&6 time-1.7/configure:1001:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then time-1.7/configure-1002- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1074-echo $ac_n "checking for pid_t""... $ac_c" 1>&6 time-1.7/configure:1075:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then time-1.7/configure-1076- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1106-echo $ac_n "checking for size_t""... $ac_c" 1>&6 time-1.7/configure:1107:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then time-1.7/configure-1108- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1138-echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 time-1.7/configure:1139:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then time-1.7/configure-1140- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1201-echo $ac_n "checking for vprintf""... $ac_c" 1>&6 time-1.7/configure:1202:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then time-1.7/configure-1203- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1239-fi time-1.7/configure:1240:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then time-1.7/configure-1241- echo "$ac_t""yes" 1>&6 ############################################## time-1.7/configure-1251-echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 time-1.7/configure:1252:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then time-1.7/configure-1253- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1289-fi time-1.7/configure:1290:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then time-1.7/configure-1291- echo "$ac_t""yes" 1>&6 ############################################## time-1.7/configure-1302-echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6 time-1.7/configure:1303:if eval "test \"`echo '$''{'ac_cv_func_wait3'+set}'`\" = set"; then time-1.7/configure-1304- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1361-echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 time-1.7/configure:1362:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then time-1.7/configure-1363- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## time-1.7/configure-1399-fi time-1.7/configure:1400:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then time-1.7/configure-1401- echo "$ac_t""yes" 1>&6 time-1.7/configure:1402: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` time-1.7/configure-1403- cat >> confdefs.h <<EOF ############################################## time-1.7/configure-1583- case "$ac_file" in time-1.7/configure:1584: *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'` time-1.7/configure:1585: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; time-1.7/configure-1586- *) ac_file_in="${ac_file}.in" ;; ############################################## time-1.7/configure-1591- # Remove last slash and all that follows it. Not all systems have dirname. time-1.7/configure:1592: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` time-1.7/configure-1593- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## time-1.7/configure-1595- test ! -d "$ac_dir" && mkdir "$ac_dir" time-1.7/configure:1596: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" time-1.7/configure-1597- # A "../" for each directory in $ac_dir_suffix. time-1.7/configure:1598: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` time-1.7/configure-1599- else ############################################## time-1.7/configure-1605- if test -z "$ac_dots"; then top_srcdir=. time-1.7/configure:1606: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; time-1.7/configure-1607- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## time-1.7/configure-1618- rm -f "$ac_file" time-1.7/configure:1619: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." time-1.7/configure-1620- case "$ac_file" in ############################################## time-1.7/install-sh-85- time-1.7/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` time-1.7/install-sh-87- shift ############################################## time-1.7/install-sh-89- time-1.7/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` time-1.7/install-sh-91- shift ############################################## time-1.7/install-sh-150- then time-1.7/install-sh:151: dst="$dst"/`basename $src` time-1.7/install-sh-152- else ############################################## time-1.7/install-sh-157-## this sed command emulates the dirname command time-1.7/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` time-1.7/install-sh-159- ############################################## time-1.7/install-sh-171-IFS='%' time-1.7/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` time-1.7/install-sh-173-IFS="${oIFS}" ############################################## time-1.7/install-sh-205- then time-1.7/install-sh:206: dstfile=`basename $dst` time-1.7/install-sh-207- else ############################################## time-1.7/install-sh-215- then time-1.7/install-sh:216: dstfile=`basename $dst` time-1.7/install-sh-217- else ############################################## time-1.7/mdate-sh-29-if ls -L /dev/null 1>/dev/null 2>&1; then time-1.7/mdate-sh:30: set - `ls -L -l $1` time-1.7/mdate-sh-31-else time-1.7/mdate-sh:32: set - `ls -l $1` time-1.7/mdate-sh-33-fi ############################################## time-1.7/mdate-sh-84- then time-1.7/mdate-sh:85: year=`expr $year - 1` time-1.7/mdate-sh-86- fi;; ############################################## time-1.7/mkinstalldirs-12-do time-1.7/mkinstalldirs:13: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` time-1.7/mkinstalldirs-14- shift ############################################## time-1.7/texinfo.tex-3246-\catcode `\\=0 \catcode `\{=1 \catcode `\}=2 time-1.7/texinfo.tex:3247:\catcode `\$=3 \catcode `\&=4 \catcode `\#=6 time-1.7/texinfo.tex-3248-\catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie ############################################## time-1.7/texinfo.tex-4578-%% makes sure that the current font starts out as the newly loaded cmr10 time-1.7/texinfo.tex:4579:@catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other time-1.7/texinfo.tex-4580-