=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== netmask-2.4.4/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: netmask-2.4.4/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` netmask-2.4.4/aclocal.m4-94-# and then we would define $MISSING as ############################################## netmask-2.4.4/aclocal.m4-108-# expand $ac_aux_dir to an absolute path netmask-2.4.4/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd` netmask-2.4.4/aclocal.m4-110-]) ############################################## netmask-2.4.4/aclocal.m4-206- if test "$am_compiler_list" = ""; then netmask-2.4.4/aclocal.m4:207: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` netmask-2.4.4/aclocal.m4-208- fi ############################################## netmask-2.4.4/aclocal.m4-357- # Strip MF so we end up with the name of the file. netmask-2.4.4/aclocal.m4:358: mf=`echo "$mf" | sed -e 's/:.*$//'` netmask-2.4.4/aclocal.m4-359- # Check whether this is an Automake generated Makefile or not. ############################################## netmask-2.4.4/aclocal.m4-366- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then netmask-2.4.4/aclocal.m4:367: dirpart=`AS_DIRNAME("$mf")` netmask-2.4.4/aclocal.m4-368- else ############################################## netmask-2.4.4/aclocal.m4-372- # from the Makefile without running 'make'. netmask-2.4.4/aclocal.m4:373: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` netmask-2.4.4/aclocal.m4-374- test -z "$DEPDIR" && continue netmask-2.4.4/aclocal.m4:375: am__include=`sed -n 's/^am__include = //p' < "$mf"` netmask-2.4.4/aclocal.m4-376- test -z "$am__include" && continue netmask-2.4.4/aclocal.m4:377: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` netmask-2.4.4/aclocal.m4-378- # Find all dependency output files, they are included files with ############################################## netmask-2.4.4/aclocal.m4-386- test -f "$dirpart/$file" && continue netmask-2.4.4/aclocal.m4:387: fdir=`AS_DIRNAME(["$file"])` netmask-2.4.4/aclocal.m4-388- AS_MKDIR_P([$dirpart/$fdir]) ############################################## netmask-2.4.4/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl netmask-2.4.4/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then netmask-2.4.4/aclocal.m4-446- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## netmask-2.4.4/aclocal.m4-599- * ) netmask-2.4.4/aclocal.m4:600: _am_stamp_count=`expr $_am_stamp_count + 1` ;; netmask-2.4.4/aclocal.m4-601- esac netmask-2.4.4/aclocal.m4-602-done netmask-2.4.4/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) netmask-2.4.4/aclocal.m4-604- ############################################## netmask-2.4.4/aclocal.m4-670-# Ignore all kinds of additional output from 'make'. netmask-2.4.4/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #( netmask-2.4.4/aclocal.m4-672-*the\ am__doit\ target*) ############################################## netmask-2.4.4/aclocal.m4-680- echo '.include "confinc"' > confmf netmask-2.4.4/aclocal.m4:681: case `$am_make -s -f confmf 2> /dev/null` in #( netmask-2.4.4/aclocal.m4-682- *the\ am__doit\ target*) ############################################## netmask-2.4.4/aclocal.m4-862- echo "timestamp, slept: $am_has_slept" > conftest.file netmask-2.4.4/aclocal.m4:863: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` netmask-2.4.4/aclocal.m4-864- if test "$[*]" = "X"; then netmask-2.4.4/aclocal.m4-865- # -L didn't work. netmask-2.4.4/aclocal.m4:866: set X `ls -t "$srcdir/configure" conftest.file` netmask-2.4.4/aclocal.m4-867- fi ############################################## netmask-2.4.4/netmask.c-275- netmask-2.4.4/netmask.c:276:static inline NM parse_addr(const char *str, int flags) { netmask-2.4.4/netmask.c-277- struct in6_addr s6; ############################################## netmask-2.4.4/netmask.c-411- buf[p - str] = '\0'; netmask-2.4.4/netmask.c:412: self = parse_addr(buf, flags); netmask-2.4.4/netmask.c-413- if(!self) ############################################## netmask-2.4.4/netmask.c-425- buf[p - str] = '\0'; netmask-2.4.4/netmask.c:426: self = parse_addr(buf, flags); netmask-2.4.4/netmask.c-427- if(!self) ############################################## netmask-2.4.4/netmask.c-432- add = 0; netmask-2.4.4/netmask.c:433: top = parse_addr(p + add + 1, flags); netmask-2.4.4/netmask.c-434- if(!top) { ############################################## netmask-2.4.4/netmask.c-449- return nm_seq(self, top); netmask-2.4.4/netmask.c:450: } else if((self = parse_addr(str, flags))) { netmask-2.4.4/netmask.c-451- return self; ############################################## netmask-2.4.4/netmask.c-456- buf[p - str] = '\0'; netmask-2.4.4/netmask.c:457: self = parse_addr(buf, flags); netmask-2.4.4/netmask.c-458- if(!self) ############################################## netmask-2.4.4/netmask.c-484- netmask-2.4.4/netmask.c:485: top = parse_addr(p + add + 1, flags); netmask-2.4.4/netmask.c-486- if(!top) {