=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== nield-0.6.1/config.guess-40- nield-0.6.1/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` nield-0.6.1/config.guess-42- ############################################## nield-0.6.1/config.guess-110-: ${TMPDIR=/tmp} ; nield-0.6.1/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || nield-0.6.1/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## nield-0.6.1/config.guess-196- *) nield-0.6.1/config.guess:197: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` nield-0.6.1/config.guess-198- ;; ############################################## nield-0.6.1/config.guess-223- *4.0) nield-0.6.1/config.guess:224: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` nield-0.6.1/config.guess-225- ;; nield-0.6.1/config.guess-226- *5.*) nield-0.6.1/config.guess:227: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` nield-0.6.1/config.guess-228- ;; ############################################## nield-0.6.1/config.guess-233- # types through head -n 1, so we only detect the type of CPU 0. nield-0.6.1/config.guess:234: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` nield-0.6.1/config.guess-235- case "$ALPHA_CPU_TYPE" in ############################################## nield-0.6.1/config.guess-271- # 1.2 uses "1.2" for uname -r. nield-0.6.1/config.guess:272: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` nield-0.6.1/config.guess-273- exit ;; ############################################## nield-0.6.1/config.guess-328- s390x:SunOS:*:*) nield-0.6.1/config.guess:329: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-330- exit ;; nield-0.6.1/config.guess-331- sun4H:SunOS:5.*:*) nield-0.6.1/config.guess:332: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-333- exit ;; nield-0.6.1/config.guess-334- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) nield-0.6.1/config.guess:335: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-336- exit ;; ############################################## nield-0.6.1/config.guess-353- fi nield-0.6.1/config.guess:354: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-355- exit ;; ############################################## nield-0.6.1/config.guess-359- # it's likely to be more like Solaris than SunOS4. nield-0.6.1/config.guess:360: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-361- exit ;; ############################################## nield-0.6.1/config.guess-368- # Japanese Language versions have a version number like `4.1.3-JL'. nield-0.6.1/config.guess:369: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` nield-0.6.1/config.guess-370- exit ;; ############################################## nield-0.6.1/config.guess-374- sun*:*:4.2BSD:*) nield-0.6.1/config.guess:375: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` nield-0.6.1/config.guess-376- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## nield-0.6.1/config.guess-456- $CC_FOR_BUILD -o $dummy $dummy.c && nield-0.6.1/config.guess:457: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && nield-0.6.1/config.guess:458: SYSTEM_NAME=`$dummy $dummyarg` && nield-0.6.1/config.guess-459- { echo "$SYSTEM_NAME"; exit; } ############################################## nield-0.6.1/config.guess-512- *:IRIX*:*:*) nield-0.6.1/config.guess:513: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` nield-0.6.1/config.guess-514- exit ;; ############################################## nield-0.6.1/config.guess-542-EOF nield-0.6.1/config.guess:543: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` nield-0.6.1/config.guess-544- then ############################################## nield-0.6.1/config.guess-555- *:AIX:*:[4567]) nield-0.6.1/config.guess:556: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` nield-0.6.1/config.guess-557- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## nield-0.6.1/config.guess-590- 9000/[34678]??:HP-UX:*:*) nield-0.6.1/config.guess:591: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` nield-0.6.1/config.guess-592- case "${UNAME_MACHINE}" in ############################################## nield-0.6.1/config.guess-644-EOF nield-0.6.1/config.guess:645: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` nield-0.6.1/config.guess-646- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## nield-0.6.1/config.guess-672- ia64:HP-UX:*:*) nield-0.6.1/config.guess:673: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` nield-0.6.1/config.guess-674- echo ia64-hp-hpux${HPUX_REV} ############################################## nield-0.6.1/config.guess-702-EOF nield-0.6.1/config.guess:703: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && nield-0.6.1/config.guess-704- { echo "$SYSTEM_NAME"; exit; } ############################################## nield-0.6.1/config.guess-773- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` nield-0.6.1/config.guess:774: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` nield-0.6.1/config.guess-775- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## nield-0.6.1/config.guess-778- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` nield-0.6.1/config.guess:779: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` nield-0.6.1/config.guess-780- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## nield-0.6.1/config.guess-793- pc98) nield-0.6.1/config.guess:794: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; nield-0.6.1/config.guess-795- amd64) nield-0.6.1/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; nield-0.6.1/config.guess-797- *) nield-0.6.1/config.guess:798: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; nield-0.6.1/config.guess-799- esac ############################################## nield-0.6.1/config.guess-847- prep*:SunOS:5.*:*) nield-0.6.1/config.guess:848: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` nield-0.6.1/config.guess-849- exit ;; ############################################## nield-0.6.1/config.guess-851- # the GNU system nield-0.6.1/config.guess:852: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` nield-0.6.1/config.guess-853- exit ;; ############################################## nield-0.6.1/config.guess-855- # other systems with GNU libc and userland nield-0.6.1/config.guess:856: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu nield-0.6.1/config.guess-857- exit ;; ############################################## nield-0.6.1/config.guess-904-EOF nield-0.6.1/config.guess:905: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` nield-0.6.1/config.guess-906- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## nield-0.6.1/config.guess-932-EOF nield-0.6.1/config.guess:933: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` nield-0.6.1/config.guess-934- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## nield-0.6.1/config.guess-1017- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) nield-0.6.1/config.guess:1018: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` nield-0.6.1/config.guess-1019- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## nield-0.6.1/config.guess-1287- *:DragonFly:*:*) nield-0.6.1/config.guess:1288: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` nield-0.6.1/config.guess-1289- exit ;; ############################################## nield-0.6.1/config.guess-1300- i*86:skyos:*:*) nield-0.6.1/config.guess:1301: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' nield-0.6.1/config.guess-1302- exit ;; ############################################## nield-0.6.1/config.guess-1428- nield-0.6.1/config.guess:1429:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && nield-0.6.1/config.guess-1430- { echo "$SYSTEM_NAME"; exit; } ############################################## nield-0.6.1/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to nield-0.6.1/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. nield-0.6.1/aclocal.m4-75-# ############################################## nield-0.6.1/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: nield-0.6.1/aclocal.m4:98:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` nield-0.6.1/aclocal.m4-99-# and then we would define $MISSING as ############################################## nield-0.6.1/aclocal.m4-113-# expand $ac_aux_dir to an absolute path nield-0.6.1/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd` nield-0.6.1/aclocal.m4-115-]) ############################################## nield-0.6.1/aclocal.m4-215- if test "$am_compiler_list" = ""; then nield-0.6.1/aclocal.m4:216: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` nield-0.6.1/aclocal.m4-217- fi ############################################## nield-0.6.1/aclocal.m4-364- # Strip MF so we end up with the name of the file. nield-0.6.1/aclocal.m4:365: mf=`echo "$mf" | sed -e 's/:.*$//'` nield-0.6.1/aclocal.m4-366- # Check whether this is an Automake generated Makefile or not. ############################################## nield-0.6.1/aclocal.m4-373- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then nield-0.6.1/aclocal.m4:374: dirpart=`AS_DIRNAME("$mf")` nield-0.6.1/aclocal.m4-375- else ############################################## nield-0.6.1/aclocal.m4-379- # from the Makefile without running `make'. nield-0.6.1/aclocal.m4:380: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` nield-0.6.1/aclocal.m4-381- test -z "$DEPDIR" && continue nield-0.6.1/aclocal.m4:382: am__include=`sed -n 's/^am__include = //p' < "$mf"` nield-0.6.1/aclocal.m4-383- test -z "am__include" && continue nield-0.6.1/aclocal.m4:384: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` nield-0.6.1/aclocal.m4-385- # When using ansi2knr, U may be empty or an underscore; expand it nield-0.6.1/aclocal.m4:386: U=`sed -n 's/^U = //p' < "$mf"` nield-0.6.1/aclocal.m4-387- # Find all dependency output files, they are included files with ############################################## nield-0.6.1/aclocal.m4-395- test -f "$dirpart/$file" && continue nield-0.6.1/aclocal.m4:396: fdir=`AS_DIRNAME(["$file"])` nield-0.6.1/aclocal.m4-397- AS_MKDIR_P([$dirpart/$fdir]) ############################################## nield-0.6.1/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl nield-0.6.1/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then nield-0.6.1/aclocal.m4-452- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## nield-0.6.1/aclocal.m4-552- * ) nield-0.6.1/aclocal.m4:553: _am_stamp_count=`expr $_am_stamp_count + 1` ;; nield-0.6.1/aclocal.m4-554- esac nield-0.6.1/aclocal.m4-555-done nield-0.6.1/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) nield-0.6.1/aclocal.m4-557- ############################################## nield-0.6.1/aclocal.m4-630-# Ignore all kinds of additional output from `make'. nield-0.6.1/aclocal.m4:631:case `$am_make -s -f confmf 2> /dev/null` in #( nield-0.6.1/aclocal.m4-632-*the\ am__doit\ target*) ############################################## nield-0.6.1/aclocal.m4-640- echo '.include "confinc"' > confmf nield-0.6.1/aclocal.m4:641: case `$am_make -s -f confmf 2> /dev/null` in #( nield-0.6.1/aclocal.m4-642- *the\ am__doit\ target*) ############################################## nield-0.6.1/aclocal.m4-797-if ( nield-0.6.1/aclocal.m4:798: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` nield-0.6.1/aclocal.m4-799- if test "$[*]" = "X"; then nield-0.6.1/aclocal.m4-800- # -L didn't work. nield-0.6.1/aclocal.m4:801: set X `ls -t "$srcdir/configure" conftest.file` nield-0.6.1/aclocal.m4-802- fi ############################################## nield-0.6.1/Makefile.in-106- while test -n "$$dir1"; do \ nield-0.6.1/Makefile.in:107: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ nield-0.6.1/Makefile.in-108- if test "$$first" != "."; then \ nield-0.6.1/Makefile.in-109- if test "$$first" = ".."; then \ nield-0.6.1/Makefile.in:110: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ nield-0.6.1/Makefile.in:111: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ nield-0.6.1/Makefile.in-112- else \ nield-0.6.1/Makefile.in:113: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ nield-0.6.1/Makefile.in-114- if test "$$first2" = "$$first"; then \ nield-0.6.1/Makefile.in:115: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ nield-0.6.1/Makefile.in-116- else \ ############################################## nield-0.6.1/Makefile.in-121- fi; \ nield-0.6.1/Makefile.in:122: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ nield-0.6.1/Makefile.in-123- done; \ ############################################## nield-0.6.1/Makefile.in-304- dot_seen=no; \ nield-0.6.1/Makefile.in:305: target=`echo $@ | sed s/-recursive//`; \ nield-0.6.1/Makefile.in-306- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## nield-0.6.1/Makefile.in-339- rev="$$rev ."; \ nield-0.6.1/Makefile.in:340: target=`echo $@ | sed s/-recursive//`; \ nield-0.6.1/Makefile.in-341- for subdir in $$rev; do \ ############################################## nield-0.6.1/Makefile.in-417-GTAGS: nield-0.6.1/Makefile.in:418: here=`$(am__cd) $(top_builddir) && pwd` \ nield-0.6.1/Makefile.in-419- && $(am__cd) $(top_srcdir) \ ############################################## nield-0.6.1/Makefile.in-427- test -d "$(distdir)" || mkdir "$(distdir)" nield-0.6.1/Makefile.in:428: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/Makefile.in:429: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/Makefile.in-430- list='$(DISTFILES)'; \ ############################################## nield-0.6.1/Makefile.in-441- if test -d $$d/$$file; then \ nield-0.6.1/Makefile.in:442: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ nield-0.6.1/Makefile.in-443- if test -d "$(distdir)/$$file"; then \ ############################################## nield-0.6.1/Makefile.in-552- test -d $(distdir)/_build || exit 0; \ nield-0.6.1/Makefile.in:553: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ nield-0.6.1/Makefile.in-554- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## nield-0.6.1/Makefile.in-595- }; \ nield-0.6.1/Makefile.in:596: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ nield-0.6.1/Makefile.in-597- || { echo "ERROR: files left after uninstall:" ; \ ############################################## nield-0.6.1/Makefile.in-607- fi nield-0.6.1/Makefile.in:608: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ nield-0.6.1/Makefile.in-609- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## nield-0.6.1/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} nield-0.6.1/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} nield-0.6.1/depcomp-69- ############################################## nield-0.6.1/depcomp-224- # Version 6 uses the directory in both cases. nield-0.6.1/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` nield-0.6.1/depcomp-226- test "x$dir" = "x$object" && dir= nield-0.6.1/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` nield-0.6.1/depcomp-228- if test "$libtool" = yes; then ############################################## nield-0.6.1/depcomp-253- # Do two passes, one to just change these to nield-0.6.1/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. nield-0.6.1/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## nield-0.6.1/depcomp-295- # Do two passes, one to just change these to nield-0.6.1/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. nield-0.6.1/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## nield-0.6.1/depcomp-311- # Much of this is similar to the tru64 case; see comments there. nield-0.6.1/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` nield-0.6.1/depcomp-313- test "x$dir" = "x$object" && dir= nield-0.6.1/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` nield-0.6.1/depcomp-315- if test "$libtool" = yes; then ############################################## nield-0.6.1/depcomp-355- # Subdirectories are respected. nield-0.6.1/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` nield-0.6.1/depcomp-357- test "x$dir" = "x$object" && dir= nield-0.6.1/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` nield-0.6.1/depcomp-359- ############################################## nield-0.6.1/depcomp-501- done nield-0.6.1/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` nield-0.6.1/depcomp-503- touch "$tmpdepfile" ############################################## nield-0.6.1/src/ndmsg.c-112- if(res) { nield-0.6.1/src/ndmsg.c:113: rec_log("error: %s: NDA_LLADDR(ifindex %d): %s", nield-0.6.1/src/ndmsg.c-114- __func__, ndle->ifindex, ############################################## nield-0.6.1/src/ndmsg.c-292- if(res) { nield-0.6.1/src/ndmsg.c:293: rec_log("error: %s: NDA_LLADDR(ifindex %d): %s", nield-0.6.1/src/ndmsg.c-294- __func__, ndle_tmp->ifindex, ############################################## nield-0.6.1/src/rtnetlink.h-99- */ nield-0.6.1/src/rtnetlink.h:100:static inline void parse_ifaddr(struct rtattr *tb[], struct nlmsghdr *nlh) nield-0.6.1/src/rtnetlink.h-101-{ ############################################## nield-0.6.1/src/ifamsg.c-52- /* parse interface address attributes */ nield-0.6.1/src/ifamsg.c:53: parse_ifaddr(ifa, nlh); nield-0.6.1/src/ifamsg.c-54- ############################################## nield-0.6.1/src/rta.c-406- */ nield-0.6.1/src/rta.c:407:void debug_rta_tc_addr(int lev, struct tcmsg *tcm, struct rtattr *rta, const char *name) nield-0.6.1/src/rta.c-408-{ ############################################## nield-0.6.1/src/rta.c-411- nield-0.6.1/src/rta.c:412: res = inet_ntop_tc_addr(tcm, rta, addr, sizeof(addr)); nield-0.6.1/src/rta.c-413- if(res) { ############################################## nield-0.6.1/src/rta.c-425- */ nield-0.6.1/src/rta.c:426:int inet_ntop_tc_addr(struct tcmsg *tcm, struct rtattr *tca, char *saddr, int slen) nield-0.6.1/src/rta.c-427-{ ############################################## nield-0.6.1/src/nield.h-223-int inet_ntop_ifa(int family, struct rtattr *ifa, char *saddr, int slen); nield-0.6.1/src/nield.h:224:void debug_rta_tc_addr(int lev, struct tcmsg *tcm, struct rtattr *rta, const char *name); nield-0.6.1/src/nield.h:225:int inet_ntop_tc_addr(struct tcmsg *tcm, struct rtattr *tca, char *addrstr, int addrstrlen); nield-0.6.1/src/nield.h-226-void debug_tca_classid(int lev, struct rtattr *tca, const char *name); ############################################## nield-0.6.1/src/Makefile.in-414-.c.obj: nield-0.6.1/src/Makefile.in:415:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` nield-0.6.1/src/Makefile.in-416-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## nield-0.6.1/src/Makefile.in-418-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ nield-0.6.1/src/Makefile.in:419:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` nield-0.6.1/src/Makefile.in-420- ############################################## nield-0.6.1/src/Makefile.in-465-GTAGS: nield-0.6.1/src/Makefile.in:466: here=`$(am__cd) $(top_builddir) && pwd` \ nield-0.6.1/src/Makefile.in-467- && $(am__cd) $(top_srcdir) \ ############################################## nield-0.6.1/src/Makefile.in-473-distdir: $(DISTFILES) nield-0.6.1/src/Makefile.in:474: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/src/Makefile.in:475: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/src/Makefile.in-476- list='$(DISTFILES)'; \ ############################################## nield-0.6.1/src/Makefile.in-487- if test -d $$d/$$file; then \ nield-0.6.1/src/Makefile.in:488: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ nield-0.6.1/src/Makefile.in-489- if test -d "$(distdir)/$$file"; then \ ############################################## nield-0.6.1/src/tcamsg_nat.c-104- rec_dbg(lev, " bindcnt(%d): %d", sizeof(parms->bindcnt), parms->bindcnt); nield-0.6.1/src/tcamsg_nat.c:105: rec_dbg(lev, " old_addr(%d): 0x%08x(%s)", nield-0.6.1/src/tcamsg_nat.c-106- sizeof(parms->old_addr), parms->old_addr, old); nield-0.6.1/src/tcamsg_nat.c:107: rec_dbg(lev, " new_addr(%d): 0x%08x(%s)", nield-0.6.1/src/tcamsg_nat.c-108- sizeof(parms->new_addr), parms->new_addr, new); ############################################## nield-0.6.1/src/ifimsg.c-1244- sizeof(map->mem_end), map->mem_end); nield-0.6.1/src/ifimsg.c:1245: rec_dbg(lev, " base_addr(%d): 0x%016x", nield-0.6.1/src/ifimsg.c-1246- sizeof(map->base_addr), map->base_addr); ############################################## nield-0.6.1/src/tcmsg_filter_rsvp.c-73- nield-0.6.1/src/tcmsg_filter_rsvp.c:74: res = inet_ntop_tc_addr(tcm, rsvp, addr, sizeof(addr)); nield-0.6.1/src/tcmsg_filter_rsvp.c-75- if(res) { ############################################## nield-0.6.1/src/tcmsg_filter_rsvp.c-92- nield-0.6.1/src/tcmsg_filter_rsvp.c:93: res = inet_ntop_tc_addr(tcm, rsvp, addr, sizeof(addr)); nield-0.6.1/src/tcmsg_filter_rsvp.c-94- if(res) { ############################################## nield-0.6.1/src/tcmsg_filter_rsvp.c-147- if(rsvp[TCA_RSVP_DST]) nield-0.6.1/src/tcmsg_filter_rsvp.c:148: debug_rta_tc_addr(lev+1, tcm, rsvp[TCA_RSVP_DST], nield-0.6.1/src/tcmsg_filter_rsvp.c-149- "TCA_RSVP_DST"); ############################################## nield-0.6.1/src/tcmsg_filter_rsvp.c-151- if(rsvp[TCA_RSVP_SRC]) nield-0.6.1/src/tcmsg_filter_rsvp.c:152: debug_rta_tc_addr(lev+1, tcm, rsvp[TCA_RSVP_SRC], nield-0.6.1/src/tcmsg_filter_rsvp.c-153- "TCA_RSVP_SRC"); ############################################## nield-0.6.1/man/Makefile.in-71- esac nield-0.6.1/man/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; nield-0.6.1/man/Makefile.in-73-am__vpath_adj = case $$p in \ nield-0.6.1/man/Makefile.in:74: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ nield-0.6.1/man/Makefile.in-75- *) f=$$p;; \ nield-0.6.1/man/Makefile.in-76- esac; nield-0.6.1/man/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; nield-0.6.1/man/Makefile.in-78-am__install_max = 40 nield-0.6.1/man/Makefile.in-79-am__nobase_strip_setup = \ nield-0.6.1/man/Makefile.in:80: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` nield-0.6.1/man/Makefile.in-81-am__nobase_strip = \ ############################################## nield-0.6.1/man/Makefile.in-240- test -n "$(man8dir)" \ nield-0.6.1/man/Makefile.in:241: && test -n "`echo $$list1$$list2`" \ nield-0.6.1/man/Makefile.in-242- || exit 0; \ ############################################## nield-0.6.1/man/Makefile.in-297- else :; fi nield-0.6.1/man/Makefile.in:298: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/man/Makefile.in:299: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ nield-0.6.1/man/Makefile.in-300- list='$(DISTFILES)'; \ ############################################## nield-0.6.1/man/Makefile.in-311- if test -d $$d/$$file; then \ nield-0.6.1/man/Makefile.in:312: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ nield-0.6.1/man/Makefile.in-313- if test -d "$(distdir)/$$file"; then \ ############################################## nield-0.6.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ nield-0.6.1/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then nield-0.6.1/configure-47- as_echo='print -r --' nield-0.6.1/configure-48- as_echo_n='print -rn --' nield-0.6.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then nield-0.6.1/configure-50- as_echo='printf %s\n' ############################################## nield-0.6.1/configure-52-else nield-0.6.1/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then nield-0.6.1/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## nield-0.6.1/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; nield-0.6.1/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; nield-0.6.1/configure-64- esac; ############################################## nield-0.6.1/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && nield-0.6.1/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 nield-0.6.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## nield-0.6.1/configure-327- case $as_dir in #( nield-0.6.1/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( nield-0.6.1/configure-329- *) as_qdir=$as_dir;; ############################################## nield-0.6.1/configure-400- { nield-0.6.1/configure:401: as_val=`expr "$@" || test $? -eq 1` nield-0.6.1/configure-402- } ############################################## nield-0.6.1/configure-407-# ---------------------------------------- nield-0.6.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are nield-0.6.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## nield-0.6.1/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && nield-0.6.1/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { nield-0.6.1/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## nield-0.6.1/configure-798- case $ac_option in nield-0.6.1/configure:799: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; nield-0.6.1/configure-800- *=) ac_optarg= ;; ############################################## nield-0.6.1/configure-842- -disable-* | --disable-*) nield-0.6.1/configure:843: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` nield-0.6.1/configure-844- # Reject names that are not valid shell variable names. ############################################## nield-0.6.1/configure-847- ac_useropt_orig=$ac_useropt nield-0.6.1/configure:848: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nield-0.6.1/configure-849- case $ac_user_opts in ############################################## nield-0.6.1/configure-868- -enable-* | --enable-*) nield-0.6.1/configure:869: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` nield-0.6.1/configure-870- # Reject names that are not valid shell variable names. ############################################## nield-0.6.1/configure-873- ac_useropt_orig=$ac_useropt nield-0.6.1/configure:874: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nield-0.6.1/configure-875- case $ac_user_opts in ############################################## nield-0.6.1/configure-1072- -with-* | --with-*) nield-0.6.1/configure:1073: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` nield-0.6.1/configure-1074- # Reject names that are not valid shell variable names. ############################################## nield-0.6.1/configure-1077- ac_useropt_orig=$ac_useropt nield-0.6.1/configure:1078: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nield-0.6.1/configure-1079- case $ac_user_opts in ############################################## nield-0.6.1/configure-1088- -without-* | --without-*) nield-0.6.1/configure:1089: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` nield-0.6.1/configure-1090- # Reject names that are not valid shell variable names. ############################################## nield-0.6.1/configure-1093- ac_useropt_orig=$ac_useropt nield-0.6.1/configure:1094: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` nield-0.6.1/configure-1095- case $ac_user_opts in ############################################## nield-0.6.1/configure-1126- *=*) nield-0.6.1/configure:1127: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` nield-0.6.1/configure-1128- # Reject names that are not valid shell variable names. ############################################## nield-0.6.1/configure-1147-if test -n "$ac_prev"; then nield-0.6.1/configure:1148: ac_option=--`echo $ac_prev | sed 's/_/-/g'` nield-0.6.1/configure-1149- as_fn_error $? "missing argument to $ac_option" ############################################## nield-0.6.1/configure-1169- */ ) nield-0.6.1/configure:1170: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` nield-0.6.1/configure-1171- eval $ac_var=\$ac_val;; ############################################## nield-0.6.1/configure-1204-ac_ls_di=`ls -di .` && nield-0.6.1/configure:1205:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || nield-0.6.1/configure-1206- as_fn_error $? "working directory cannot be determined" ############################################## nield-0.6.1/configure-1260-case $srcdir in nield-0.6.1/configure:1261:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; nield-0.6.1/configure-1262-esac ############################################## nield-0.6.1/configure-1303-By default, \`make install' will install all the files in nield-0.6.1/configure:1304:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify nield-0.6.1/configure:1305:an installation prefix other than \`$ac_default_prefix' using \`--prefix', nield-0.6.1/configure-1306-for instance \`--prefix=\$HOME'. ############################################## nield-0.6.1/configure-1387-*) nield-0.6.1/configure:1388: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` nield-0.6.1/configure-1389- # A ".." for each directory in $ac_dir_suffix. nield-0.6.1/configure:1390: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` nield-0.6.1/configure-1391- case $ac_top_builddir_sub in ############################################## nield-0.6.1/configure-1748- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack nield-0.6.1/configure:1749: as_decl_name=`echo $2|sed 's/ *(.*//'` nield-0.6.1/configure:1750: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` nield-0.6.1/configure-1751- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## nield-0.6.1/configure-2032- *\'*) nield-0.6.1/configure:2033: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; nield-0.6.1/configure-2034- esac ############################################## nield-0.6.1/configure-2115- case $ac_val in nield-0.6.1/configure:2116: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; nield-0.6.1/configure-2117- esac ############################################## nield-0.6.1/configure-2130- case $ac_val in nield-0.6.1/configure:2131: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; nield-0.6.1/configure-2132- esac ############################################## nield-0.6.1/configure-2250- set,) nield-0.6.1/configure:2251: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 nield-0.6.1/configure:2252:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} nield-0.6.1/configure-2253- ac_cache_corrupted=: ;; ############################################## nield-0.6.1/configure-2261- # differences in whitespace do not lead to failure. nield-0.6.1/configure:2262: ac_old_val_w=`echo x $ac_old_val` nield-0.6.1/configure:2263: ac_new_val_w=`echo x $ac_new_val` nield-0.6.1/configure-2264- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## nield-0.6.1/configure-2281- case $ac_new_val in nield-0.6.1/configure:2282: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; nield-0.6.1/configure-2283- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## nield-0.6.1/configure-2348-test "x$ac_build_alias" = x && nield-0.6.1/configure:2349: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` nield-0.6.1/configure-2350-test "x$ac_build_alias" = x && nield-0.6.1/configure-2351- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 nield-0.6.1/configure:2352:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || nield-0.6.1/configure-2353- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## nield-0.6.1/configure-2372-IFS=$ac_save_IFS nield-0.6.1/configure:2373:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac nield-0.6.1/configure-2374- ############################################## nield-0.6.1/configure-2383-else nield-0.6.1/configure:2384: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || nield-0.6.1/configure-2385- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## nield-0.6.1/configure-2405-IFS=$ac_save_IFS nield-0.6.1/configure:2406:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac nield-0.6.1/configure-2407- ############################################## nield-0.6.1/configure-2416-else nield-0.6.1/configure:2417: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || nield-0.6.1/configure-2418- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## nield-0.6.1/configure-2438-IFS=$ac_save_IFS nield-0.6.1/configure:2439:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac nield-0.6.1/configure-2440- ############################################## nield-0.6.1/configure-2566-if ( nield-0.6.1/configure:2567: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` nield-0.6.1/configure-2568- if test "$*" = "X"; then nield-0.6.1/configure-2569- # -L didn't work. nield-0.6.1/configure:2570: set X `ls -t "$srcdir/configure" conftest.file` nield-0.6.1/configure-2571- fi ############################################## nield-0.6.1/configure-2602-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' nield-0.6.1/configure:2603:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` nield-0.6.1/configure-2604- nield-0.6.1/configure-2605-# expand $ac_aux_dir to an absolute path nield-0.6.1/configure:2606:am_aux_dir=`cd $ac_aux_dir && pwd` nield-0.6.1/configure-2607- ############################################## nield-0.6.1/configure-2747- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue nield-0.6.1/configure:2748: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( nield-0.6.1/configure-2749- 'mkdir (GNU coreutils) '* | \ ############################################## nield-0.6.1/configure-2826-set x ${MAKE-make} nield-0.6.1/configure:2827:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` nield-0.6.1/configure-2828-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## nield-0.6.1/configure-2836-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. nield-0.6.1/configure:2837:case `${MAKE-make} -f conftest.make 2>/dev/null` in nield-0.6.1/configure-2838- *@@@%%%=?*=@@@%%%*) ############################################## nield-0.6.1/configure-2863- nield-0.6.1/configure:2864:if test "`cd $srcdir && pwd`" != "`pwd`"; then nield-0.6.1/configure-2865- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## nield-0.6.1/configure-3290-$as_echo_n "checking whether the C compiler works... " >&6; } nield-0.6.1/configure:3291:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` nield-0.6.1/configure-3292- ############################################## nield-0.6.1/configure-3334- then :; else nield-0.6.1/configure:3335: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` nield-0.6.1/configure-3336- fi ############################################## nield-0.6.1/configure-3394- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; nield-0.6.1/configure:3395: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` nield-0.6.1/configure-3396- break;; ############################################## nield-0.6.1/configure-3503- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; nield-0.6.1/configure:3504: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` nield-0.6.1/configure-3505- break;; ############################################## nield-0.6.1/configure-3752-# Ignore all kinds of additional output from `make'. nield-0.6.1/configure:3753:case `$am_make -s -f confmf 2> /dev/null` in #( nield-0.6.1/configure-3754-*the\ am__doit\ target*) ############################################## nield-0.6.1/configure-3762- echo '.include "confinc"' > confmf nield-0.6.1/configure:3763: case `$am_make -s -f confmf 2> /dev/null` in #( nield-0.6.1/configure-3764- *the\ am__doit\ target*) ############################################## nield-0.6.1/configure-3825- if test "$am_compiler_list" = ""; then nield-0.6.1/configure:3826: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` nield-0.6.1/configure-3827- fi ############################################## nield-0.6.1/configure-4088- # Check for GNU $ac_path_GREP nield-0.6.1/configure:4089:case `"$ac_path_GREP" --version 2>&1` in nield-0.6.1/configure-4090-*GNU*) ############################################## nield-0.6.1/configure-4154- # Check for GNU $ac_path_EGREP nield-0.6.1/configure:4155:case `"$ac_path_EGREP" --version 2>&1` in nield-0.6.1/configure-4156-*GNU*) ############################################## nield-0.6.1/configure-4315-do : nield-0.6.1/configure:4316: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nield-0.6.1/configure-4317-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## nield-0.6.1/configure-4320- cat >>confdefs.h <<_ACEOF nield-0.6.1/configure:4321:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nield-0.6.1/configure-4322-_ACEOF ############################################## nield-0.6.1/configure-4477-do : nield-0.6.1/configure:4478: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nield-0.6.1/configure-4479-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_SOCKET_H ############################################## nield-0.6.1/configure-4484- cat >>confdefs.h <<_ACEOF nield-0.6.1/configure:4485:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nield-0.6.1/configure-4486-_ACEOF ############################################## nield-0.6.1/configure-4551-do : nield-0.6.1/configure:4552: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nield-0.6.1/configure-4553-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LINUX_TYPES_H ############################################## nield-0.6.1/configure-4558- cat >>confdefs.h <<_ACEOF nield-0.6.1/configure:4559:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nield-0.6.1/configure-4560-_ACEOF ############################################## nield-0.6.1/configure-4586-do : nield-0.6.1/configure:4587: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` nield-0.6.1/configure-4588-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LINUX_TYPES_H ############################################## nield-0.6.1/configure-4593- cat >>confdefs.h <<_ACEOF nield-0.6.1/configure:4594:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 nield-0.6.1/configure-4595-_ACEOF ############################################## nield-0.6.1/configure-6257- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' nield-0.6.1/configure:6258: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` nield-0.6.1/configure-6259- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## nield-0.6.1/configure-6340-if test -z "$BASH_VERSION$ZSH_VERSION" \ nield-0.6.1/configure:6341: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then nield-0.6.1/configure-6342- as_echo='print -r --' nield-0.6.1/configure-6343- as_echo_n='print -rn --' nield-0.6.1/configure:6344:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then nield-0.6.1/configure-6345- as_echo='printf %s\n' ############################################## nield-0.6.1/configure-6347-else nield-0.6.1/configure:6348: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then nield-0.6.1/configure-6349- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## nield-0.6.1/configure-6357- expr "X$arg" : "X\\(.*\\)$as_nl"; nield-0.6.1/configure:6358: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; nield-0.6.1/configure-6359- esac; ############################################## nield-0.6.1/configure-6434-# ---------------------------------------- nield-0.6.1/configure:6435:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are nield-0.6.1/configure-6436-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## nield-0.6.1/configure-6506- { nield-0.6.1/configure:6507: as_val=`expr "$@" || test $? -eq 1` nield-0.6.1/configure-6508- } ############################################## nield-0.6.1/configure-6610- case $as_dir in #( nield-0.6.1/configure:6611: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( nield-0.6.1/configure-6612- *) as_qdir=$as_dir;; ############################################## nield-0.6.1/configure-6745-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 nield-0.6.1/configure:6746:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" nield-0.6.1/configure-6747-ac_cs_version="\\ ############################################## nield-0.6.1/configure-6770- --*=?*) nield-0.6.1/configure:6771: ac_option=`expr "X$1" : 'X\([^=]*\)='` nield-0.6.1/configure:6772: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` nield-0.6.1/configure-6773- ac_shift=: ############################################## nield-0.6.1/configure-6775- --*=) nield-0.6.1/configure:6776: ac_option=`expr "X$1" : 'X\([^=]*\)='` nield-0.6.1/configure-6777- ac_optarg= ############################################## nield-0.6.1/configure-6799- case $ac_optarg in nield-0.6.1/configure:6800: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; nield-0.6.1/configure-6801- '') as_fn_error $? "missing file argument" ;; ############################################## nield-0.6.1/configure-6807- case $ac_optarg in nield-0.6.1/configure:6808: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; nield-0.6.1/configure-6809- esac ############################################## nield-0.6.1/configure-6937-fi nield-0.6.1/configure:6938:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` nield-0.6.1/configure-6939-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## nield-0.6.1/configure-6954- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 nield-0.6.1/configure:6955:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` nield-0.6.1/configure-6956-ac_delim='%!_!# ' ############################################## nield-0.6.1/configure-6960- nield-0.6.1/configure:6961: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` nield-0.6.1/configure-6962- if test $ac_delim_n = $ac_delim_num; then ############################################## nield-0.6.1/configure-7098-for ac_last_try in false false :; do nield-0.6.1/configure:7099: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` nield-0.6.1/configure-7100- if test -z "$ac_tt"; then ############################################## nield-0.6.1/configure-7230- esac nield-0.6.1/configure:7231: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac nield-0.6.1/configure-7232- as_fn_append ac_file_inputs " '$ac_f'" ############################################## nield-0.6.1/configure-7289-*) nield-0.6.1/configure:7290: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` nield-0.6.1/configure-7291- # A ".." for each directory in $ac_dir_suffix. nield-0.6.1/configure:7292: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` nield-0.6.1/configure-7293- case $ac_top_builddir_sub in ############################################## nield-0.6.1/configure-7350-/@mandir@/p' nield-0.6.1/configure:7351:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in nield-0.6.1/configure-7352-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## nield-0.6.1/configure-7367- nield-0.6.1/configure:7368:# Neutralize VPATH when `$srcdir' = `.'. nield-0.6.1/configure-7369-# Shell code in configure.ac might set extrasub. ############################################## nield-0.6.1/configure-7395-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && nield-0.6.1/configure:7396: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && nield-0.6.1/configure-7397- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## nield-0.6.1/configure-7441- * ) nield-0.6.1/configure:7442: _am_stamp_count=`expr $_am_stamp_count + 1` ;; nield-0.6.1/configure-7443- esac ############################################## nield-0.6.1/configure-7488- # Strip MF so we end up with the name of the file. nield-0.6.1/configure:7489: mf=`echo "$mf" | sed -e 's/:.*$//'` nield-0.6.1/configure-7490- # Check whether this is an Automake generated Makefile or not. ############################################## nield-0.6.1/configure-7525- # from the Makefile without running `make'. nield-0.6.1/configure:7526: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` nield-0.6.1/configure-7527- test -z "$DEPDIR" && continue nield-0.6.1/configure:7528: am__include=`sed -n 's/^am__include = //p' < "$mf"` nield-0.6.1/configure-7529- test -z "am__include" && continue nield-0.6.1/configure:7530: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` nield-0.6.1/configure-7531- # When using ansi2knr, U may be empty or an underscore; expand it nield-0.6.1/configure:7532: U=`sed -n 's/^U = //p' < "$mf"` nield-0.6.1/configure-7533- # Find all dependency output files, they are included files with ############################################## nield-0.6.1/missing-139- # Could not run --version or --help. This is probably someone nield-0.6.1/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether nield-0.6.1/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## nield-0.6.1/missing-173- from any GNU archive site." nield-0.6.1/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` nield-0.6.1/missing-175- test -z "$files" && files="config.h" ############################################## nield-0.6.1/missing-202- proper tools for further handling them. nield-0.6.1/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU nield-0.6.1/missing-204- archive site." nield-0.6.1/missing-205- nield-0.6.1/missing:206: file=`echo "$*" | sed -n "$sed_output"` nield-0.6.1/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` nield-0.6.1/missing-208- if test -f "$file"; then ############################################## nield-0.6.1/missing-231- *.y) nield-0.6.1/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` nield-0.6.1/missing-233- if test -f "$SRCFILE"; then ############################################## nield-0.6.1/missing-235- fi nield-0.6.1/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` nield-0.6.1/missing-237- if test -f "$SRCFILE"; then ############################################## nield-0.6.1/missing-261- *.l) nield-0.6.1/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` nield-0.6.1/missing-263- if test -f "$SRCFILE"; then ############################################## nield-0.6.1/missing-280- nield-0.6.1/missing:281: file=`echo "$*" | sed -n "$sed_output"` nield-0.6.1/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` nield-0.6.1/missing-283- if test -f "$file"; then ############################################## nield-0.6.1/missing-300- # The file to touch is that specified with -o ... nield-0.6.1/missing:301: file=`echo "$*" | sed -n "$sed_output"` nield-0.6.1/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` nield-0.6.1/missing-303- if test -z "$file"; then nield-0.6.1/missing-304- # ... or it is the one specified with @setfilename ... nield-0.6.1/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` nield-0.6.1/missing-306- file=`sed -n ' ############################################## nield-0.6.1/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) nield-0.6.1/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info nield-0.6.1/missing-314- fi ############################################## nield-0.6.1/missing-336- *o*) nield-0.6.1/missing:337: firstarg=`echo "$firstarg" | sed s/o//` nield-0.6.1/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## nield-0.6.1/missing-342- *h*) nield-0.6.1/missing:343: firstarg=`echo "$firstarg" | sed s/h//` nield-0.6.1/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## nield-0.6.1/config.sub-59- nield-0.6.1/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` nield-0.6.1/config.sub-61- ############################################## nield-0.6.1/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations. nield-0.6.1/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` nield-0.6.1/config.sub-126-case $maybe_os in ############################################## nield-0.6.1/config.sub-132- os=-$maybe_os nield-0.6.1/config.sub:133: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` nield-0.6.1/config.sub-134- ;; nield-0.6.1/config.sub-135- *) nield-0.6.1/config.sub:136: basic_machine=`echo $1 | sed 's/-[^-]*$//'` nield-0.6.1/config.sub-137- if [ $basic_machine != $1 ] nield-0.6.1/config.sub:138: then os=`echo $1 | sed 's/.*-/-/'` nield-0.6.1/config.sub-139- else os=; fi ############################################## nield-0.6.1/config.sub-186- os=-sco5v6 nield-0.6.1/config.sub:187: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-188- ;; ############################################## nield-0.6.1/config.sub-190- os=-sco3.2v5 nield-0.6.1/config.sub:191: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-192- ;; ############################################## nield-0.6.1/config.sub-194- os=-sco3.2v4 nield-0.6.1/config.sub:195: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-196- ;; nield-0.6.1/config.sub-197- -sco3.2.[4-9]*) nield-0.6.1/config.sub:198: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` nield-0.6.1/config.sub:199: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-200- ;; ############################################## nield-0.6.1/config.sub-202- # Don't forget version if it is 3.2v4 or newer. nield-0.6.1/config.sub:203: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-204- ;; ############################################## nield-0.6.1/config.sub-206- # Don't forget version if it is 3.2v4 or newer. nield-0.6.1/config.sub:207: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-208- ;; ############################################## nield-0.6.1/config.sub-210- os=-sco3.2v2 nield-0.6.1/config.sub:211: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-212- ;; nield-0.6.1/config.sub-213- -udk*) nield-0.6.1/config.sub:214: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-215- ;; ############################################## nield-0.6.1/config.sub-217- os=-isc2.2 nield-0.6.1/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-219- ;; ############################################## nield-0.6.1/config.sub-223- -isc*) nield-0.6.1/config.sub:224: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` nield-0.6.1/config.sub-225- ;; ############################################## nield-0.6.1/config.sub-229- -ptx*) nield-0.6.1/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` nield-0.6.1/config.sub-231- ;; nield-0.6.1/config.sub-232- -windowsnt*) nield-0.6.1/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` nield-0.6.1/config.sub-234- ;; ############################################## nield-0.6.1/config.sub-335- *-*-*) nield-0.6.1/config.sub:336: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 nield-0.6.1/config.sub-337- exit 1 ############################################## nield-0.6.1/config.sub-447- amd64-*) nield-0.6.1/config.sub:448: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-449- ;; ############################################## nield-0.6.1/config.sub-489- blackfin-*) nield-0.6.1/config.sub:490: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-491- os=-linux ############################################## nield-0.6.1/config.sub-497- c54x-*) nield-0.6.1/config.sub:498: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-499- ;; nield-0.6.1/config.sub-500- c55x-*) nield-0.6.1/config.sub:501: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-502- ;; nield-0.6.1/config.sub-503- c6x-*) nield-0.6.1/config.sub:504: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-505- ;; ############################################## nield-0.6.1/config.sub-701- i*86v32) nield-0.6.1/config.sub:702: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nield-0.6.1/config.sub-703- os=-sysv32 ############################################## nield-0.6.1/config.sub-705- i*86v4*) nield-0.6.1/config.sub:706: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nield-0.6.1/config.sub-707- os=-sysv4 ############################################## nield-0.6.1/config.sub-709- i*86v) nield-0.6.1/config.sub:710: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nield-0.6.1/config.sub-711- os=-sysv ############################################## nield-0.6.1/config.sub-713- i*86sol2) nield-0.6.1/config.sub:714: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` nield-0.6.1/config.sub-715- os=-solaris2 ############################################## nield-0.6.1/config.sub-743- m68knommu-*) nield-0.6.1/config.sub:744: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-745- os=-linux ############################################## nield-0.6.1/config.sub-776- mips3*-*) nield-0.6.1/config.sub:777: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` nield-0.6.1/config.sub-778- ;; nield-0.6.1/config.sub-779- mips3*) nield-0.6.1/config.sub:780: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown nield-0.6.1/config.sub-781- ;; ############################################## nield-0.6.1/config.sub-794- ms1-*) nield-0.6.1/config.sub:795: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` nield-0.6.1/config.sub-796- ;; ############################################## nield-0.6.1/config.sub-905- parisc-*) nield-0.6.1/config.sub:906: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-907- os=-linux ############################################## nield-0.6.1/config.sub-921- pc98-*) nield-0.6.1/config.sub:922: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-923- ;; ############################################## nield-0.6.1/config.sub-936- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) nield-0.6.1/config.sub:937: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-938- ;; nield-0.6.1/config.sub-939- pentiumpro-* | p6-* | 6x86-* | athlon-*) nield-0.6.1/config.sub:940: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-941- ;; nield-0.6.1/config.sub-942- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) nield-0.6.1/config.sub:943: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-944- ;; nield-0.6.1/config.sub-945- pentium4-*) nield-0.6.1/config.sub:946: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-947- ;; ############################################## nield-0.6.1/config.sub-954- ;; nield-0.6.1/config.sub:955: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-956- ;; ############################################## nield-0.6.1/config.sub-960- ppcle-* | powerpclittle-*) nield-0.6.1/config.sub:961: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-962- ;; ############################################## nield-0.6.1/config.sub-964- ;; nield-0.6.1/config.sub:965: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-966- ;; ############################################## nield-0.6.1/config.sub-970- ppc64le-* | powerpc64little-*) nield-0.6.1/config.sub:971: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` nield-0.6.1/config.sub-972- ;; ############################################## nield-0.6.1/config.sub-1255- *) nield-0.6.1/config.sub:1256: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 nield-0.6.1/config.sub-1257- exit 1 ############################################## nield-0.6.1/config.sub-1263- *-digital*) nield-0.6.1/config.sub:1264: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` nield-0.6.1/config.sub-1265- ;; nield-0.6.1/config.sub-1266- *-commodore*) nield-0.6.1/config.sub:1267: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` nield-0.6.1/config.sub-1268- ;; ############################################## nield-0.6.1/config.sub-1284- -solaris1 | -solaris1.*) nield-0.6.1/config.sub:1285: os=`echo $os | sed -e 's|solaris1|sunos4|'` nield-0.6.1/config.sub-1286- ;; ############################################## nield-0.6.1/config.sub-1296- -gnu/linux*) nield-0.6.1/config.sub:1297: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` nield-0.6.1/config.sub-1298- ;; ############################################## nield-0.6.1/config.sub-1342- -nto*) nield-0.6.1/config.sub:1343: os=`echo $os | sed -e 's|nto|nto-qnx|'` nield-0.6.1/config.sub-1344- ;; ############################################## nield-0.6.1/config.sub-1349- -mac*) nield-0.6.1/config.sub:1350: os=`echo $os | sed -e 's|mac|macos|'` nield-0.6.1/config.sub-1351- ;; ############################################## nield-0.6.1/config.sub-1355- -linux*) nield-0.6.1/config.sub:1356: os=`echo $os | sed -e 's|linux|linux-gnu|'` nield-0.6.1/config.sub-1357- ;; nield-0.6.1/config.sub-1358- -sunos5*) nield-0.6.1/config.sub:1359: os=`echo $os | sed -e 's|sunos5|solaris2|'` nield-0.6.1/config.sub-1360- ;; nield-0.6.1/config.sub-1361- -sunos6*) nield-0.6.1/config.sub:1362: os=`echo $os | sed -e 's|sunos6|solaris3|'` nield-0.6.1/config.sub-1363- ;; ############################################## nield-0.6.1/config.sub-1410- -sinix5.*) nield-0.6.1/config.sub:1411: os=`echo $os | sed -e 's|sinix|sysv|'` nield-0.6.1/config.sub-1412- ;; ############################################## nield-0.6.1/config.sub-1466- # Get rid of the `-' at the beginning of $os. nield-0.6.1/config.sub:1467: os=`echo $os | sed 's/[^-]*-//'` nield-0.6.1/config.sub:1468: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 nield-0.6.1/config.sub-1469- exit 1 ############################################## nield-0.6.1/config.sub-1726- esac nield-0.6.1/config.sub:1727: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` nield-0.6.1/config.sub-1728- ;; ############################################## nield-0.6.1/install-sh-217- fi nield-0.6.1/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; nield-0.6.1/install-sh-219- *) ############################################## nield-0.6.1/install-sh-269- dstdir=$dst nield-0.6.1/install-sh:270: dst=$dstdir/`basename "$src"` nield-0.6.1/install-sh-271- dstdir_status=0 ############################################## nield-0.6.1/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. nield-0.6.1/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` nield-0.6.1/install-sh-353- case $ls_ld_tmpdir in ############################################## nield-0.6.1/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { nield-0.6.1/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` nield-0.6.1/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## nield-0.6.1/install-sh-418- case $prefix in nield-0.6.1/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; nield-0.6.1/install-sh-420- *) qprefix=$prefix;; ############################################## nield-0.6.1/install-sh-467- if $copy_on_change && nield-0.6.1/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && nield-0.6.1/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && nield-0.6.1/install-sh-470- ############################################## nield-0.6.1/debian/nield.init-34- then nield-0.6.1/debian/nield.init:35: kill `cat $PIDFILE` nield-0.6.1/debian/nield.init-36- else