=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== nslint-3.0a2/CHANGES-201- nslint-3.0a2/CHANGES:202:- Fix endian problems in parseinaddr() and parseptr(). nslint-3.0a2/CHANGES-203- ############################################## nslint-3.0a2/Makefile.in-113-tar: force nslint-3.0a2/Makefile.in:114: @cwd=`pwd` ; name=$(PROG)-`cat VERSION` ; \ nslint-3.0a2/Makefile.in-115- list="" ; tar="tar chf" ; temp="$$name.tar.gz" ; \ ############################################## nslint-3.0a2/aclocal.m4-214- for dir in $places ../libpcap libpcap ; do nslint-3.0a2/aclocal.m4:215: basedir=`echo $dir | sed -e 's/[[ab]][[0-9]]*$//'` nslint-3.0a2/aclocal.m4-216- if test $lastdir = $basedir ; then ############################################## nslint-3.0a2/aclocal.m4-617- ac_cv_lbl_gcc_vers=2 nslint-3.0a2/aclocal.m4:618: $1="`echo $$1 | sed -e 's/-O/-O3/'`" nslint-3.0a2/aclocal.m4-619- else ############################################## nslint-3.0a2/aclocal.m4-627- if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then nslint-3.0a2/aclocal.m4:628: $1="`echo $$1 | sed -e 's/-O/-O3/'`" nslint-3.0a2/aclocal.m4-629- fi ############################################## nslint-3.0a2/aclocal.m4-673- AC_LBL_CHECK_WALL($1) nslint-3.0a2/aclocal.m4:674: os=`echo $target_os | sed -e 's/\([[0-9]][[0-9]]*\)[[^0-9]].*$/\1/'` nslint-3.0a2/aclocal.m4-675- name="lbl/os-$os.h" ############################################## nslint-3.0a2/aclocal.m4-704-dnl may have different results. nslint-3.0a2/aclocal.m4:705:ac_lib_var=`echo $1['_']$2['_']$5 | sed 'y%./+- %__p__%'` nslint-3.0a2/aclocal.m4-706-AC_CACHE_VAL(ac_cv_lbl_lib_$ac_lib_var, ############################################## nslint-3.0a2/aclocal.m4-724-])dnl nslint-3.0a2/aclocal.m4:725:if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then nslint-3.0a2/aclocal.m4-726- AC_MSG_RESULT(yes) ############################################## nslint-3.0a2/aclocal.m4-835- if test -n "${ldirs}"; then nslint-3.0a2/aclocal.m4:836: V_ENVIRONMENT="LD_RUN_PATH=\"`echo \"${ldirs}\" | sed -e 's,-L,,g' -e 's,^ *,,' -e 's, ,:,g'`\"" nslint-3.0a2/aclocal.m4-837- AC_MSG_RESULT(${V_ENVIRONMENT}) ############################################## nslint-3.0a2/aclocal.m4-878- dnl nslint-3.0a2/aclocal.m4:879: dirs="`echo ${PATH} | sed -e 's/:/ /g'`" nslint-3.0a2/aclocal.m4-880- dnl ############################################## nslint-3.0a2/aclocal.m4-886- broccoli_config_path="${d}/broccoli-config" nslint-3.0a2/aclocal.m4:887: cflags="`${broccoli_config_path} --cflags`" nslint-3.0a2/aclocal.m4:888: libs="`${broccoli_config_path} --libs`" nslint-3.0a2/aclocal.m4-889- break ############################################## nslint-3.0a2/aclocal.m4-910- AC_MSG_CHECKING(Broccoli >= $3) nslint-3.0a2/aclocal.m4:911: BROCCOLI_VERSION="`${broccoli_config_path} --version`" nslint-3.0a2/aclocal.m4-912- AC_MSG_RESULT(${BROCCOLI_VERSION}) ############################################## nslint-3.0a2/config.guess-37- nslint-3.0a2/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'` nslint-3.0a2/config.guess-39- ############################################## nslint-3.0a2/config.guess-106-: ${TMPDIR=/tmp} ; nslint-3.0a2/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || nslint-3.0a2/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## nslint-3.0a2/config.guess-191- *) nslint-3.0a2/config.guess:192: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` nslint-3.0a2/config.guess-193- ;; ############################################## nslint-3.0a2/config.guess-240- if test $UNAME_RELEASE = "V4.0"; then nslint-3.0a2/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` nslint-3.0a2/config.guess-242- fi ############################################## nslint-3.0a2/config.guess-246- # types through head -n 1, so we only detect the type of CPU 0. nslint-3.0a2/config.guess:247: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` nslint-3.0a2/config.guess-248- case "$ALPHA_CPU_TYPE" in ############################################## nslint-3.0a2/config.guess-283- # 1.2 uses "1.2" for uname -r. nslint-3.0a2/config.guess:284: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` nslint-3.0a2/config.guess-285- exit 0 ;; ############################################## nslint-3.0a2/config.guess-334- sun4H:SunOS:5.*:*) nslint-3.0a2/config.guess:335: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nslint-3.0a2/config.guess-336- exit 0 ;; nslint-3.0a2/config.guess-337- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) nslint-3.0a2/config.guess:338: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nslint-3.0a2/config.guess-339- exit 0 ;; nslint-3.0a2/config.guess-340- i86pc:SunOS:5.*:*) nslint-3.0a2/config.guess:341: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nslint-3.0a2/config.guess-342- exit 0 ;; ############################################## nslint-3.0a2/config.guess-346- # it's likely to be more like Solaris than SunOS4. nslint-3.0a2/config.guess:347: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nslint-3.0a2/config.guess-348- exit 0 ;; ############################################## nslint-3.0a2/config.guess-355- # Japanese Language versions have a version number like `4.1.3-JL'. nslint-3.0a2/config.guess:356: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` nslint-3.0a2/config.guess-357- exit 0 ;; ############################################## nslint-3.0a2/config.guess-361- sun*:*:4.2BSD:*) nslint-3.0a2/config.guess:362: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` nslint-3.0a2/config.guess-363- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## nslint-3.0a2/config.guess-440- $CC_FOR_BUILD -o $dummy $dummy.c \ nslint-3.0a2/config.guess:441: && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ nslint-3.0a2/config.guess-442- && exit 0 ############################################## nslint-3.0a2/config.guess-495- *:IRIX*:*:*) nslint-3.0a2/config.guess:496: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` nslint-3.0a2/config.guess-497- exit 0 ;; ############################################## nslint-3.0a2/config.guess-534- *:AIX:*:[45]) nslint-3.0a2/config.guess:535: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` nslint-3.0a2/config.guess-536- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## nslint-3.0a2/config.guess-569- 9000/[34678]??:HP-UX:*:*) nslint-3.0a2/config.guess:570: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` nslint-3.0a2/config.guess-571- case "${UNAME_MACHINE}" in ############################################## nslint-3.0a2/config.guess-623-EOF nslint-3.0a2/config.guess:624: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` nslint-3.0a2/config.guess-625- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## nslint-3.0a2/config.guess-641- ia64:HP-UX:*:*) nslint-3.0a2/config.guess:642: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` nslint-3.0a2/config.guess-643- echo ia64-hp-hpux${HPUX_REV} ############################################## nslint-3.0a2/config.guess-741- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` nslint-3.0a2/config.guess:742: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` nslint-3.0a2/config.guess-743- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## nslint-3.0a2/config.guess-764-EOF nslint-3.0a2/config.guess:765: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` nslint-3.0a2/config.guess-766- # GNU/FreeBSD systems have a "k" prefix to indicate we are using ############################################## nslint-3.0a2/config.guess-768- case ${LIBC} in gnu) kernel_only='k' ;; esac nslint-3.0a2/config.guess:769: echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} nslint-3.0a2/config.guess-770- exit 0 ;; ############################################## nslint-3.0a2/config.guess-798- prep*:SunOS:5.*:*) nslint-3.0a2/config.guess:799: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nslint-3.0a2/config.guess-800- exit 0 ;; nslint-3.0a2/config.guess-801- *:GNU:*:*) nslint-3.0a2/config.guess:802: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` nslint-3.0a2/config.guess-803- exit 0 ;; ############################################## nslint-3.0a2/config.guess-834-EOF nslint-3.0a2/config.guess:835: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` nslint-3.0a2/config.guess-836- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## nslint-3.0a2/config.guess-853-EOF nslint-3.0a2/config.guess:854: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` nslint-3.0a2/config.guess-855- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## nslint-3.0a2/config.guess-951-EOF nslint-3.0a2/config.guess:952: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` nslint-3.0a2/config.guess-953- test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 ############################################## nslint-3.0a2/config.guess-987- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) nslint-3.0a2/config.guess:988: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` nslint-3.0a2/config.guess-989- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## nslint-3.0a2/config.sub-54- nslint-3.0a2/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'` nslint-3.0a2/config.sub-56- ############################################## nslint-3.0a2/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations. nslint-3.0a2/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` nslint-3.0a2/config.sub-120-case $maybe_os in ############################################## nslint-3.0a2/config.sub-122- os=-$maybe_os nslint-3.0a2/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` nslint-3.0a2/config.sub-124- ;; nslint-3.0a2/config.sub-125- *) nslint-3.0a2/config.sub:126: basic_machine=`echo $1 | sed 's/-[^-]*$//'` nslint-3.0a2/config.sub-127- if [ $basic_machine != $1 ] nslint-3.0a2/config.sub:128: then os=`echo $1 | sed 's/.*-/-/'` nslint-3.0a2/config.sub-129- else os=; fi ############################################## nslint-3.0a2/config.sub-173- os=-sco3.2v5 nslint-3.0a2/config.sub:174: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-175- ;; ############################################## nslint-3.0a2/config.sub-177- os=-sco3.2v4 nslint-3.0a2/config.sub:178: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-179- ;; nslint-3.0a2/config.sub-180- -sco3.2.[4-9]*) nslint-3.0a2/config.sub:181: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` nslint-3.0a2/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-183- ;; ############################################## nslint-3.0a2/config.sub-185- # Don't forget version if it is 3.2v4 or newer. nslint-3.0a2/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-187- ;; ############################################## nslint-3.0a2/config.sub-189- os=-sco3.2v2 nslint-3.0a2/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-191- ;; nslint-3.0a2/config.sub-192- -udk*) nslint-3.0a2/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-194- ;; ############################################## nslint-3.0a2/config.sub-196- os=-isc2.2 nslint-3.0a2/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-198- ;; ############################################## nslint-3.0a2/config.sub-202- -isc*) nslint-3.0a2/config.sub:203: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nslint-3.0a2/config.sub-204- ;; ############################################## nslint-3.0a2/config.sub-208- -ptx*) nslint-3.0a2/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` nslint-3.0a2/config.sub-210- ;; nslint-3.0a2/config.sub-211- -windowsnt*) nslint-3.0a2/config.sub:212: os=`echo $os | sed -e 's/windowsnt/winnt/'` nslint-3.0a2/config.sub-213- ;; ############################################## nslint-3.0a2/config.sub-286- *-*-*) nslint-3.0a2/config.sub:287: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 nslint-3.0a2/config.sub-288- exit 1 ############################################## nslint-3.0a2/config.sub-578- i*86v32) nslint-3.0a2/config.sub:579: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nslint-3.0a2/config.sub-580- os=-sysv32 ############################################## nslint-3.0a2/config.sub-582- i*86v4*) nslint-3.0a2/config.sub:583: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nslint-3.0a2/config.sub-584- os=-sysv4 ############################################## nslint-3.0a2/config.sub-586- i*86v) nslint-3.0a2/config.sub:587: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nslint-3.0a2/config.sub-588- os=-sysv ############################################## nslint-3.0a2/config.sub-590- i*86sol2) nslint-3.0a2/config.sub:591: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nslint-3.0a2/config.sub-592- os=-solaris2 ############################################## nslint-3.0a2/config.sub-638- mips3*-*) nslint-3.0a2/config.sub:639: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` nslint-3.0a2/config.sub-640- ;; nslint-3.0a2/config.sub-641- mips3*) nslint-3.0a2/config.sub:642: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown nslint-3.0a2/config.sub-643- ;; ############################################## nslint-3.0a2/config.sub-780- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) nslint-3.0a2/config.sub:781: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-782- ;; nslint-3.0a2/config.sub-783- pentiumpro-* | p6-* | 6x86-* | athlon-*) nslint-3.0a2/config.sub:784: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-785- ;; nslint-3.0a2/config.sub-786- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) nslint-3.0a2/config.sub:787: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-788- ;; nslint-3.0a2/config.sub-789- pentium4-*) nslint-3.0a2/config.sub:790: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-791- ;; ############################################## nslint-3.0a2/config.sub-798- ;; nslint-3.0a2/config.sub:799: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-800- ;; ############################################## nslint-3.0a2/config.sub-804- ppcle-* | powerpclittle-*) nslint-3.0a2/config.sub:805: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-806- ;; ############################################## nslint-3.0a2/config.sub-808- ;; nslint-3.0a2/config.sub:809: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-810- ;; ############################################## nslint-3.0a2/config.sub-814- ppc64le-* | powerpc64little-*) nslint-3.0a2/config.sub:815: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` nslint-3.0a2/config.sub-816- ;; ############################################## nslint-3.0a2/config.sub-1079- *) nslint-3.0a2/config.sub:1080: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 nslint-3.0a2/config.sub-1081- exit 1 ############################################## nslint-3.0a2/config.sub-1087- *-digital*) nslint-3.0a2/config.sub:1088: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` nslint-3.0a2/config.sub-1089- ;; nslint-3.0a2/config.sub-1090- *-commodore*) nslint-3.0a2/config.sub:1091: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` nslint-3.0a2/config.sub-1092- ;; ############################################## nslint-3.0a2/config.sub-1105- -solaris1 | -solaris1.*) nslint-3.0a2/config.sub:1106: os=`echo $os | sed -e 's|solaris1|sunos4|'` nslint-3.0a2/config.sub-1107- ;; ############################################## nslint-3.0a2/config.sub-1117- -gnu/linux*) nslint-3.0a2/config.sub:1118: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` nslint-3.0a2/config.sub-1119- ;; ############################################## nslint-3.0a2/config.sub-1157- -nto*) nslint-3.0a2/config.sub:1158: os=`echo $os | sed -e 's|nto|nto-qnx|'` nslint-3.0a2/config.sub-1159- ;; ############################################## nslint-3.0a2/config.sub-1164- -mac*) nslint-3.0a2/config.sub:1165: os=`echo $os | sed -e 's|mac|macos|'` nslint-3.0a2/config.sub-1166- ;; nslint-3.0a2/config.sub-1167- -linux*) nslint-3.0a2/config.sub:1168: os=`echo $os | sed -e 's|linux|linux-gnu|'` nslint-3.0a2/config.sub-1169- ;; nslint-3.0a2/config.sub-1170- -sunos5*) nslint-3.0a2/config.sub:1171: os=`echo $os | sed -e 's|sunos5|solaris2|'` nslint-3.0a2/config.sub-1172- ;; nslint-3.0a2/config.sub-1173- -sunos6*) nslint-3.0a2/config.sub:1174: os=`echo $os | sed -e 's|sunos6|solaris3|'` nslint-3.0a2/config.sub-1175- ;; ############################################## nslint-3.0a2/config.sub-1216- -sinix5.*) nslint-3.0a2/config.sub:1217: os=`echo $os | sed -e 's|sinix|sysv|'` nslint-3.0a2/config.sub-1218- ;; ############################################## nslint-3.0a2/config.sub-1261- # Get rid of the `-' at the beginning of $os. nslint-3.0a2/config.sub:1262: os=`echo $os | sed 's/[^-]*-//'` nslint-3.0a2/config.sub:1263: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 nslint-3.0a2/config.sub-1264- exit 1 ############################################## nslint-3.0a2/config.sub-1491- esac nslint-3.0a2/config.sub:1492: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` nslint-3.0a2/config.sub-1493- ;; ############################################## nslint-3.0a2/configure-50-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo nslint-3.0a2/configure:51:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then nslint-3.0a2/configure-52- as_echo='printf %s\n' ############################################## nslint-3.0a2/configure-54-else nslint-3.0a2/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then nslint-3.0a2/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## nslint-3.0a2/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; nslint-3.0a2/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; nslint-3.0a2/configure-66- esac; ############################################## nslint-3.0a2/configure-238- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && nslint-3.0a2/configure:239: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } nslint-3.0a2/configure-240-") 2> /dev/null; then ############################################## nslint-3.0a2/configure-353- test "x$as_lineno_1" != "x$as_lineno_2" && nslint-3.0a2/configure:354: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } nslint-3.0a2/configure-355- ############################################## nslint-3.0a2/configure-449- test "x$as_lineno_1" != "x$as_lineno_2" && nslint-3.0a2/configure:450: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { nslint-3.0a2/configure-451- ############################################## nslint-3.0a2/configure-562- esac; nslint-3.0a2/configure:563: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in nslint-3.0a2/configure-564- ???[sx]*):;;*)false;;esac;fi ############################################## nslint-3.0a2/configure-786- case $ac_option in nslint-3.0a2/configure:787: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; nslint-3.0a2/configure-788- *) ac_optarg=yes ;; ############################################## nslint-3.0a2/configure-829- -disable-* | --disable-*) nslint-3.0a2/configure:830: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` nslint-3.0a2/configure-831- # Reject names that are not valid shell variable names. ############################################## nslint-3.0a2/configure-835- ac_useropt_orig=$ac_useropt nslint-3.0a2/configure:836: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nslint-3.0a2/configure-837- case $ac_user_opts in ############################################## nslint-3.0a2/configure-856- -enable-* | --enable-*) nslint-3.0a2/configure:857: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` nslint-3.0a2/configure-858- # Reject names that are not valid shell variable names. ############################################## nslint-3.0a2/configure-862- ac_useropt_orig=$ac_useropt nslint-3.0a2/configure:863: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nslint-3.0a2/configure-864- case $ac_user_opts in ############################################## nslint-3.0a2/configure-1061- -with-* | --with-*) nslint-3.0a2/configure:1062: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` nslint-3.0a2/configure-1063- # Reject names that are not valid shell variable names. ############################################## nslint-3.0a2/configure-1067- ac_useropt_orig=$ac_useropt nslint-3.0a2/configure:1068: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nslint-3.0a2/configure-1069- case $ac_user_opts in ############################################## nslint-3.0a2/configure-1078- -without-* | --without-*) nslint-3.0a2/configure:1079: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` nslint-3.0a2/configure-1080- # Reject names that are not valid shell variable names. ############################################## nslint-3.0a2/configure-1084- ac_useropt_orig=$ac_useropt nslint-3.0a2/configure:1085: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nslint-3.0a2/configure-1086- case $ac_user_opts in ############################################## nslint-3.0a2/configure-1118- *=*) nslint-3.0a2/configure:1119: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` nslint-3.0a2/configure-1120- # Reject names that are not valid shell variable names. ############################################## nslint-3.0a2/configure-1138-if test -n "$ac_prev"; then nslint-3.0a2/configure:1139: ac_option=--`echo $ac_prev | sed 's/_/-/g'` nslint-3.0a2/configure-1140- { $as_echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## nslint-3.0a2/configure-1162- */ ) nslint-3.0a2/configure:1163: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` nslint-3.0a2/configure-1164- eval $ac_var=\$ac_val;; ############################################## nslint-3.0a2/configure-1200-ac_ls_di=`ls -di .` && nslint-3.0a2/configure:1201:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || nslint-3.0a2/configure-1202- { $as_echo "$as_me: error: Working directory cannot be determined" >&2 ############################################## nslint-3.0a2/configure-1260-case $srcdir in nslint-3.0a2/configure:1261:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; nslint-3.0a2/configure-1262-esac ############################################## nslint-3.0a2/configure-1303-By default, \`make install' will install all the files in nslint-3.0a2/configure:1304:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify nslint-3.0a2/configure:1305:an installation prefix other than \`$ac_default_prefix' using \`--prefix', nslint-3.0a2/configure-1306-for instance \`--prefix=\$HOME'. ############################################## nslint-3.0a2/configure-1384-*) nslint-3.0a2/configure:1385: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` nslint-3.0a2/configure-1386- # A ".." for each directory in $ac_dir_suffix. nslint-3.0a2/configure:1387: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` nslint-3.0a2/configure-1388- case $ac_top_builddir_sub in ############################################## nslint-3.0a2/configure-1520- *\'*) nslint-3.0a2/configure:1521: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; nslint-3.0a2/configure-1522- esac ############################################## nslint-3.0a2/configure-1607- case $ac_val in nslint-3.0a2/configure:1608: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; nslint-3.0a2/configure-1609- esac ############################################## nslint-3.0a2/configure-1624- case $ac_val in nslint-3.0a2/configure:1625: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; nslint-3.0a2/configure-1626- esac ############################################## nslint-3.0a2/configure-1735- set,) nslint-3.0a2/configure:1736: { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 nslint-3.0a2/configure:1737:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} nslint-3.0a2/configure-1738- ac_cache_corrupted=: ;; ############################################## nslint-3.0a2/configure-1746- # differences in whitespace do not lead to failure. nslint-3.0a2/configure:1747: ac_old_val_w=`echo x $ac_old_val` nslint-3.0a2/configure:1748: ac_new_val_w=`echo x $ac_new_val` nslint-3.0a2/configure-1749- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## nslint-3.0a2/configure-1766- case $ac_new_val in nslint-3.0a2/configure:1767: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; nslint-3.0a2/configure-1768- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## nslint-3.0a2/configure-1852-test "x$ac_build_alias" = x && nslint-3.0a2/configure:1853: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` nslint-3.0a2/configure-1854-test "x$ac_build_alias" = x && ############################################## nslint-3.0a2/configure-1857- { (exit 1); exit 1; }; } nslint-3.0a2/configure:1858:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || nslint-3.0a2/configure-1859- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 ############################################## nslint-3.0a2/configure-1882-IFS=$ac_save_IFS nslint-3.0a2/configure:1883:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac nslint-3.0a2/configure-1884- ############################################## nslint-3.0a2/configure-1893-else nslint-3.0a2/configure:1894: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || nslint-3.0a2/configure-1895- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 ############################################## nslint-3.0a2/configure-1919-IFS=$ac_save_IFS nslint-3.0a2/configure:1920:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac nslint-3.0a2/configure-1921- ############################################## nslint-3.0a2/configure-1930-else nslint-3.0a2/configure:1931: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || nslint-3.0a2/configure-1932- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 ############################################## nslint-3.0a2/configure-1956-IFS=$ac_save_IFS nslint-3.0a2/configure:1957:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac nslint-3.0a2/configure-1958- ############################################## nslint-3.0a2/configure-2344-$as_echo_n "checking for C compiler default output file name... " >&6; } nslint-3.0a2/configure:2345:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` nslint-3.0a2/configure-2346- ############################################## nslint-3.0a2/configure-2388- then :; else nslint-3.0a2/configure:2389: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` nslint-3.0a2/configure-2390- fi ############################################## nslint-3.0a2/configure-2487- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; nslint-3.0a2/configure:2488: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` nslint-3.0a2/configure-2489- break;; ############################################## nslint-3.0a2/configure-2543- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; nslint-3.0a2/configure:2544: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` nslint-3.0a2/configure-2545- break;; ############################################## nslint-3.0a2/configure-3158- # Check for GNU $ac_path_GREP nslint-3.0a2/configure:3159:case `"$ac_path_GREP" --version 2>&1` in nslint-3.0a2/configure-3160-*GNU*) ############################################## nslint-3.0a2/configure-3172- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break nslint-3.0a2/configure:3173: ac_count=`expr $ac_count + 1` nslint-3.0a2/configure-3174- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## nslint-3.0a2/configure-3226- # Check for GNU $ac_path_EGREP nslint-3.0a2/configure:3227:case `"$ac_path_EGREP" --version 2>&1` in nslint-3.0a2/configure-3228-*GNU*) ############################################## nslint-3.0a2/configure-3240- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break nslint-3.0a2/configure:3241: ac_count=`expr $ac_count + 1` nslint-3.0a2/configure-3242- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## nslint-3.0a2/configure-3464-do nslint-3.0a2/configure:3465:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nslint-3.0a2/configure-3466-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## nslint-3.0a2/configure-3515- cat >>confdefs.h <<_ACEOF nslint-3.0a2/configure:3516:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nslint-3.0a2/configure-3517-_ACEOF ############################################## nslint-3.0a2/configure-5178-do nslint-3.0a2/configure:5179:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nslint-3.0a2/configure-5180-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## nslint-3.0a2/configure-5313- cat >>confdefs.h <<_ACEOF nslint-3.0a2/configure:5314:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nslint-3.0a2/configure-5315-_ACEOF ############################################## nslint-3.0a2/configure-5324-do nslint-3.0a2/configure:5325:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` nslint-3.0a2/configure-5326-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## nslint-3.0a2/configure-5415- cat >>confdefs.h <<_ACEOF nslint-3.0a2/configure:5416:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 nslint-3.0a2/configure-5417-_ACEOF ############################################## nslint-3.0a2/configure-5704- ac_cv_lbl_gcc_vers=2 nslint-3.0a2/configure:5705: V_CCOPT="`echo $V_CCOPT | sed -e 's/-O/-O3/'`" nslint-3.0a2/configure-5706- else ############################################## nslint-3.0a2/configure-5720- if test "$ac_cv_lbl_gcc_vers" -gt 1 ; then nslint-3.0a2/configure:5721: V_CCOPT="`echo $V_CCOPT | sed -e 's/-O/-O3/'`" nslint-3.0a2/configure-5722- fi ############################################## nslint-3.0a2/configure-5744- fi nslint-3.0a2/configure:5745: os=`echo $target_os | sed -e 's/\([0-9][0-9]*\)[^0-9].*$/\1/'` nslint-3.0a2/configure-5746- name="lbl/os-$os.h" ############################################## nslint-3.0a2/configure-5886-' nslint-3.0a2/configure:5887:DEFS=`sed -n "$ac_script" confdefs.h` nslint-3.0a2/configure-5888- ############################################## nslint-3.0a2/configure-5894- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' nslint-3.0a2/configure:5895: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` nslint-3.0a2/configure-5896- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## nslint-3.0a2/configure-5964-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo nslint-3.0a2/configure:5965:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then nslint-3.0a2/configure-5966- as_echo='printf %s\n' ############################################## nslint-3.0a2/configure-5968-else nslint-3.0a2/configure:5969: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then nslint-3.0a2/configure-5970- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## nslint-3.0a2/configure-5978- expr "X$arg" : "X\\(.*\\)$as_nl"; nslint-3.0a2/configure:5979: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; nslint-3.0a2/configure-5980- esac; ############################################## nslint-3.0a2/configure-6094- test "x$as_lineno_1" != "x$as_lineno_2" && nslint-3.0a2/configure:6095: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { nslint-3.0a2/configure-6096- ############################################## nslint-3.0a2/configure-6207- esac; nslint-3.0a2/configure:6208: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in nslint-3.0a2/configure-6209- ???[sx]*):;;*)false;;esac;fi ############################################## nslint-3.0a2/configure-6272-configured by $0, generated by GNU Autoconf 2.62, nslint-3.0a2/configure:6273: with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" nslint-3.0a2/configure-6274- ############################################## nslint-3.0a2/configure-6291- --*=*) nslint-3.0a2/configure:6292: ac_option=`expr "X$1" : 'X\([^=]*\)='` nslint-3.0a2/configure:6293: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` nslint-3.0a2/configure-6294- ac_shift=: ############################################## nslint-3.0a2/configure-6313- case $ac_optarg in nslint-3.0a2/configure:6314: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; nslint-3.0a2/configure-6315- esac ############################################## nslint-3.0a2/configure-6427-ac_cr='' nslint-3.0a2/configure:6428:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` nslint-3.0a2/configure-6429-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## nslint-3.0a2/configure-6446- { (exit 1); exit 1; }; } nslint-3.0a2/configure:6447:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` nslint-3.0a2/configure-6448-ac_delim='%!_!# ' ############################################## nslint-3.0a2/configure-6454- nslint-3.0a2/configure:6455: if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then nslint-3.0a2/configure-6456- break ############################################## nslint-3.0a2/configure-6615- esac nslint-3.0a2/configure:6616: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac nslint-3.0a2/configure-6617- ac_file_inputs="$ac_file_inputs '$ac_f'" ############################################## nslint-3.0a2/configure-6678- case $as_dir in #( nslint-3.0a2/configure:6679: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( nslint-3.0a2/configure-6680- *) as_qdir=$as_dir;; ############################################## nslint-3.0a2/configure-6716-*) nslint-3.0a2/configure:6717: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` nslint-3.0a2/configure-6718- # A ".." for each directory in $ac_dir_suffix. nslint-3.0a2/configure:6719: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` nslint-3.0a2/configure-6720- case $ac_top_builddir_sub in ############################################## nslint-3.0a2/configure-6774-' nslint-3.0a2/configure:6775:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in nslint-3.0a2/configure-6776-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## nslint-3.0a2/configure-6791- nslint-3.0a2/configure:6792:# Neutralize VPATH when `$srcdir' = `.'. nslint-3.0a2/configure-6793-# Shell code in configure.ac might set extrasub. ############################################## nslint-3.0a2/configure-6820-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && nslint-3.0a2/configure:6821: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && nslint-3.0a2/configure:6822: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && nslint-3.0a2/configure-6823- { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## nslint-3.0a2/install-sh-217- fi nslint-3.0a2/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; nslint-3.0a2/install-sh-219- *) ############################################## nslint-3.0a2/install-sh-269- dstdir=$dst nslint-3.0a2/install-sh:270: dst=$dstdir/`basename "$src"` nslint-3.0a2/install-sh-271- dstdir_status=0 ############################################## nslint-3.0a2/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. nslint-3.0a2/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` nslint-3.0a2/install-sh-353- case $ls_ld_tmpdir in ############################################## nslint-3.0a2/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { nslint-3.0a2/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` nslint-3.0a2/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## nslint-3.0a2/install-sh-418- case $prefix in nslint-3.0a2/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; nslint-3.0a2/install-sh-420- *) qprefix=$prefix;; ############################################## nslint-3.0a2/install-sh-467- if $copy_on_change && nslint-3.0a2/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && nslint-3.0a2/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && nslint-3.0a2/install-sh-470- ############################################## nslint-3.0a2/nslint.c-232-const char *addr2str(struct addr *); nslint-3.0a2/nslint.c:233:int checkaddr(const char *); nslint-3.0a2/nslint.c-234-int checkdots(const char *); ############################################## nslint-3.0a2/nslint.c-238-int checkwks(FILE *, char *, int *, char **); nslint-3.0a2/nslint.c:239:int cmpaddr(const void *, const void *); nslint-3.0a2/nslint.c:240:int cmpitemaddr(const void *, const void *); nslint-3.0a2/nslint.c-241-int cmpitemhost(const void *, const void *); ############################################## nslint-3.0a2/nslint.c-244-void doconf(const char *, int); nslint-3.0a2/nslint.c:245:const char *extractaddr(const char *, struct addr *); nslint-3.0a2/nslint.c-246-const char *extractnetwork(const char *, struct network *); ############################################## nslint-3.0a2/nslint.c-402-int nslint-3.0a2/nslint.c:403:checkaddr(const char *name) nslint-3.0a2/nslint.c-404-{ ############################################## nslint-3.0a2/nslint.c-581-int nslint-3.0a2/nslint.c:582:cmpaddr(const void *arg1, const void *arg2) nslint-3.0a2/nslint.c-583-{ ############################################## nslint-3.0a2/nslint.c-620-int nslint-3.0a2/nslint.c:621:cmpitemaddr(const void *arg1, const void *arg2) nslint-3.0a2/nslint.c-622-{ ############################################## nslint-3.0a2/nslint.c-627- nslint-3.0a2/nslint.c:628: return (cmpaddr(&i1->addr, &i2->addr)); nslint-3.0a2/nslint.c-629-} ############################################## nslint-3.0a2/nslint.c-1253-const char * nslint-3.0a2/nslint.c:1254:extractaddr(const char *str, struct addr *ap) nslint-3.0a2/nslint.c-1255-{ ############################################## nslint-3.0a2/nslint.c-1721- addr = (*ipp)->addr; nslint-3.0a2/nslint.c:1722: if (cmpaddr(&lastaddr, &addr) == 0 && nslint-3.0a2/nslint.c-1723- ((*ipp)->flags & FLG_ALLOWDUPA) == 0 && ############################################## nslint-3.0a2/nslint.c-2321- add_domain(name, domain); nslint-3.0a2/nslint.c:2322: p = extractaddr(cp, ap); nslint-3.0a2/nslint.c-2323- if (p != NULL) { ############################################## nslint-3.0a2/nslint.c-2348- add_domain(name, domain); nslint-3.0a2/nslint.c:2349: p = extractaddr(cp, ap); nslint-3.0a2/nslint.c-2350- if (p != NULL) { ############################################## nslint-3.0a2/nslint.c-2380- fprintf(stderr, nslint-3.0a2/nslint.c:2381: checkaddr(cp) ? addrfmt : dotfmt, nslint-3.0a2/nslint.c-2382- prog, cwd, file, n, rtype, cp); ############################################## nslint-3.0a2/nslint.c-2415- /* Handle "wks" record */ nslint-3.0a2/nslint.c:2416: p = extractaddr(cp, ap); nslint-3.0a2/nslint.c-2417- if (p != NULL) { ############################################## nslint-3.0a2/nslint.c-2525- fprintf(stderr, nslint-3.0a2/nslint.c:2526: checkaddr(cp) ? addrfmt : dotfmt, nslint-3.0a2/nslint.c-2527- prog, cwd, file, n, rtype, cp); ############################################## nslint-3.0a2/nslint.c-2544- fprintf(stderr, nslint-3.0a2/nslint.c:2545: checkaddr(cp) ? addrfmt : dotfmt, nslint-3.0a2/nslint.c-2546- prog, cwd, file, n, rtype, cp); ############################################## nslint-3.0a2/nslint.c-2615- fprintf(stderr, nslint-3.0a2/nslint.c:2616: checkaddr(cp) ? addrfmt : dotfmt, nslint-3.0a2/nslint.c-2617- prog, cwd, file, n, rtype, cp); ############################################## nslint-3.0a2/nslint.c-2664- add_domain(name, domain); nslint-3.0a2/nslint.c:2665: p = extractaddr(cp, ap); nslint-3.0a2/nslint.c-2666- if (p != NULL) { ############################################## nslint-3.0a2/nslint.c-2685- fprintf(stderr, nslint-3.0a2/nslint.c:2686: checkaddr(cp) ? addrfmt : dotfmt, nslint-3.0a2/nslint.c-2687- prog, cwd, file, n, rtype, cp); ############################################## nslint-3.0a2/nslint.c-2903- if ((ap == NULL || ip->addr.family == 0 || nslint-3.0a2/nslint.c:2904: cmpaddr(ap, &ip->addr) == 0) && nslint-3.0a2/nslint.c-2905- *host == *ip->host && strcmp(host, ip->host) == 0) {