===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cacti-spine-1.2.12/ping.h-143-extern void update_host_status(int status, host_t *host, ping_t *ping, int availability_method);
cacti-spine-1.2.12/ping.h:144:extern int init_sockaddr(struct sockaddr_in *name, const char *hostname, unsigned short int port);
cacti-spine-1.2.12/ping.h-145-extern int get_address_type(host_t *host);
##############################################
cacti-spine-1.2.12/ping.c-373-		/* get address of hostname */
cacti-spine-1.2.12/ping.c:374:		if (init_sockaddr(&fromname, new_hostname, 7)) {
cacti-spine-1.2.12/ping.c-375-			retry_count = 0;
##############################################
cacti-spine-1.2.12/ping.c-608-		/* get address of hostname */
cacti-spine-1.2.12/ping.c:609:		if (init_sockaddr(&servername, new_hostname, host->ping_port)) {
cacti-spine-1.2.12/ping.c-610-			if (connect(udp_socket, (struct sockaddr *) &servername, sizeof(servername)) < 0) {
##############################################
cacti-spine-1.2.12/ping.c-781-		/* get address of hostname */
cacti-spine-1.2.12/ping.c:782:		if (init_sockaddr(&servername, new_hostname, host->ping_port)) {
cacti-spine-1.2.12/ping.c-783-			/* first attempt a connect */
##############################################
cacti-spine-1.2.12/ping.c-907-
cacti-spine-1.2.12/ping.c:908:/*! \fn int init_sockaddr(struct sockaddr_in *name, const char *hostname, unsigned short int port)
cacti-spine-1.2.12/ping.c-909- *  \brief converts a hostname to an internet address
##############################################
cacti-spine-1.2.12/ping.c-913- */
cacti-spine-1.2.12/ping.c:914:int init_sockaddr(struct sockaddr_in *name, const char *hostname, unsigned short int port) {
cacti-spine-1.2.12/ping.c-915-	struct addrinfo hints, *hostinfo, *p;
##############################################
cacti-spine-1.2.12/Makefile.in-78-DIST_SOURCES = $(spine_SOURCES)
cacti-spine-1.2.12/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cacti-spine-1.2.12/Makefile.in-80-am__vpath_adj = case $$p in \
cacti-spine-1.2.12/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cacti-spine-1.2.12/Makefile.in-82-    *) f=$$p;; \
cacti-spine-1.2.12/Makefile.in-83-  esac;
cacti-spine-1.2.12/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cacti-spine-1.2.12/Makefile.in-85-am__install_max = 40
cacti-spine-1.2.12/Makefile.in-86-am__nobase_strip_setup = \
cacti-spine-1.2.12/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cacti-spine-1.2.12/Makefile.in-88-am__nobase_strip = \
##############################################
cacti-spine-1.2.12/Makefile.in-327-	test -n "$(EXEEXT)" || exit 0; \
cacti-spine-1.2.12/Makefile.in:328:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
cacti-spine-1.2.12/Makefile.in-329-	echo " rm -f" $$list; \
##############################################
cacti-spine-1.2.12/Makefile.in-360-.c.obj:
cacti-spine-1.2.12/Makefile.in:361:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
cacti-spine-1.2.12/Makefile.in-362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
cacti-spine-1.2.12/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cacti-spine-1.2.12/Makefile.in:365:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
cacti-spine-1.2.12/Makefile.in-366-
##############################################
cacti-spine-1.2.12/Makefile.in-435-	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
cacti-spine-1.2.12/Makefile.in:436:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
cacti-spine-1.2.12/Makefile.in-437-	test -n "$$files" || exit 0; \
##############################################
cacti-spine-1.2.12/Makefile.in-485-GTAGS:
cacti-spine-1.2.12/Makefile.in:486:	here=`$(am__cd) $(top_builddir) && pwd` \
cacti-spine-1.2.12/Makefile.in-487-	  && $(am__cd) $(top_srcdir) \
##############################################
cacti-spine-1.2.12/Makefile.in-508-	test -d "$(distdir)" || mkdir "$(distdir)"
cacti-spine-1.2.12/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cacti-spine-1.2.12/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cacti-spine-1.2.12/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
cacti-spine-1.2.12/Makefile.in-522-	  if test -d $$d/$$file; then \
cacti-spine-1.2.12/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cacti-spine-1.2.12/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
cacti-spine-1.2.12/Makefile.in-602-	test -d $(distdir)/_build || exit 0; \
cacti-spine-1.2.12/Makefile.in:603:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
cacti-spine-1.2.12/Makefile.in-604-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
cacti-spine-1.2.12/Makefile.in-636-	@$(am__cd) '$(distuninstallcheck_dir)' \
cacti-spine-1.2.12/Makefile.in:637:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
cacti-spine-1.2.12/Makefile.in-638-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
cacti-spine-1.2.12/Makefile.in-648-	fi
cacti-spine-1.2.12/Makefile.in:649:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
cacti-spine-1.2.12/Makefile.in-650-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
cacti-spine-1.2.12/configure.ac-210-  [ str="$1/libmysqlclient.*"
cacti-spine-1.2.12/configure.ac:211:    for j in `echo $str`; do
cacti-spine-1.2.12/configure.ac-212-      if test -r $j; then