===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
odc-1.1.0/src/odc/LibOdc.h-35-
odc-1.1.0/src/odc/LibOdc.h:36:    const void* addr() const;
odc-1.1.0/src/odc/LibOdc.h-37-
##############################################
odc-1.1.0/src/odc/tools/test.ksh-76-log +++ Test: Input file command line option: -i. Also, test option -T: do not print column names
odc-1.1.0/src/odc/tools/test.ksh:77:[ `./odb sql select \* -i test_import.odb -T|grep stream|wc|awk '{print $1}'` == 0 ]
odc-1.1.0/src/odc/tools/test.ksh-78-log +++ odb Completed OK
##############################################
odc-1.1.0/src/odc/LibOdc.cc-31-
odc-1.1.0/src/odc/LibOdc.cc:32:const void* LibOdc::addr() const { return this; }
odc-1.1.0/src/odc/LibOdc.cc-33-
##############################################
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-51-
odc-1.1.0/tests/tools/test_odb_sql_variables.sh:52:odc sql '#include "schema.hh"; select * where col1=$var1' -i data.odb -f odb -o outfile.odb
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-53-
##############################################
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-62-
odc-1.1.0/tests/tools/test_odb_sql_variables.sh:63:odc sql '#include "schema.hh"; select * where col2=$var1' -i data.odb -f odb -o outfile.odb
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-64-
##############################################
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-68-
odc-1.1.0/tests/tools/test_odb_sql_variables.sh:69:odc sql '#include "schema.hh"; select * where col3=$var1' -i data.odb -f odb -o outfile.odb
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-70-
##############################################
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-74-
odc-1.1.0/tests/tools/test_odb_sql_variables.sh:75:odc sql '#include "schema.hh"; select * where col4=$var1' -i data.odb -f odb -o outfile.odb
odc-1.1.0/tests/tools/test_odb_sql_variables.sh-76-