=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cl-sql-6.7.1/examples/run-tests.sh-49-ALLEGRO=mlisp cl-sql-6.7.1/examples/run-tests.sh:50:if [ "`which $ALLEGRO`" ]; then cl-sql-6.7.1/examples/run-tests.sh-51- $ALLEGRO -q -L $LISP_CMD_FILE ############################################## cl-sql-6.7.1/examples/run-tests.sh-54-CMUCL=lisp cl-sql-6.7.1/examples/run-tests.sh:55:if [ "`which $CMUCL`" ]; then cl-sql-6.7.1/examples/run-tests.sh-56- $CMUCL -init $LISP_CMD_FILE ############################################## cl-sql-6.7.1/examples/run-tests.sh-59-LISPWORKS=lw-console cl-sql-6.7.1/examples/run-tests.sh:60:#if [ "`which $LISPWORKS`" ]; then cl-sql-6.7.1/examples/run-tests.sh-61- $LISPWORKS -init $LISP_CMD_FILE ############################################## cl-sql-6.7.1/examples/run-tests.sh-64-OPENCML=openmcl cl-sql-6.7.1/examples/run-tests.sh:65:#if [ "`which $OPENMCL`" ]; then cl-sql-6.7.1/examples/run-tests.sh-66- $OPENMCL -init $LISP_CMD_FILE ############################################## cl-sql-6.7.1/examples/run-tests.sh-69-SBCL=sbcl cl-sql-6.7.1/examples/run-tests.sh:70:if [ "`which $SBCL`" ]; then cl-sql-6.7.1/examples/run-tests.sh-71- $SBCL --noinform --disable-debugger --userinit $LISP_CMD_FILE ############################################## cl-sql-6.7.1/tests/test-internal.lisp-27- (clsql-sys::prepared-sql-to-postgresql-sql "SELECT FOO FROM BAR WHERE ID=?") cl-sql-6.7.1/tests/test-internal.lisp:28: "SELECT FOO FROM BAR WHERE ID=$1") cl-sql-6.7.1/tests/test-internal.lisp-29- ############################################## cl-sql-6.7.1/tests/test-internal.lisp-31- (clsql-sys::prepared-sql-to-postgresql-sql "SELECT FOO FROM \"BAR\" WHERE ID=? AND CODE=?") cl-sql-6.7.1/tests/test-internal.lisp:32: "SELECT FOO FROM \"BAR\" WHERE ID=$1 AND CODE=$2") cl-sql-6.7.1/tests/test-internal.lisp-33- ############################################## cl-sql-6.7.1/tests/test-internal.lisp-35- (clsql-sys::prepared-sql-to-postgresql-sql "SELECT FOO FROM BAR WHERE ID=\"Match?\" AND CODE=?") cl-sql-6.7.1/tests/test-internal.lisp:36: "SELECT FOO FROM BAR WHERE ID=\"Match?\" AND CODE=$1") cl-sql-6.7.1/tests/test-internal.lisp-37- ############################################## cl-sql-6.7.1/tests/test-internal.lisp-39- (clsql-sys::prepared-sql-to-postgresql-sql "SELECT 'FOO' FROM BAR WHERE ID='Match?''?' AND CODE=?") cl-sql-6.7.1/tests/test-internal.lisp:40: "SELECT 'FOO' FROM BAR WHERE ID='Match?''?' AND CODE=$1") cl-sql-6.7.1/tests/test-internal.lisp-41-