=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== t-code-2.3.1/Makefile.in-129- dot_seen=no; \ t-code-2.3.1/Makefile.in:130: target=`echo $@ | sed s/-recursive//`; \ t-code-2.3.1/Makefile.in-131- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## t-code-2.3.1/Makefile.in-154- test "$$dot_seen" = "no" && rev=". $$rev"; \ t-code-2.3.1/Makefile.in:155: target=`echo $@ | sed s/-recursive//`; \ t-code-2.3.1/Makefile.in-156- for subdir in $$rev; do \ ############################################## t-code-2.3.1/Makefile.in-215- mkdir $(distdir)/=inst t-code-2.3.1/Makefile.in:216: dc_install_base=`cd $(distdir)/=inst && pwd`; \ t-code-2.3.1/Makefile.in-217- cd $(distdir)/=build \ ############################################## t-code-2.3.1/Makefile.in-226- @banner="$(distdir).tar.gz is ready for distribution"; \ t-code-2.3.1/Makefile.in:227: dashes=`echo "$$banner" | sed s/./=/g`; \ t-code-2.3.1/Makefile.in-228- echo "$$dashes"; \ ############################################## t-code-2.3.1/acinclude.m4-9-AC_CACHE_VAL(EMACS_cv_SYS_$1,[ t-code-2.3.1/acinclude.m4:10: EMACS_cv_SYS_$1=`${EMACS} -batch -q -no-site-file -eval "(let ((x ${elisp})) (if (stringp x) (princ x) (prin1-to-string x)) (kill-emacs))"` t-code-2.3.1/acinclude.m4-11-]) ############################################## t-code-2.3.1/acinclude.m4-40-AC_MSG_CHECKING(for emacs type) t-code-2.3.1/acinclude.m4:41:type=`$EMACS -q -no-site-file -batch -l $srcdir/lisp/guess -f guess` t-code-2.3.1/acinclude.m4-42-case $type in ############################################## t-code-2.3.1/configure-71- case "$ac_option" in t-code-2.3.1/configure:72: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; t-code-2.3.1/configure-73- *) ac_optarg= ;; ############################################## t-code-2.3.1/configure-103- -disable-* | --disable-*) t-code-2.3.1/configure:104: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` t-code-2.3.1/configure-105- # Reject names that are not valid shell variable names. t-code-2.3.1/configure:106: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then t-code-2.3.1/configure-107- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } t-code-2.3.1/configure-108- fi t-code-2.3.1/configure:109: ac_feature=`echo $ac_feature| sed 's/-/_/g'` t-code-2.3.1/configure-110- eval "enable_${ac_feature}=no" ;; ############################################## t-code-2.3.1/configure-112- -enable-* | --enable-*) t-code-2.3.1/configure:113: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` t-code-2.3.1/configure-114- # Reject names that are not valid shell variable names. t-code-2.3.1/configure:115: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then t-code-2.3.1/configure-116- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } t-code-2.3.1/configure-117- fi t-code-2.3.1/configure:118: ac_feature=`echo $ac_feature| sed 's/-/_/g'` t-code-2.3.1/configure-119- case "$ac_option" in ############################################## t-code-2.3.1/configure-343- -with-* | --with-*) t-code-2.3.1/configure:344: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` t-code-2.3.1/configure-345- # Reject names that are not valid shell variable names. t-code-2.3.1/configure:346: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then t-code-2.3.1/configure-347- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } t-code-2.3.1/configure-348- fi t-code-2.3.1/configure:349: ac_package=`echo $ac_package| sed 's/-/_/g'` t-code-2.3.1/configure-350- case "$ac_option" in ############################################## t-code-2.3.1/configure-356- -without-* | --without-*) t-code-2.3.1/configure:357: ac_package=`echo $ac_option|sed -e 's/-*without-//'` t-code-2.3.1/configure-358- # Reject names that are not valid shell variable names. t-code-2.3.1/configure:359: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then t-code-2.3.1/configure-360- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } t-code-2.3.1/configure-361- fi t-code-2.3.1/configure:362: ac_package=`echo $ac_package| sed 's/-/_/g'` t-code-2.3.1/configure-363- eval "with_${ac_package}=no" ;; ############################################## t-code-2.3.1/configure-386- *) t-code-2.3.1/configure:387: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then t-code-2.3.1/configure-388- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## t-code-2.3.1/configure-399-if test -n "$ac_prev"; then t-code-2.3.1/configure:400: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } t-code-2.3.1/configure-401-fi ############################################## t-code-2.3.1/configure-464- ac_prog=$0 t-code-2.3.1/configure:465: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` t-code-2.3.1/configure-466- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## t-code-2.3.1/configure-480-fi t-code-2.3.1/configure:481:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` t-code-2.3.1/configure-482- ############################################## t-code-2.3.1/configure-560-if test -z "$INSTALL"; then t-code-2.3.1/configure:561:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then t-code-2.3.1/configure-562- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## t-code-2.3.1/configure-621-if ( t-code-2.3.1/configure:622: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` t-code-2.3.1/configure-623- if test "$*" = "X"; then t-code-2.3.1/configure-624- # -L didn't work. t-code-2.3.1/configure:625: set X `ls -t $srcdir/configure conftestfile` t-code-2.3.1/configure-626- fi ############################################## t-code-2.3.1/configure-655-EOF_SED t-code-2.3.1/configure:656: program_transform_name="`echo $program_transform_name|sed -f conftestsed`" t-code-2.3.1/configure-657- rm -f conftestsed ############################################## t-code-2.3.1/configure-669-echo "configure:670: checking whether ${MAKE-make} sets \${MAKE}" >&5 t-code-2.3.1/configure:670:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` t-code-2.3.1/configure:671:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then t-code-2.3.1/configure-672- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## t-code-2.3.1/configure-678-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. t-code-2.3.1/configure:679:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` t-code-2.3.1/configure-680-if test -n "$ac_maketemp"; then ############################################## t-code-2.3.1/configure-686-fi t-code-2.3.1/configure:687:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then t-code-2.3.1/configure-688- echo "$ac_t""yes" 1>&6 ############################################## t-code-2.3.1/configure-699- t-code-2.3.1/configure:700:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then t-code-2.3.1/configure-701- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } ############################################## t-code-2.3.1/configure-712- t-code-2.3.1/configure:713:missing_dir=`cd $ac_aux_dir && pwd` t-code-2.3.1/configure-714-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ############################################## t-code-2.3.1/configure-1027-echo 'void f(){}' > conftest.c t-code-2.3.1/configure:1028:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then t-code-2.3.1/configure-1029- ac_cv_prog_cc_g=yes ############################################## t-code-2.3.1/configure-1108- lispdir="\$(datadir)/emacs/site-lisp" t-code-2.3.1/configure:1109: emacs_flavor=`echo "$EMACS" | sed -e 's,^.*/,,'` t-code-2.3.1/configure-1110- if test "x$prefix" = "xNONE"; then ############################################## t-code-2.3.1/configure-1205- t-code-2.3.1/configure:1206: EMACS_cv_SYS_version=`${EMACS} -batch -q -no-site-file -eval "(let ((x ${elisp})) (if (stringp x) (princ x) (prin1-to-string x)) (kill-emacs))"` t-code-2.3.1/configure-1207- ############################################## t-code-2.3.1/configure-1217-echo "configure:1218: checking for emacs type" >&5 t-code-2.3.1/configure:1218:type=`$EMACS -q -no-site-file -batch -l $srcdir/lisp/guess -f guess` t-code-2.3.1/configure-1219-case $type in ############################################## t-code-2.3.1/configure-1435- fi t-code-2.3.1/configure:1436: ac_file=`expr $ac_file + 1` t-code-2.3.1/configure-1437- ac_beg=$ac_end t-code-2.3.1/configure:1438: ac_end=`expr $ac_end + $ac_max_sed_cmds` t-code-2.3.1/configure-1439- fi ############################################## t-code-2.3.1/configure-1463- case "$ac_file" in t-code-2.3.1/configure:1464: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` t-code-2.3.1/configure:1465: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; t-code-2.3.1/configure-1466- *) ac_file_in="${ac_file}.in" ;; ############################################## t-code-2.3.1/configure-1471- # Remove last slash and all that follows it. Not all systems have dirname. t-code-2.3.1/configure:1472: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` t-code-2.3.1/configure-1473- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## t-code-2.3.1/configure-1475- test ! -d "$ac_dir" && mkdir "$ac_dir" t-code-2.3.1/configure:1476: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" t-code-2.3.1/configure-1477- # A "../" for each directory in $ac_dir_suffix. t-code-2.3.1/configure:1478: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` t-code-2.3.1/configure-1479- else ############################################## t-code-2.3.1/configure-1485- if test -z "$ac_dots"; then top_srcdir=. t-code-2.3.1/configure:1486: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; t-code-2.3.1/configure-1487- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## t-code-2.3.1/configure-1499- rm -f "$ac_file" t-code-2.3.1/configure:1500: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." t-code-2.3.1/configure-1501- case "$ac_file" in ############################################## t-code-2.3.1/configure-1506- t-code-2.3.1/configure:1507: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` t-code-2.3.1/configure-1508- sed -e "$ac_comsub ############################################## t-code-2.3.1/install-sh-85- t-code-2.3.1/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` t-code-2.3.1/install-sh-87- shift ############################################## t-code-2.3.1/install-sh-89- t-code-2.3.1/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` t-code-2.3.1/install-sh-91- shift ############################################## t-code-2.3.1/install-sh-151- then t-code-2.3.1/install-sh:152: dst="$dst"/`basename $src` t-code-2.3.1/install-sh-153- else ############################################## t-code-2.3.1/install-sh-158-## this sed command emulates the dirname command t-code-2.3.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` t-code-2.3.1/install-sh-160- ############################################## t-code-2.3.1/install-sh-172-IFS='%' t-code-2.3.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` t-code-2.3.1/install-sh-174-IFS="${oIFS}" ############################################## t-code-2.3.1/install-sh-206- then t-code-2.3.1/install-sh:207: dstfile=`basename $dst` t-code-2.3.1/install-sh-208- else ############################################## t-code-2.3.1/install-sh-216- then t-code-2.3.1/install-sh:217: dstfile=`basename $dst` t-code-2.3.1/install-sh-218- else ############################################## t-code-2.3.1/missing-119- *.y) t-code-2.3.1/missing:120: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` t-code-2.3.1/missing-121- if [ -f "$SRCFILE" ]; then ############################################## t-code-2.3.1/missing-123- fi t-code-2.3.1/missing:124: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` t-code-2.3.1/missing-125- if [ -f "$SRCFILE" ]; then ############################################## t-code-2.3.1/missing-149- *.l) t-code-2.3.1/missing:150: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` t-code-2.3.1/missing-151- if [ -f "$SRCFILE" ]; then ############################################## t-code-2.3.1/missing-169- the \`GNU make' package. Grab either from any GNU archive site." t-code-2.3.1/missing:170: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` t-code-2.3.1/missing-171- if test -z "$file"; then t-code-2.3.1/missing:172: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` t-code-2.3.1/missing:173: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` t-code-2.3.1/missing-174- fi ############################################## t-code-2.3.1/mkinstalldirs-12-do t-code-2.3.1/mkinstalldirs:13: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` t-code-2.3.1/mkinstalldirs-14- shift ############################################## t-code-2.3.1/lisp/tc.el-442- ;; set keymap address t-code-2.3.1/lisp/tc.el:443: (let ((addr (string-to-char key))) t-code-2.3.1/lisp/tc.el-444- (if (and (>= addr ? ) ############################################## t-code-2.3.1/lisp/tc-help.el-421- (let* ((datum (car draw-data)) t-code-2.3.1/lisp/tc-help.el:422: (addr (car datum)) t-code-2.3.1/lisp/tc-help.el-423- (char (car (cdr datum))) ############################################## t-code-2.3.1/lisp/tc-util.el-393- (let* ((ch (read-char)) t-code-2.3.1/lisp/tc-util.el:394: (addr (tcode-char-to-key ch)) t-code-2.3.1/lisp/tc-util.el-395- (elm (and (>= addr 0) t-code-2.3.1/lisp/tc-util.el:396: (< addr (length outset-map)) t-code-2.3.1/lisp/tc-util.el-397- (aref outset-map addr)))) ############################################## t-code-2.3.1/doc/Makefile.in-121- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:122: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-123- ############################################## t-code-2.3.1/doc/Makefile.in-130- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:131: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-132- ############################################## t-code-2.3.1/doc/Makefile.in-135- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:136: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-137- ############################################## t-code-2.3.1/doc/Makefile.in-140- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:141: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-142- ############################################## t-code-2.3.1/doc/Makefile.in-149- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:150: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-151- ############################################## t-code-2.3.1/doc/Makefile.in-158- cd $(srcdir) \ t-code-2.3.1/doc/Makefile.in:159: && $(MAKEINFO) `echo $< | sed 's,.*/,,'` t-code-2.3.1/doc/Makefile.in-160-.dvi.ps: ############################################## t-code-2.3.1/doc/Makefile.in-168- d=$(srcdir); \ t-code-2.3.1/doc/Makefile.in:169: for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ t-code-2.3.1/doc/Makefile.in-170- if test -f $$d/$$ifile; then \ ############################################## t-code-2.3.1/doc/Makefile.in-204- d=$(srcdir); \ t-code-2.3.1/doc/Makefile.in:205: for file in `cd $$d && eval echo $$base*`; do \ t-code-2.3.1/doc/Makefile.in-206- test -f $(distdir)/$$file \ ############################################## t-code-2.3.1/doc/Makefile.in-223- rm -f $$i; \ t-code-2.3.1/doc/Makefile.in:224: if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ t-code-2.3.1/doc/Makefile.in-225- rm -f $$i-[0-9]*; \ ############################################## t-code-2.3.1/doc/texinfo.tex-3088-\catcode `\\=0 \catcode `\{=1 \catcode `\}=2 t-code-2.3.1/doc/texinfo.tex:3089:\catcode `\$=3 \catcode `\&=4 \catcode `\#=6 t-code-2.3.1/doc/texinfo.tex-3090-\catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie ############################################## t-code-2.3.1/doc/texinfo.tex-4419-%% makes sure that the current font starts out as the newly loaded cmr10 t-code-2.3.1/doc/texinfo.tex:4420:@catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other t-code-2.3.1/doc/texinfo.tex-4421- ############################################## t-code-2.3.1/mazegaki/README-8- t-code-2.3.1/mazegaki/README:9: WnnB$N`kihon.u'B$H`tankan.u'B$+$i!"TB%3!<%I$N<-=q%=!<%9%U%!%$%k$G$"$k t-code-2.3.1/mazegaki/README-10-`pd_kihon.yom'B$r:n$kJ}K!$r@bL@$7$^$9!#TB%3!<%I%Q%C%1!<%8$K$O ############################################## t-code-2.3.1/mazegaki/README-22- t-code-2.3.1/mazegaki/README:23: `step1.pl'B$O`kihon.u'B$H`tankan.u'B!"$=$7$FTcodeBMQ$N4A;z%U%!%$%k t-code-2.3.1/mazegaki/README-24- `tcode.u' (B$3$N%Q%C%1!<%8$K4^$^$l$F$$$^$9!#) B$+$i!"Cf4V7A<0$N%U%!%$ ############################################## t-code-2.3.1/mazegaki/README-30- t-code-2.3.1/mazegaki/README:31: B$3$l$G!":n6H%G%#%l%/%H%j>e$K`pd_kihon.yom'B$H`jukujiku.maz'B$,:n@.$5 t-code-2.3.1/mazegaki/README-32- B$l$^$9!# ############################################## t-code-2.3.1/mazegaki/mkcertain.pl-136-print("cat /dev/null $uncertain >uncertain\n"); t-code-2.3.1/mazegaki/mkcertain.pl:137:system("cat /dev/null $uncertain >uncertain"); t-code-2.3.1/mazegaki/mkcertain.pl-138-print("cat /dev/null $certain >certain\n"); t-code-2.3.1/mazegaki/mkcertain.pl:139:system("cat /dev/null $certain >certain"); t-code-2.3.1/mazegaki/mkcertain.pl-140- ############################################## t-code-2.3.1/skkinput3/Makefile.in-113- if test -f $$p; then \ t-code-2.3.1/skkinput3/Makefile.in:114: echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ t-code-2.3.1/skkinput3/Makefile.in:115: $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ t-code-2.3.1/skkinput3/Makefile.in-116- else if test -f $(srcdir)/$$p; then \ t-code-2.3.1/skkinput3/Makefile.in:117: echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ t-code-2.3.1/skkinput3/Makefile.in:118: $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ t-code-2.3.1/skkinput3/Makefile.in-119- else :; fi; fi; \ ############################################## t-code-2.3.1/skkinput3/Makefile.in-124- list='$(bin_SCRIPTS)'; for p in $$list; do \ t-code-2.3.1/skkinput3/Makefile.in:125: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ t-code-2.3.1/skkinput3/Makefile.in-126- done ############################################## t-code-2.3.1/debian/t-code.emacsen-install-18- t-code-2.3.1/debian/t-code.emacsen-install:19:FLAVORTEST=`echo $FLAVOR | cut -c-6` t-code-2.3.1/debian/t-code.emacsen-install-20-if [ ${FLAVORTEST} = xemacs ] ; then ############################################## t-code-2.3.1/.pc/fix_perl_path.diff/mazegaki/mkcertain.pl-136-print("cat /dev/null $uncertain >uncertain\n"); t-code-2.3.1/.pc/fix_perl_path.diff/mazegaki/mkcertain.pl:137:system("cat /dev/null $uncertain >uncertain"); t-code-2.3.1/.pc/fix_perl_path.diff/mazegaki/mkcertain.pl-138-print("cat /dev/null $certain >certain\n"); t-code-2.3.1/.pc/fix_perl_path.diff/mazegaki/mkcertain.pl:139:system("cat /dev/null $certain >certain"); t-code-2.3.1/.pc/fix_perl_path.diff/mazegaki/mkcertain.pl-140-