=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pciutils-3.7.0/lib/i386-io-djgpp.h-34-{ pciutils-3.7.0/lib/i386-io-djgpp.h:35: asm volatile("" : : : "memory"); pciutils-3.7.0/lib/i386-io-djgpp.h-36- irq_enabled = disable(); ############################################## pciutils-3.7.0/lib/i386-io-djgpp.h-40-{ pciutils-3.7.0/lib/i386-io-djgpp.h:41: asm volatile("" : : : "memory"); pciutils-3.7.0/lib/i386-io-djgpp.h-42- if (irq_enabled) { ############################################## pciutils-3.7.0/lib/configure-25- proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1` pciutils-3.7.0/lib/configure:26: cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` pciutils-3.7.0/lib/configure-27- else pciutils-3.7.0/lib/configure:28: cpu=`uname -m | sed 's/^i.86-AT386/i386/;s/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/lib/configure-29- fi ############################################## pciutils-3.7.0/lib/configure-49-# CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless. pciutils-3.7.0/lib/configure:50:host=`echo $HOST | sed -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\3/' -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\2/' -e 's/^\([^-]*\)-\([^-]*\)$/\1--\2/' | tr '[A-Z]' '[a-z]'` pciutils-3.7.0/lib/configure:51:cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` pciutils-3.7.0/lib/configure:52:sys=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` pciutils-3.7.0/lib/configure-53-echo " $host $rel $cpu $sys" ############################################## pciutils-3.7.0/lib/configure-57-echo >$c '#define PCI_CONFIG_H' pciutils-3.7.0/lib/configure:58:echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/lib/configure:59:echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/lib/configure-60-echo >$m 'WITH_LIBS=' ############################################## pciutils-3.7.0/maint/release-51-my $pkg = $r->{"PKG"}; pciutils-3.7.0/maint/release:52:`gzip -d <$dd/$pkg.tar.gz >$dd/$pkg.tar`; die if $?; pciutils-3.7.0/maint/release-53-system "gpg", "--armor", "--detach-sig", "-o", "$dd/$pkg.tar.sig", "$dd/$pkg.tar"; die if $?; ############################################## pciutils-3.7.0/maint/release.pm-87- print "Initializing dist directory $dd\n" if $verbose; pciutils-3.7.0/maint/release.pm:88: `rm -rf $dd`; die if $?; pciutils-3.7.0/maint/release.pm:89: `mkdir -p $dd`; die if $?; pciutils-3.7.0/maint/release.pm-90-} ############################################## pciutils-3.7.0/maint/release.pm-105- $d = "$dir/$d"; pciutils-3.7.0/maint/release.pm:106: -d $d || `mkdir -p $d`; die if $?; pciutils-3.7.0/maint/release.pm-107- ############################################## pciutils-3.7.0/maint/release.pm-158- } else { pciutils-3.7.0/maint/release.pm:159: `cp -a "$f" "$dir/$f"`; die if $?; pciutils-3.7.0/maint/release.pm-160- } ############################################## pciutils-3.7.0/maint/release.pm-189- foreach my $d (@{$s->{"directories"}}) { pciutils-3.7.0/maint/release.pm:190: `mkdir -p $dir/$d`; die if $?; pciutils-3.7.0/maint/release.pm-191- } ############################################## pciutils-3.7.0/maint/release.pm-194- print "Cleaning up\n"; pciutils-3.7.0/maint/release.pm:195: `cd $dir && make distclean >&2`; die if $?; pciutils-3.7.0/maint/release.pm-196- } ############################################## pciutils-3.7.0/maint/release.pm-199- my $tarvv = $verbose ? "vv" : ""; pciutils-3.7.0/maint/release.pm:200: `cd $dd && tar cz${tarvv}f $pkg.tar.gz $pkg >&2`; die if $?; pciutils-3.7.0/maint/release.pm-201- push @{$s->{"distfiles"}}, "$dd/$pkg.tar.gz"; ############################################## pciutils-3.7.0/maint/release.pm-213- print "Archiving to $afile\n"; pciutils-3.7.0/maint/release.pm:214: -d $adir or `mkdir -p $adir`; pciutils-3.7.0/maint/release.pm:215: `cp $dd/$pkg.tar.gz $afile`; die if $?; pciutils-3.7.0/maint/release.pm-216- ############################################## pciutils-3.7.0/maint/release.pm-224- print "Generating $df\n"; pciutils-3.7.0/maint/release.pm:225: `cp $sf $df`; die if $?; pciutils-3.7.0/maint/release.pm-226- push @{$s->{"distfiles"}}, $df; ############################################## pciutils-3.7.0/maint/release.pm-246- print "Doing a test compilation\n"; pciutils-3.7.0/maint/release.pm:247: `( cd $dd/$pkg && make ) >$log 2>&1`; pciutils-3.7.0/maint/release.pm-248- die "There were errors. Please inspect $log" if $?; pciutils-3.7.0/maint/release.pm:249: `grep -q [Ww]arning $log`; pciutils-3.7.0/maint/release.pm-250- $? or print "There were warnings! Please inspect $log.\n"; pciutils-3.7.0/maint/release.pm-251- print "Cleaning up\n"; pciutils-3.7.0/maint/release.pm:252: `cd $dd/$pkg && make distclean`; die if $?; pciutils-3.7.0/maint/release.pm-253-} ############################################## pciutils-3.7.0/maint/release.pm-272- print "Unpacking $pkg0 from $oldarch\n"; pciutils-3.7.0/maint/release.pm:273: `cd $dd && tar xzf $oldarch`; die if $?; pciutils-3.7.0/maint/release.pm-274- ############################################## pciutils-3.7.0/maint/release.pm-276- print "Creating a patch from $pkg0 to $pkg1: $diff\n"; pciutils-3.7.0/maint/release.pm:277: `cd $dd && diff -ruN $pkg0 $pkg1 | gzip >$diff`; die if $?; pciutils-3.7.0/maint/release.pm-278- push @{$s->{"distfiles"}}, "$dd/$diff"; ############################################## pciutils-3.7.0/maint/release.pm-301- my $cmd = "scp @files $host:$dir\n"; pciutils-3.7.0/maint/release.pm:302: `$cmd`; die if $?; pciutils-3.7.0/maint/release.pm-303- } elsif ($url =~ m@ftp://([^/]+)(.*)@) { ############################################## pciutils-3.7.0/Makefile-101-%.8 %.7 %.5: %.man pciutils-3.7.0/Makefile:102: M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#" pciutils-3.7.0/Makefile-103- ############################################## pciutils-3.7.0/debian/patches/00-configure-hurd.patch-14- proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1` pciutils-3.7.0/debian/patches/00-configure-hurd.patch:15: cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` pciutils-3.7.0/debian/patches/00-configure-hurd.patch-16- else pciutils-3.7.0/debian/patches/00-configure-hurd.patch:17:- cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/debian/patches/00-configure-hurd.patch:18:+ cpu=`uname -m | sed 's/^i.86-AT386/i386/;s/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/debian/patches/00-configure-hurd.patch-19- fi ############################################## pciutils-3.7.0/debian/patches/00-configure.patch-12- else pciutils-3.7.0/debian/patches/00-configure.patch:13: cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/debian/patches/00-configure.patch-14- fi ############################################## pciutils-3.7.0/.pc/00-configure.patch/lib/configure-25- proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1` pciutils-3.7.0/.pc/00-configure.patch/lib/configure:26: cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` pciutils-3.7.0/.pc/00-configure.patch/lib/configure-27- else pciutils-3.7.0/.pc/00-configure.patch/lib/configure:28: cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/.pc/00-configure.patch/lib/configure-29- fi ############################################## pciutils-3.7.0/.pc/00-configure.patch/lib/configure-41-# CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless. pciutils-3.7.0/.pc/00-configure.patch/lib/configure:42:host=`echo $HOST | sed -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\3/' -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\2/' -e 's/^\([^-]*\)-\([^-]*\)$/\1--\2/' | tr '[A-Z]' '[a-z]'` pciutils-3.7.0/.pc/00-configure.patch/lib/configure:43:cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` pciutils-3.7.0/.pc/00-configure.patch/lib/configure:44:sys=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` pciutils-3.7.0/.pc/00-configure.patch/lib/configure-45-echo " $host $rel $cpu $sys" ############################################## pciutils-3.7.0/.pc/00-configure.patch/lib/configure-49-echo >$c '#define PCI_CONFIG_H' pciutils-3.7.0/.pc/00-configure.patch/lib/configure:50:echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/.pc/00-configure.patch/lib/configure:51:echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/.pc/00-configure.patch/lib/configure-52-echo >$m 'WITH_LIBS=' ############################################## pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-25- proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:26: cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-27- else pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:28: cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-29- fi ############################################## pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-45-# CAVEAT: tr on Solaris is a bit weird and the extra [] is otherwise harmless. pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:46:host=`echo $HOST | sed -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\3/' -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\2/' -e 's/^\([^-]*\)-\([^-]*\)$/\1--\2/' | tr '[A-Z]' '[a-z]'` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:47:cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:48:sys=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-49-echo " $host $rel $cpu $sys" ############################################## pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-53-echo >$c '#define PCI_CONFIG_H' pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:54:echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure:55:echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`" pciutils-3.7.0/.pc/00-configure-hurd.patch/lib/configure-56-echo >$m 'WITH_LIBS='