===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aprsdigi-3.10.0/aprsdigi.c-286-static void dupelist_init(void);
aprsdigi-3.10.0/aprsdigi.c:287:static void printaddr(struct sockaddr_storage *s, char *buf, int buflen);
aprsdigi-3.10.0/aprsdigi.c-288-static void setmask(int, u_char *);
##############################################
aprsdigi-3.10.0/aprsdigi.c-2319-  for (b = bud->bl_ent_head; b; b = b->be_next) {
aprsdigi-3.10.0/aprsdigi.c:2320:    printaddr(&b->be_addr,host,sizeof(host));
aprsdigi-3.10.0/aprsdigi.c-2321-    fprintf(f," budlist %d %s %s",bud->bl_list_no,
##############################################
aprsdigi-3.10.0/aprsdigi.c-2330-static void
aprsdigi-3.10.0/aprsdigi.c:2331:printaddr(struct sockaddr_storage *s, char *buf, int buflen)
aprsdigi-3.10.0/aprsdigi.c-2332-{
##############################################
aprsdigi-3.10.0/aprsdigi.c-2378-    if (Verbose) {
aprsdigi-3.10.0/aprsdigi.c:2379:      printaddr(&be->be_addr,testhost,sizeof(testhost));
aprsdigi-3.10.0/aprsdigi.c:2380:      printaddr(&i->rsafrom,host,sizeof(host));
aprsdigi-3.10.0/aprsdigi.c-2381-      fprintf(stderr,"budlist_permit: budlist %d %s %s/%d vs. net source %s\n",
##############################################
aprsdigi-3.10.0/aprsdigi.init-13-# Find the name of the script
aprsdigi-3.10.0/aprsdigi.init:14:NAME=`basename $0`
aprsdigi-3.10.0/aprsdigi.init-15-if [ ${NAME:0:1} = "S" -o ${NAME:0:1} = "K" ]
##############################################
aprsdigi-3.10.0/depcomp-34-if test -z "$depfile"; then
aprsdigi-3.10.0/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
aprsdigi-3.10.0/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
aprsdigi-3.10.0/depcomp-37-   if test "$dir" = "$object"; then
##############################################
aprsdigi-3.10.0/depcomp-43-
aprsdigi-3.10.0/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aprsdigi-3.10.0/depcomp-45-
##############################################
aprsdigi-3.10.0/depcomp-177-  # $object doesn't have directory information.
aprsdigi-3.10.0/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
aprsdigi-3.10.0/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
aprsdigi-3.10.0/depcomp-196-    # Do two passes, one to just change these to
aprsdigi-3.10.0/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
aprsdigi-3.10.0/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aprsdigi-3.10.0/depcomp-214-   # Subdirectories are respected.
aprsdigi-3.10.0/depcomp:215:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
aprsdigi-3.10.0/depcomp-216-   test "x$dir" = "x$object" && dir=
aprsdigi-3.10.0/depcomp:217:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
aprsdigi-3.10.0/depcomp-218-
##############################################
aprsdigi-3.10.0/depcomp-326-  done
aprsdigi-3.10.0/depcomp:327:  obj_suffix="`echo $object | sed 's/^.*\././'`"
aprsdigi-3.10.0/depcomp-328-  touch "$tmpdepfile"
##############################################
aprsdigi-3.10.0/install-sh-85-
aprsdigi-3.10.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
aprsdigi-3.10.0/install-sh-87-	    shift
##############################################
aprsdigi-3.10.0/install-sh-89-
aprsdigi-3.10.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
aprsdigi-3.10.0/install-sh-91-	    shift
##############################################
aprsdigi-3.10.0/install-sh-150-	then
aprsdigi-3.10.0/install-sh:151:		dst="$dst"/`basename $src`
aprsdigi-3.10.0/install-sh-152-	else
##############################################
aprsdigi-3.10.0/install-sh-157-## this sed command emulates the dirname command
aprsdigi-3.10.0/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
aprsdigi-3.10.0/install-sh-159-
##############################################
aprsdigi-3.10.0/install-sh-171-IFS='%'
aprsdigi-3.10.0/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
aprsdigi-3.10.0/install-sh-173-IFS="${oIFS}"
##############################################
aprsdigi-3.10.0/install-sh-205-	then
aprsdigi-3.10.0/install-sh:206:		dstfile=`basename $dst`
aprsdigi-3.10.0/install-sh-207-	else
##############################################
aprsdigi-3.10.0/install-sh-215-	then
aprsdigi-3.10.0/install-sh:216:		dstfile=`basename $dst`
aprsdigi-3.10.0/install-sh-217-	else
##############################################
aprsdigi-3.10.0/mkinstalldirs-56-do
aprsdigi-3.10.0/mkinstalldirs:57:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
aprsdigi-3.10.0/mkinstalldirs-58-   shift
##############################################
aprsdigi-3.10.0/testmcast.c-56-  if (isdigit(*name)) {
aprsdigi-3.10.0/testmcast.c:57:    sin.sin_addr.s_addr = inet_addr(name);
aprsdigi-3.10.0/testmcast.c-58-  }