===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
shorewall-core-5.2.3.4/configure.pl-181-if ( $ENV{SOURCE_DATE_EPOCH} ) {
shorewall-core-5.2.3.4/configure.pl:182:    printf $outfile "#\n# Created by Shorewall Core version %s configure.pl - %s\n", VERSION, `date  --utc --date=\"\@$ENV{SOURCE_DATE_EPOCH}\"`;
shorewall-core-5.2.3.4/configure.pl-183-} else {
##############################################
shorewall-core-5.2.3.4/configure-197-echo '#'                                                                 > shorewallrc
shorewall-core-5.2.3.4/configure:198:echo "# Created by Shorewall Core version $VERSION configure - " `date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"` >> shorewallrc
shorewall-core-5.2.3.4/configure-199-echo "# rc file: $rcfile"                                               >> shorewallrc
##############################################
shorewall-core-5.2.3.4/lib.cli-1235-    show_macro() {
shorewall-core-5.2.3.4/lib.cli:1236:	foo=`grep 'This macro' $macro | sed 's/This macro //'`
shorewall-core-5.2.3.4/lib.cli-1237-	if [ -n "$foo" ]; then
##############################################
shorewall-core-5.2.3.4/lib.common-444-#
shorewall-core-5.2.3.4/lib.common:445:decodeaddr() {
shorewall-core-5.2.3.4/lib.common-446-    local x
##############################################
shorewall-core-5.2.3.4/lib.common-465-#
shorewall-core-5.2.3.4/lib.common:466:encodeaddr() {
shorewall-core-5.2.3.4/lib.common-467-    addr=$1
##############################################
shorewall-core-5.2.3.4/lib.common-768-	if [ -f $lockf ]; then
shorewall-core-5.2.3.4/lib.common:769:	    lockpid=`cat ${lockf} 2> /dev/null`
shorewall-core-5.2.3.4/lib.common-770-	    if [ -z "$lockpid" ] || [ $lockpid = 0 ]; then