===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tuxpaint-0.9.23/src/tuxpaint-import.sh-57-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:58:  SAVEDIR=`echo $x | cut -d = -f 2-99`
tuxpaint-0.9.23/src/tuxpaint-import.sh-59-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-63-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:64:  SAVEDIR=`echo $x | cut -d = -f 2-99`
tuxpaint-0.9.23/src/tuxpaint-import.sh-65-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-67-# First, check $HOME
tuxpaint-0.9.23/src/tuxpaint-import.sh:68:x=`grep -m 1 "^savedir=" $HOME/.tuxpaintrc`
tuxpaint-0.9.23/src/tuxpaint-import.sh-69-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:70:  SAVEDIR=`echo $x | cut -d = -f 2-99`
tuxpaint-0.9.23/src/tuxpaint-import.sh-71-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-105-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:106:  window_width=`echo $x | cut -d = -f 2 | cut -d x -f 1`
tuxpaint-0.9.23/src/tuxpaint-import.sh:107:  window_height=`echo $x | cut -d = -f 2 | cut -d x -f 2`
tuxpaint-0.9.23/src/tuxpaint-import.sh-108-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-112-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:113:  window_width=`echo $x | cut -d = -f 2 | cut -d x -f 1`
tuxpaint-0.9.23/src/tuxpaint-import.sh:114:  window_height=`echo $x | cut -d = -f 2 | cut -d x -f 2`
tuxpaint-0.9.23/src/tuxpaint-import.sh-115-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-117-# First, check $HOME
tuxpaint-0.9.23/src/tuxpaint-import.sh:118:x=`grep -m 1 "^windowsize=" $HOME/.tuxpaintrc`
tuxpaint-0.9.23/src/tuxpaint-import.sh-119-if test $? = 0 ; then
tuxpaint-0.9.23/src/tuxpaint-import.sh:120:  window_width=`echo $x | cut -d = -f 2 | cut -d x -f 1`
tuxpaint-0.9.23/src/tuxpaint-import.sh:121:  window_height=`echo $x | cut -d = -f 2 | cut -d x -f 2`
tuxpaint-0.9.23/src/tuxpaint-import.sh-122-fi
##############################################
tuxpaint-0.9.23/src/tuxpaint-import.sh-127-
tuxpaint-0.9.23/src/tuxpaint-import.sh:128:width=`expr $window_width - 192`
tuxpaint-0.9.23/src/tuxpaint-import.sh:129:height=`expr $window_height - 104`
tuxpaint-0.9.23/src/tuxpaint-import.sh-130-
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-42-    echo -n Checking NUM_LANGS in tuxpaint-config2.cxx...
tuxpaint-0.9.23/src/po/check_translations.sh:43:    echo -n NUM_LANGS:_`cat $tpconfig_directory/src/tuxpaint-config2.cxx| grep "define NUM_LANGS"|sed 's/.*ANGS //g'`_
tuxpaint-0.9.23/src/po/check_translations.sh-44-
tuxpaint-0.9.23/src/po/check_translations.sh:45:    for item in `cat $tpconfig_directory/src/tuxpaint-config2.cxx|sed -n '/Use system/,/};/{/NUM_LANGS/d;/};/d;s/.*, "//g;s/"}.*//g;p}'`
tuxpaint-0.9.23/src/po/check_translations.sh-46-    do
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-66-
tuxpaint-0.9.23/src/po/check_translations.sh:67:    LANG=`basename $i .po`
tuxpaint-0.9.23/src/po/check_translations.sh-68-
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-99-
tuxpaint-0.9.23/src/po/check_translations.sh:100:    #if echo $lang1|grep `basename $i .po`
tuxpaint-0.9.23/src/po/check_translations.sh-101-	if [ $LANG == $lang1 ]
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-121-    do
tuxpaint-0.9.23/src/po/check_translations.sh:122:	langaux=`echo $REPLY|sed 's/.* //g'`
tuxpaint-0.9.23/src/po/check_translations.sh:123:	lang1=`echo $langaux|sed 's/_.*//g'`
tuxpaint-0.9.23/src/po/check_translations.sh-124-    #echo reply $REPLY
tuxpaint-0.9.23/src/po/check_translations.sh:125:	locale=`echo $REPLY|sed 's/.* //g;s/.UTF-8//g;'`
tuxpaint-0.9.23/src/po/check_translations.sh-126-
tuxpaint-0.9.23/src/po/check_translations.sh:127:	if [ $LANG == $lang1 ] || [ $LANG == `echo $langaux|sed 's/.UTF-8.*//g'` ]
tuxpaint-0.9.23/src/po/check_translations.sh-128-	then
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-132-
tuxpaint-0.9.23/src/po/check_translations.sh:133:	    langname=`echo $REPLY|sed 's/ .*//g'`
tuxpaint-0.9.23/src/po/check_translations.sh-134-	    echo -n Checking $langname in show_lang_usage in i18n.c ...
tuxpaint-0.9.23/src/po/check_translations.sh-135-	    show_lang_usage=0
tuxpaint-0.9.23/src/po/check_translations.sh:136:	    for item in `cat ../i18n.c|sed -n '/  english      american-english/,/exit(exitcode/{/american/d;/, prg/d;/exitcode/d;/\/\*.*\*\/$/d;s/.*" //g;s/\\\n".*//g;p}'`
tuxpaint-0.9.23/src/po/check_translations.sh-137-	    do
##############################################
tuxpaint-0.9.23/src/po/check_translations.sh-149-		configlang=0
tuxpaint-0.9.23/src/po/check_translations.sh:150:		for item in `cat $tpconfig_directory/src/tuxpaint-config2.cxx|sed -n '/Use system/,/};/{/american/d;/NUM_LANGS/d;/gettext/d;/};/d;s/.*, "//g;s/"}.*//g;p}'`
tuxpaint-0.9.23/src/po/check_translations.sh-151-		do
##############################################
tuxpaint-0.9.23/src/compiler.h-101-// This is good for 80-second diff or 160-second total.
tuxpaint-0.9.23/src/compiler.h:102:#define CLOCK_ASM(tbl) asm volatile("mftb %0" : "=r" (tbl))
tuxpaint-0.9.23/src/compiler.h-103-#define CLOCK_TYPE unsigned long
##############################################
tuxpaint-0.9.23/src/compiler.h-110-#ifdef __i386__
tuxpaint-0.9.23/src/compiler.h:111:#define CLOCK_ASM(tbl) asm volatile("rdtsc" : "=A" (tbl))
tuxpaint-0.9.23/src/compiler.h-112-#define CLOCK_TYPE unsigned long long
##############################################
tuxpaint-0.9.23/findbad-29-	for i in $SOFILES ; do
tuxpaint-0.9.23/findbad:30:		j=`echo $i | sed -r -e 's/.*[/]([^/]+)[.][a-z]+$/\1/'`
tuxpaint-0.9.23/findbad-31-		echo '[^a-zA-Z_0-9]'${j}_$a'$'
##############################################
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-106-- added compress2 in zconf.h, zlib.def, zlib.dnt
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES:107:- new asm code from Gilles Vollant in contrib/asm386
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-108-- simplify the inflate code (Mark):
##############################################
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-124-Changes in 1.0.8 (27 Jan 1998)
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES:125:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-126-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-186-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES:187:	386 asm code replacing longest_match().
tuxpaint-0.9.23/win32/libdocs/zlib/CHANGES-188-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
tuxpaint-0.9.23/custom/macos-mkdmg.sh-12-TEMP_DMG=temp.dmg
tuxpaint-0.9.23/custom/macos-mkdmg.sh:13:TEMP_DMG_SIZE=`expr \`du -sm "$BUNDLE" | cut -f1\` \* 15 / 10`m
tuxpaint-0.9.23/custom/macos-mkdmg.sh-14-FINAL_DMG=TuxPaint.dmg
##############################################
tuxpaint-0.9.23/custom/macos-mkdmg.sh-21-hdiutil create "$TEMP_DMG" -ov -fs HFS+ -size "$TEMP_DMG_SIZE" -volname "$VOLNAME" \
tuxpaint-0.9.23/custom/macos-mkdmg.sh:22:&& VOLUME=`hdiutil attach "$TEMP_DMG" -nobrowse -noverify -noautoopen | grep Apple_HFS | sed 's/^.*Apple_HFS[[:blank:]]*//'` \
tuxpaint-0.9.23/custom/macos-mkdmg.sh-23-|| exit 1
##############################################
tuxpaint-0.9.23/custom/macos.sh-4-BINARY="$BUNDLE/Contents/MacOS/tuxpaint"
tuxpaint-0.9.23/custom/macos.sh:5:LIBS=`find $BUNDLE/Contents/Resources/lib -type f`
tuxpaint-0.9.23/custom/macos.sh-6-LIBDIR="$BUNDLE/Contents/lib"
##############################################
tuxpaint-0.9.23/custom/macos.sh-36-while [ $count -ne $last ]; do
tuxpaint-0.9.23/custom/macos.sh:37:	cp -p `otool -L $dylib | grep '^\t[/]opt[/]local[/]' | sed -e 's/^[[:space:]]*\([^[:space:]]*\)[[:space:]].*/\1/' | sort | uniq` $LIBDIR
tuxpaint-0.9.23/custom/macos.sh-38-	dylib="$LIBDIR/*"
##############################################
tuxpaint-0.9.23/custom/macos.sh-40-	last=$count
tuxpaint-0.9.23/custom/macos.sh:41:	count=`ls -f $dylib | wc -l`
tuxpaint-0.9.23/custom/macos.sh-42-done
##############################################
tuxpaint-0.9.23/custom/macos.sh-50-	echo "     -> $i..."
tuxpaint-0.9.23/custom/macos.sh:51:	for j in `otool -L $dylib | grep '^\t[/]opt[/]local[/]' | sed -e 's/^[[:space:]]*\([^[:space:]]*\)[[:space:]].*/\1/'`; do
tuxpaint-0.9.23/custom/macos.sh:52:		n=`echo "$j" | sed 's/^[/]opt[/]local[/]/@executable_path\/..\//'`
tuxpaint-0.9.23/custom/macos.sh-53-		install_name_tool -change "$j" "$n" "$i"