===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
uhub-0.4.1/src/core/usermanager.h-108- */
uhub-0.4.1/src/core/usermanager.h:109:extern size_t uman_get_user_by_addr(struct hub_user_manager* users, struct linked_list* target, struct ip_range* range);
uhub-0.4.1/src/core/usermanager.h-110-
##############################################
uhub-0.4.1/src/core/usermanager.c-145-
uhub-0.4.1/src/core/usermanager.c:146:size_t uman_get_user_by_addr(struct hub_user_manager* users, struct linked_list* target, struct ip_range* range)
uhub-0.4.1/src/core/usermanager.c-147-{
##############################################
uhub-0.4.1/src/core/commands.c-423-
uhub-0.4.1/src/core/commands.c:424:	ret = uman_get_user_by_addr(cbase->hub->users, users, arg->data.range);
uhub-0.4.1/src/core/commands.c-425-	if (!ret)
##############################################
uhub-0.4.1/src/core/auth.c-23-#define ACL_ADD_BOOL(S, L)    do { ret = check_cmd_bool(S,    L, line, line_count); if (ret != 0) return ret; } while(0)
uhub-0.4.1/src/core/auth.c:24:#define ACL_ADD_ADDR(S, L)    do { ret = check_cmd_addr(S,    L, line, line_count); if (ret != 0) return ret; } while(0)
uhub-0.4.1/src/core/auth.c-25-
##############################################
uhub-0.4.1/src/core/auth.c-120-
uhub-0.4.1/src/core/auth.c:121:static int check_cmd_addr(const char* cmd, struct linked_list* list, char* line, int line_count)
uhub-0.4.1/src/core/auth.c-122-{
##############################################
uhub-0.4.1/src/core/auth.c-180-	ACL_ADD_BOOL("ban_cid",    handle->cids);
uhub-0.4.1/src/core/auth.c:181:	ACL_ADD_ADDR("deny_ip",    handle->networks);
uhub-0.4.1/src/core/auth.c:182:	ACL_ADD_ADDR("nat_ip",     handle->nat_override);
uhub-0.4.1/src/core/auth.c-183-
##############################################
uhub-0.4.1/src/network/dnsresolver.h-73- */
uhub-0.4.1/src/network/dnsresolver.h:74:extern struct net_dns_job* net_dns_gethostbyaddr(struct ip_addr_encap* ipaddr, net_dns_job_cb callback, void* ptr);
uhub-0.4.1/src/network/dnsresolver.h-75-
##############################################
uhub-0.4.1/src/network/dnsresolver.h-78- *
uhub-0.4.1/src/network/dnsresolver.h:79: * It is only allowed to call this once after a job has been started (@see net_dns_gethostbyname(), @see net_dns_gethostbyaddr())
uhub-0.4.1/src/network/dnsresolver.h-80- * but before it has finished and delivered a to the callback address (@see net_dns_job_cb).
##############################################
uhub-0.4.1/src/network/network.h-98- * @param fd socket descriptor
uhub-0.4.1/src/network/network.h:99: * @param ipaddr (in/out) if non-NULL the ip address of the
uhub-0.4.1/src/network/network.h-100- * accepted peer is filled in.
##############################################
uhub-0.4.1/src/network/dnsresolver.c-254-
uhub-0.4.1/src/network/dnsresolver.c:255:extern struct net_dns_job* net_dns_gethostbyaddr(struct ip_addr_encap* ipaddr, net_dns_job_cb callback, void* ptr)
uhub-0.4.1/src/network/dnsresolver.c-256-{
##############################################
uhub-0.4.1/admin/common.sh-40-	if [ ! -d .git ]; then
uhub-0.4.1/admin/common.sh:41:		echo "No git repo found in `dirname $0`"
uhub-0.4.1/admin/common.sh-42-		exit 1
##############################################
uhub-0.4.1/admin/setup_archive.sh-5-
uhub-0.4.1/admin/setup_archive.sh:6:if [ ! "`grep build-archive ${CFG}`" ]; then
uhub-0.4.1/admin/setup_archive.sh-7-echo "Updating ssh config (${CFG})..."