===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bmf-0.9.4/bmf.c-314-        {
bmf-0.9.4/bmf.c:315:            lex_passthru( &lex, is_spam, stats.spamicity );
bmf-0.9.4/bmf.c-316-        }
##############################################
bmf-0.9.4/lex.h-41-
bmf-0.9.4/lex.h:42:void    lex_passthru ( lex_t* plex, bool_t is_spam, double hits );
bmf-0.9.4/lex.h-43-
##############################################
bmf-0.9.4/configure-15-      ac_option=$1
bmf-0.9.4/configure:16:      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
bmf-0.9.4/configure:17:      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
bmf-0.9.4/configure-18-      # Reject names that are not valid shell variable names.
##############################################
bmf-0.9.4/configure-20-        { echo "error: invalid package name: $ac_package"; exit 1; }
bmf-0.9.4/configure:21:      ac_package=`echo $ac_package | sed 's/-/_/g'`
bmf-0.9.4/configure-22-      case $ac_option in
bmf-0.9.4/configure-23-        *=*)
bmf-0.9.4/configure:24:          ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
bmf-0.9.4/configure-25-          ;;
##############################################
bmf-0.9.4/configure-33-      ac_option=$1
bmf-0.9.4/configure:34:      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
bmf-0.9.4/configure:35:      ac_package=`expr "x$ac_option" : 'x-*without-\([^=]*\)'`
bmf-0.9.4/configure-36-      # Reject names that are not valid shell variable names.
##############################################
bmf-0.9.4/configure-38-        { echo "error: invalid package name: $ac_package"; exit 1; }
bmf-0.9.4/configure:39:      ac_package=`echo $ac_package | sed 's/-/_/g'`
bmf-0.9.4/configure-40-      eval "with_$ac_package=no"
##############################################
bmf-0.9.4/debian/patches/40-patch-lex.c-7-@@ -682,7 +682,7 @@ again:
bmf-0.9.4/debian/patches/40-patch-lex.c:8: void lex_passthru( lex_t* pthis, bool_t is_spam, double hits )
bmf-0.9.4/debian/patches/40-patch-lex.c-9- {
##############################################
bmf-0.9.4/.pc/20-makefile.patch/Makefile.in-57-	 cp -ar bmf bmf-$(VERSION); \
bmf-0.9.4/.pc/20-makefile.patch/Makefile.in:58:	 tar czvf bmf-$(VERSION).tar.gz `find bmf-$(VERSION) -type f | egrep -v "CVS|debian"`; \
bmf-0.9.4/.pc/20-makefile.patch/Makefile.in-59-	 rm -rf bmf-$(VERSION); \
##############################################
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-304-
bmf-0.9.4/.pc/40-patch-lex.c/lex.c:305:static inline bool_t is_ipaddr( cpchar p, uint len, uint* ptoklen )
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-306-{
##############################################
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-654-
bmf-0.9.4/.pc/40-patch-lex.c/lex.c:655:    if( is_ipaddr( pbuf, len, &toklen ) )
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-656-    {
##############################################
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-681-/* SpamAssassin style passthru */
bmf-0.9.4/.pc/40-patch-lex.c/lex.c:682:void lex_passthru( lex_t* pthis, bool_t is_spam, double hits )
bmf-0.9.4/.pc/40-patch-lex.c/lex.c-683-{
##############################################
bmf-0.9.4/Makefile.in-57-	 cp -ar bmf bmf-$(VERSION); \
bmf-0.9.4/Makefile.in:58:	 tar czvf bmf-$(VERSION).tar.gz `find bmf-$(VERSION) -type f | egrep -v "CVS|debian"`; \
bmf-0.9.4/Makefile.in-59-	 rm -rf bmf-$(VERSION); \
##############################################
bmf-0.9.4/lex.c-304-
bmf-0.9.4/lex.c:305:static inline bool_t is_ipaddr( cpchar p, uint len, uint* ptoklen )
bmf-0.9.4/lex.c-306-{
##############################################
bmf-0.9.4/lex.c-654-
bmf-0.9.4/lex.c:655:    if( is_ipaddr( pbuf, len, &toklen ) )
bmf-0.9.4/lex.c-656-    {
##############################################
bmf-0.9.4/lex.c-681-/* SpamAssassin style passthru */
bmf-0.9.4/lex.c:682:void lex_passthru( lex_t* pthis, bool_t is_spam, double hits )
bmf-0.9.4/lex.c-683-{