===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sumo-1.4.0+dfsg1/bin/Makefile.am-17-sumo: ../src/sumo
sumo-1.4.0+dfsg1/bin/Makefile.am:18:	cp ../src/sumo ./`echo sumo | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-19-	if [ ! -e sumo -a -e sumoD ]; then ln -s sumoD sumo; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-20-dfrouter: ../src/dfrouter/dfrouter
sumo-1.4.0+dfsg1/bin/Makefile.am:21:	cp ../src/dfrouter/dfrouter ./`echo dfrouter | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-22-	if [ ! -e dfrouter -a -e dfrouterD ]; then ln -s dfrouterD dfrouter; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-23-duarouter: ../src/duarouter/duarouter
sumo-1.4.0+dfsg1/bin/Makefile.am:24:	cp ../src/duarouter/duarouter ./`echo duarouter | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-25-	if [ ! -e duarouter -a -e duarouterD ]; then ln -s duarouterD duarouter; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-26-jtrrouter: ../src/jtrrouter/jtrrouter
sumo-1.4.0+dfsg1/bin/Makefile.am:27:	cp ../src/jtrrouter/jtrrouter ./`echo jtrrouter | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-28-	if [ ! -e jtrrouter -a -e jtrrouterD ]; then ln -s jtrrouterD jtrrouter; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-29-netconvert: ../src/netconvert
sumo-1.4.0+dfsg1/bin/Makefile.am:30:	cp ../src/netconvert ./`echo netconvert | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-31-	if [ ! -e netconvert -a -e netconvertD ]; then ln -s netconvertD netconvert; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-32-netgenerate: ../src/netgen/netgenerate
sumo-1.4.0+dfsg1/bin/Makefile.am:33:	cp ../src/netgen/netgenerate ./`echo netgenerate | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-34-	if [ ! -e netgenerate -a -e netgenerateD ]; then ln -s netgenerateD netgenerate; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-35-od2trips: ../src/od2trips
sumo-1.4.0+dfsg1/bin/Makefile.am:36:	cp ../src/od2trips ./`echo od2trips | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-37-	if [ ! -e od2trips -a -e od2tripsD ]; then ln -s od2tripsD od2trips; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-38-polyconvert: ../src/polyconvert/polyconvert
sumo-1.4.0+dfsg1/bin/Makefile.am:39:	cp ../src/polyconvert/polyconvert ./`echo polyconvert | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-40-	if [ ! -e polyconvert -a -e polyconvertD ]; then ln -s polyconvertD polyconvert; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-41-activitygen: ../src/activitygen/activitygen
sumo-1.4.0+dfsg1/bin/Makefile.am:42:	cp ../src/activitygen/activitygen ./`echo activitygen | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-43-	if [ ! -e activitygen -a -e activitygenD ]; then ln -s activitygenD activitygen; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-44-emissionsDrivingCycle: ../src/tools/emissionsDrivingCycle
sumo-1.4.0+dfsg1/bin/Makefile.am:45:	cp ../src/tools/emissionsDrivingCycle ./`echo emissionsDrivingCycle | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-46-	if [ ! -e emissionsDrivingCycle -a -e emissionsDrivingCycleD ]; then ln -s emissionsDrivingCycleD emissionsDrivingCycle; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-47-emissionsMap: ../src/tools/emissionsMap
sumo-1.4.0+dfsg1/bin/Makefile.am:48:	cp ../src/tools/emissionsMap ./`echo emissionsMap | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-49-	if [ ! -e emissionsMap -a -e emissionsMapD ]; then ln -s emissionsMapD emissionsMap; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-50-marouter: ../src/marouter/marouter
sumo-1.4.0+dfsg1/bin/Makefile.am:51:	cp ../src/marouter/marouter ./`echo marouter | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-52-	if [ ! -e marouter -a -e marouterD ]; then ln -s marouterD marouter; fi
sumo-1.4.0+dfsg1/bin/Makefile.am-53-$(GUI_APP): ../src/$(GUI_APP)
sumo-1.4.0+dfsg1/bin/Makefile.am:54:	cp ../src/$(GUI_APP) ./`echo $(GUI_APP) | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-55-	if [ ! -e $(GUI_APP) -a -e $(GUI_APP)D ]; then ln -s $(GUI_APP)D $(GUI_APP); fi
sumo-1.4.0+dfsg1/bin/Makefile.am-56-$(NETEDIT_APP):	../src/netedit/$(NETEDIT_APP)
sumo-1.4.0+dfsg1/bin/Makefile.am:57:	cp ../src/netedit/$(NETEDIT_APP) ./`echo $(NETEDIT_APP) | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-58-	if [ ! -e $(NETEDIT_APP) -a -e $(NETEDIT_APP)D ]; then ln -s $(NETEDIT_APP)D $(NETEDIT_APP); fi
sumo-1.4.0+dfsg1/bin/Makefile.am-59-TraCITestClient: ../src/traci_testclient/TraCITestClient
sumo-1.4.0+dfsg1/bin/Makefile.am:60:	cp ../src/traci_testclient/TraCITestClient ./`echo TraCITestClient | sed '$(transform)'`
sumo-1.4.0+dfsg1/bin/Makefile.am-61-	if [ ! -e TraCITestClient -a -e TraCITestClientD ]; then ln -s TraCITestClientD TraCITestClient; fi
##############################################
sumo-1.4.0+dfsg1/docs/web/docs/ChangeLog.md-73-- All Applications
sumo-1.4.0+dfsg1/docs/web/docs/ChangeLog.md:74:  - Environment variables can now be referenced in configuration files using a shell-like syntax: `<net-file value="${NETFILENAME}.net.xml"/>`. Issue #1901
sumo-1.4.0+dfsg1/docs/web/docs/ChangeLog.md-75-  - The new option **--aggregate-warnings** can be used to group warnings of the same type and give only their count after the first N warnings occured.
##############################################
sumo-1.4.0+dfsg1/docs/web/docs/Developer/Tests.md-104-Common options added to the personal config file
sumo-1.4.0+dfsg1/docs/web/docs/Developer/Tests.md:105:`$HOME/.texttest/config` are the used diff-viewer, editor, and the flag
sumo-1.4.0+dfsg1/docs/web/docs/Developer/Tests.md-106-to collapse the static test suites on program start. E.g.:
##############################################
sumo-1.4.0+dfsg1/docs/web/docs/FAQ.md-437-  If you are using Windows please consult [Basics/Basic Computer Skills\#running_programs_from_the_command_line](Basics/Basic_Computer_Skills.md#running_programs_from_the_command_line)
sumo-1.4.0+dfsg1/docs/web/docs/FAQ.md:438:  If you are using Linux run `export PATH=$PATH:/path/to/sumo/bin`
sumo-1.4.0+dfsg1/docs/web/docs/FAQ.md-439-  (replace /path/to/sumo/bin with the path to the bin directory of
##############################################
sumo-1.4.0+dfsg1/docs/web/docs/Installing/Windows_Build.md-152-
sumo-1.4.0+dfsg1/docs/web/docs/Installing/Windows_Build.md:153:### Execution cannot proceed because MSVCR120.dll/MSVCR140.dll was not found
sumo-1.4.0+dfsg1/docs/web/docs/Installing/Windows_Build.md-154-
##############################################
sumo-1.4.0+dfsg1/docs/web/docs/Tutorials/Calibration/San_Pablo_Dam.md-144-
sumo-1.4.0+dfsg1/docs/web/docs/Tutorials/Calibration/San_Pablo_Dam.md:145:# Execution
sumo-1.4.0+dfsg1/docs/web/docs/Tutorials/Calibration/San_Pablo_Dam.md-146-
##############################################
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp-224-		Socket::
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp:225:		atoaddr( std::string address, struct sockaddr_in& addr)
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp-226-	{
##############################################
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp-361-
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp:362:		if( !atoaddr( host_.c_str(), address) )
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.cpp-363-			BailOnSocketError("tcpip::Socket::connect() @ Invalid network address");
##############################################
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.h-115-#endif
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.h:116:		bool atoaddr(std::string, struct sockaddr_in& addr);
sumo-1.4.0+dfsg1/src/foreign/tcpip/socket.h-117-		bool datawaiting(int sock) const;
##############################################
sumo-1.4.0+dfsg1/src/libsumo/CMakeLists.txt-51-if(SWIG_FOUND)
sumo-1.4.0+dfsg1/src/libsumo/CMakeLists.txt:52:    include(${SWIG_USE_FILE})
sumo-1.4.0+dfsg1/src/libsumo/CMakeLists.txt-53-    set_source_files_properties(libsumo.i PROPERTIES CPLUSPLUS ON)
##############################################
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm-635-". . l.m.n.o./ 2 - - ( * ; p.q.5 4 h h h j r.^ v - +.s.t.u.# +.2 - - - - - - {.v.w.x.Z y.z.&.A.y.H Z B.C.- - - - - - - - - - . . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm:636:". . D.E.F.G.H.I.d &.- - - v ( J.| i 5 K.L.M.{.- y N.O.` P.Q.R.S.T.* $ - - - U.V.W.X.Y.Z.&.`.e.H Z  +.+- - - - - - - - - - - . . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm-637-". . D.D.D.++@+l.#+$+%+/ 2 - - d * &+U *+{ 2 2 =+-+;+>+,+'+i.Z )+!+~+{+]+^+( - - &.c /+&.(+_+:+<+[+}+2 - - - - - - - - - - - . . ",
##############################################
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm-659-". . - - - - - - - - - - Z#`#i.5+,+,+'+ $.$* - g#d.H ,+,+>+O.+$= - - - - - - - - ( @$#$$$w@,+,+,+,+,+,+5+A+%$$ $ b.v+D.++v+@+. . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm:660:". . - - - - - - - - z F c@Z 5+,+,+'+u#&$^+- *$=$` ,+,+'+-$;${.- - - - - z 2+o # >$,$'$)$!$3@,+,+,+,+,+i.~$`@- v x+@+D.D.D.D.. . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm-661-". . - - - - - - - z {$]$Z d@,+,+5+6+^$k.- c /$Z ,+,+,+H ^$^+- - - 2+k.X ($_$!#J :$<$>+H d@,+,+,+,+,+,+6+[$d z }$|$D.D.D.D.D.. . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm:662:". . - - - - - - 2 X+1$` ,+,+,+,+H 2$3$- o o@6+5+,+,+` 4$5$- {.# u.f#6$7$8$i.Z i.B+5+,+,+,+,+,+,+,+,+9$0$c+- _ l F.D.D.D.D.D.. . ",
sumo-1.4.0+dfsg1/src/utils/gui/images/netedit_icon64.xpm-663-". . - - - - - $ a$X.` ,+,+,+,+Z b$Z#- { <#c$'+,+,+i.[+d$k.t@e$f$g$i.Z >+5+,+,+,+,+,+,+,+,+,+,+,+,+,+H h$&.- M.i$j$D.D.D.D.D.. . ",
##############################################
sumo-1.4.0+dfsg1/src/utils/gui/images/vclass_private.xpm-274-"B.` ` ` ! :   9 0.w.3.O . l ` ` ^ G G G G G G G G G G G G G G G G G G G / ` l . O 3.w.0.9   : ! ` J ) ].",
sumo-1.4.0+dfsg1/src/utils/gui/images/vclass_private.xpm:275:"B.` ` ` a   2.@X$X$X$XU.+ @ E ` H n n n n n n n n n n n n n n n n n n n K E @ + U.$X$X$X@X2.  a ` m n G.",
sumo-1.4.0+dfsg1/src/utils/gui/images/vclass_private.xpm:276:"v.F G ~ ; & XX#X XQ.+X$X6.  k ` ` ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ` k   6.$X+XQ. X#XXX& ; ` ` a.rX",
sumo-1.4.0+dfsg1/src/utils/gui/images/vclass_private.xpm-277-"/.Q n v   e $XXXE.E.W.$XZ.  p ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( p   Z.$XW.E.E.XX$Xe   T ( p.qX",
##############################################
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh-51-date >> $MAKELOG
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh:52:echo `grep -ci 'warn[iu]ng:' $MAKELOG` warnings >> $STATUSLOG
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh-53-
##############################################
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh-100-fi
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh:101:echo `grep -ci 'warn[iu]ng:' $MAKEALLLOG` warnings >> $STATUSLOG
sumo-1.4.0+dfsg1/tools/build/dailyUpdateMakeGCC.sh-102-echo "--" >> $STATUSLOG
##############################################
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-240-    else
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:241:        GDAL_CFLAGS="`$GDAL_CONFIG --cflags`"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:242:        GDAL_LDFLAGS="`$GDAL_CONFIG --libs`"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-243-        AC_SUBST([GDAL_LDFLAGS])
##############################################
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-280-    else
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:281:        FOX_CFLAGS="`$FOX_CONFIG --cflags`"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:282:        FOX_LDFLAGS="`$FOX_CONFIG --libs` -L/opt/X11/lib"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-283-        AC_SUBST([FOX_LDFLAGS])
##############################################
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-317-    else
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:318:        GTEST_CFLAGS="`$GTEST_CONFIG --cxxflags`"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac:319:        GTEST_LDFLAGS="`$GTEST_CONFIG --libs`"
sumo-1.4.0+dfsg1/.pc/40_drop_some_buildflags.patch/configure.ac-320-        AC_SUBST([GTEST_LDFLAGS])
##############################################
sumo-1.4.0+dfsg1/configure.ac-235-    else
sumo-1.4.0+dfsg1/configure.ac:236:        GDAL_CFLAGS="`$GDAL_CONFIG --cflags`"
sumo-1.4.0+dfsg1/configure.ac:237:        GDAL_LDFLAGS="`$GDAL_CONFIG --libs`"
sumo-1.4.0+dfsg1/configure.ac-238-        AC_SUBST([GDAL_LDFLAGS])
##############################################
sumo-1.4.0+dfsg1/configure.ac-275-    else
sumo-1.4.0+dfsg1/configure.ac:276:        FOX_CFLAGS="`$FOX_CONFIG --cflags`"
sumo-1.4.0+dfsg1/configure.ac:277:        FOX_LDFLAGS="`$FOX_CONFIG --libs` -L/opt/X11/lib"
sumo-1.4.0+dfsg1/configure.ac-278-        AC_SUBST([FOX_LDFLAGS])
##############################################
sumo-1.4.0+dfsg1/configure.ac-312-    else
sumo-1.4.0+dfsg1/configure.ac:313:        GTEST_CFLAGS="`$GTEST_CONFIG --cxxflags`"
sumo-1.4.0+dfsg1/configure.ac:314:        GTEST_LDFLAGS="`$GTEST_CONFIG --libs`"
sumo-1.4.0+dfsg1/configure.ac-315-        AC_SUBST([GTEST_LDFLAGS])