=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== analog-6.0/src/build/riscos/Makefile-89-# NODNS excludes all the DNS lookup code. This is platform-dependent, but analog-6.0/src/build/riscos/Makefile:90:# typically involves header files <net*.h> and functions like inet_addr() analog-6.0/src/build/riscos/Makefile:91:# and gethostbyaddr(). analog-6.0/src/build/riscos/Makefile-92-# NODIRENT stops you using wildcards in logfile names. Again, the code is ############################################## analog-6.0/src/build/riscos/Makefile-118-# NEED_FLOATINGPOINT_H includes a header file called <floatingpoint.h>. analog-6.0/src/build/riscos/Makefile:119:# HAVE_ADDR_T is needed if inet_addr() returns in_addr_t which is not the analog-6.0/src/build/riscos/Makefile-120-# same as unsigned long. ############################################## analog-6.0/src/zlib/crc32.c-123-/* ========================================================================= analog-6.0/src/zlib/crc32.c:124: * This function can be used by asm versions of crc32() analog-6.0/src/zlib/crc32.c-125- */ ############################################## analog-6.0/src/zlib/deflate.c-83-#ifdef ASMV analog-6.0/src/zlib/deflate.c:84: void match_init OF((void)); /* asm code initialization */ analog-6.0/src/zlib/deflate.c-85- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## analog-6.0/src/zlib/deflate.c-706-#ifdef ASMV analog-6.0/src/zlib/deflate.c:707: match_init(); /* initialize the asm code */ analog-6.0/src/zlib/deflate.c-708-#endif ############################################## analog-6.0/src/zlib/deflate.c-720-#ifndef ASMV analog-6.0/src/zlib/deflate.c:721:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or analog-6.0/src/zlib/deflate.c-722- * match.S. The code will be functionally equivalent. ############################################## analog-6.0/src/alias.c-609- addrp=NULL; analog-6.0/src/alias.c:610: addr = inet_addr(name); analog-6.0/src/alias.c-611- if (addr != INET_ADDR_ERR) { ############################################## analog-6.0/src/alias.c-628- if (addr != INET_ADDR_ERR) analog-6.0/src/alias.c:629: tempp = gethostbyaddr(addrp, sizeof(IN_ADDR_T), AF_INET); analog-6.0/src/alias.c-630- else analog-6.0/src/alias.c:631: tempp = gethostbyaddr(addrp, sizeof(struct in6_addr), AF_INET6); analog-6.0/src/alias.c-632-#ifndef NOALARM ############################################## analog-6.0/src/Makefile-192-# NODNS excludes all the DNS lookup code. This is platform-dependent, but analog-6.0/src/Makefile:193:# typically involves header files <net*.h> and functions like inet_addr() analog-6.0/src/Makefile:194:# and gethostbyaddr(). analog-6.0/src/Makefile-195-# NODIRENT stops you using wildcards in logfile names. This code is also ############################################## analog-6.0/src/Makefile-232-# NEED_FLOATINGPOINT_H includes a header file called <floatingpoint.h>. analog-6.0/src/Makefile:233:# HAVE_ADDR_T is needed if inet_addr() returns in_addr_t which is not the analog-6.0/src/Makefile-234-# same as unsigned long. ############################################## analog-6.0/debian/patches/00_misc_fixes.diff-206-+ addrp=NULL; analog-6.0/debian/patches/00_misc_fixes.diff:207: addr = inet_addr(name); analog-6.0/debian/patches/00_misc_fixes.diff-208- if (addr != INET_ADDR_ERR) { ############################################## analog-6.0/debian/patches/00_misc_fixes.diff-223- #endif analog-6.0/debian/patches/00_misc_fixes.diff:224:- tempp = gethostbyaddr(addrp, sizeof(IN_ADDR_T), AF_INET); analog-6.0/debian/patches/00_misc_fixes.diff-225-+ if (addr != INET_ADDR_ERR) analog-6.0/debian/patches/00_misc_fixes.diff:226:+ tempp = gethostbyaddr(addrp, sizeof(IN_ADDR_T), AF_INET); analog-6.0/debian/patches/00_misc_fixes.diff-227-+ else analog-6.0/debian/patches/00_misc_fixes.diff:228:+ tempp = gethostbyaddr(addrp, sizeof(struct in6_addr), AF_INET6); analog-6.0/debian/patches/00_misc_fixes.diff-229- #ifndef NOALARM ############################################## analog-6.0/.pc/00_misc_fixes.diff/src/Makefile-186-# NODNS excludes all the DNS lookup code. This is platform-dependent, but analog-6.0/.pc/00_misc_fixes.diff/src/Makefile:187:# typically involves header files <net*.h> and functions like inet_addr() analog-6.0/.pc/00_misc_fixes.diff/src/Makefile:188:# and gethostbyaddr(). analog-6.0/.pc/00_misc_fixes.diff/src/Makefile-189-# NODIRENT stops you using wildcards in logfile names. This code is also ############################################## analog-6.0/.pc/00_misc_fixes.diff/src/Makefile-226-# NEED_FLOATINGPOINT_H includes a header file called <floatingpoint.h>. analog-6.0/.pc/00_misc_fixes.diff/src/Makefile:227:# HAVE_ADDR_T is needed if inet_addr() returns in_addr_t which is not the analog-6.0/.pc/00_misc_fixes.diff/src/Makefile-228-# same as unsigned long. ############################################## analog-6.0/.pc/00_misc_fixes.diff/src/alias.c-607-#else analog-6.0/.pc/00_misc_fixes.diff/src/alias.c:608: addr = inet_addr(name); analog-6.0/.pc/00_misc_fixes.diff/src/alias.c-609- if (addr != INET_ADDR_ERR) { ############################################## analog-6.0/.pc/00_misc_fixes.diff/src/alias.c-618-#endif analog-6.0/.pc/00_misc_fixes.diff/src/alias.c:619: tempp = gethostbyaddr(addrp, sizeof(IN_ADDR_T), AF_INET); analog-6.0/.pc/00_misc_fixes.diff/src/alias.c-620-#ifndef NOALARM ############################################## analog-6.0/.pc/04_reproducible.patch/src/Makefile-190-# NODNS excludes all the DNS lookup code. This is platform-dependent, but analog-6.0/.pc/04_reproducible.patch/src/Makefile:191:# typically involves header files <net*.h> and functions like inet_addr() analog-6.0/.pc/04_reproducible.patch/src/Makefile:192:# and gethostbyaddr(). analog-6.0/.pc/04_reproducible.patch/src/Makefile-193-# NODIRENT stops you using wildcards in logfile names. This code is also ############################################## analog-6.0/.pc/04_reproducible.patch/src/Makefile-230-# NEED_FLOATINGPOINT_H includes a header file called <floatingpoint.h>. analog-6.0/.pc/04_reproducible.patch/src/Makefile:231:# HAVE_ADDR_T is needed if inet_addr() returns in_addr_t which is not the analog-6.0/.pc/04_reproducible.patch/src/Makefile-232-# same as unsigned long. ############################################## analog-6.0/.pc/05_hardening.patch/src/Makefile-191-# NODNS excludes all the DNS lookup code. This is platform-dependent, but analog-6.0/.pc/05_hardening.patch/src/Makefile:192:# typically involves header files <net*.h> and functions like inet_addr() analog-6.0/.pc/05_hardening.patch/src/Makefile:193:# and gethostbyaddr(). analog-6.0/.pc/05_hardening.patch/src/Makefile-194-# NODIRENT stops you using wildcards in logfile names. This code is also ############################################## analog-6.0/.pc/05_hardening.patch/src/Makefile-231-# NEED_FLOATINGPOINT_H includes a header file called <floatingpoint.h>. analog-6.0/.pc/05_hardening.patch/src/Makefile:232:# HAVE_ADDR_T is needed if inet_addr() returns in_addr_t which is not the analog-6.0/.pc/05_hardening.patch/src/Makefile-233-# same as unsigned long.