===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
twoftpd-1.42/Makefile-29-	  echo 'source=$$1; shift'; \
twoftpd-1.42/Makefile:30:	  echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \
twoftpd-1.42/Makefile-31-	  echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \
##############################################
twoftpd-1.42/debian/implicit-39-%.deb-docs-docs: %.deb-docs-base
twoftpd-1.42/debian/implicit:40:	@for i in `cat debian/$*.docs 2>/dev/null || :`; do \
twoftpd-1.42/debian/implicit-41-	  if test -d $$i; then \
##############################################
twoftpd-1.42/debian/implicit-63-	  install -d -m0755 debian/$*/usr/share/doc/$*/examples
twoftpd-1.42/debian/implicit:64:	@for i in `cat debian/$*.examples 2>/dev/null || :`; do \
twoftpd-1.42/debian/implicit-65-	  sh -cx "install -m0644 $$i debian/$*/usr/share/doc/$*/examples/" \
##############################################
twoftpd-1.42/socket.c-230-  
twoftpd-1.42/socket.c:231:static int parse_addr(const char* s)
twoftpd-1.42/socket.c-232-{
##############################################
twoftpd-1.42/socket.c-273-{
twoftpd-1.42/socket.c:274:  if (!parse_addr(req_param))
twoftpd-1.42/socket.c-275-    return respond(501, 1, "Can't parse your PORT address.");