===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fakeroot-1.25.3/communicate.c-438-
fakeroot-1.25.3/communicate.c:439:static struct sockaddr *get_addr(void)
fakeroot-1.25.3/communicate.c-440-{
##############################################
fakeroot-1.25.3/communicate.c-479-  while (1) {
fakeroot-1.25.3/communicate.c:480:    if (connect(comm_sd, get_addr(), sizeof (struct sockaddr_in)) < 0) {
fakeroot-1.25.3/communicate.c-481-      if (errno != EINTR)
##############################################
fakeroot-1.25.3/configure.ac-350-for SEARCH in %stat f%stat l%stat f%statat %stat64 f%stat64 l%stat64 f%statat64 %mknod %mknodat; do
fakeroot-1.25.3/configure.ac:351:  FUNC=`echo $SEARCH|sed -e 's/.*%//'`
fakeroot-1.25.3/configure.ac:352:  PRE=`echo $SEARCH|sed -e 's/%.*//'`
fakeroot-1.25.3/configure.ac-353-  FOUND=
##############################################
fakeroot-1.25.3/configure.ac-362-    if test -n "$FOUND"; then
fakeroot-1.25.3/configure.ac:363:      PF=[`echo ${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`]
fakeroot-1.25.3/configure.ac:364:      DEFINE_WRAP=[`echo wrap_${PRE}${FUNC}| tr '[a-z]' '[A-Z]'`]
fakeroot-1.25.3/configure.ac:365:      DEFINE_NEXT=[`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`]
fakeroot-1.25.3/configure.ac:366:      DEFINE_ARG=[`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'`]
fakeroot-1.25.3/configure.ac-367-      AC_DEFINE_UNQUOTED(WRAP_${PF}, $FOUND)
##############################################
fakeroot-1.25.3/configure.ac-563-_AS_DETECT_REQUIRED([echo $(echo ok) > config.$$ 2>/dev/null
fakeroot-1.25.3/configure.ac:564:		      j=`cat config.$$`
fakeroot-1.25.3/configure.ac-565-		      test "x$j" = "xok"])
##############################################
fakeroot-1.25.3/doc/Makefile.am-10-	cp -r $(srcdir)/po4a $(distdir)
fakeroot-1.25.3/doc/Makefile.am:11:	rm -rf `find $(distdir) -name .arch-ids`
fakeroot-1.25.3/doc/Makefile.am-12-	cd $(distdir) && po4a -k 0 --rm-backups --variable "srcdir=$(realpath $(distdir))/" po4a/po4a.cfg
##############################################
fakeroot-1.25.3/scripts/Makefile.am-17-	   -e 's,[@]libdir[@],$(libdir),g' \
fakeroot-1.25.3/scripts/Makefile.am:18:	   -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e '$(transform)'`',g' \
fakeroot-1.25.3/scripts/Makefile.am:19:	   -e 's,[@]faked_transformed[@],'`echo faked | sed -e '$(transform)'`',g' \
fakeroot-1.25.3/scripts/Makefile.am-20-	   -e 's,[@]signal[@],$(signal),g' \
##############################################
fakeroot-1.25.3/scripts/fakeroot.in-47-if test "$?" -eq 4; then # GNU getopt
fakeroot-1.25.3/scripts/fakeroot.in:48:    FAKE_TEMP=`getopt -l lib: -l faked: -l unknown-is-real -l fd-base: -l version -l help -- +l:f:i:s:ub:vh "$@"`
fakeroot-1.25.3/scripts/fakeroot.in-49-else
fakeroot-1.25.3/scripts/fakeroot.in:50:    FAKE_TEMP=`getopt l:f:i:s:ub:vh "$@"`
fakeroot-1.25.3/scripts/fakeroot.in-51-fi
##############################################
fakeroot-1.25.3/scripts/fakeroot.in-66-       shift
fakeroot-1.25.3/scripts/fakeroot.in:67:       FAKEROOT_LIB=`eval echo "$1"`
fakeroot-1.25.3/scripts/fakeroot.in-68-       PATHS=
##############################################
fakeroot-1.25.3/scripts/fakeroot.in-112-then
fakeroot-1.25.3/scripts/fakeroot.in:113:    for dir in `echo $PATHS | sed 's/:/ /g'`
fakeroot-1.25.3/scripts/fakeroot.in-114-    do
##############################################
fakeroot-1.25.3/scripts/fakeroot.in-140-unset FAKEROOTKEY
fakeroot-1.25.3/scripts/fakeroot.in:141:KEY_PID=`eval $FAKED $FAKEDOPTS $PIPEIN`
fakeroot-1.25.3/scripts/fakeroot.in:142:FAKEROOTKEY=`echo $KEY_PID|cut -d: -f1`
fakeroot-1.25.3/scripts/fakeroot.in:143:PID=`echo $KEY_PID|cut -d: -f2`
fakeroot-1.25.3/scripts/fakeroot.in-144-
##############################################
fakeroot-1.25.3/test/defs.in-2-
fakeroot-1.25.3/test/defs.in:3:me=`basename $0`
fakeroot-1.25.3/test/defs.in-4-tmp=$me.dir
##############################################
fakeroot-1.25.3/test/tartest-4-TMP="$tmp"
fakeroot-1.25.3/test/tartest:5:SRCDIR=`cd ${srcdir}; pwd -P`
fakeroot-1.25.3/test/tartest-6-PATH=$PATH:/usr/bin/X11
##############################################
fakeroot-1.25.3/test/tartest-47-#   (inodes weren't removed from cache)
fakeroot-1.25.3/test/tartest:48:FILES=`for f in $LIST; do for c in mv rm ; do echo $c.$f ; done ; done`
fakeroot-1.25.3/test/tartest-49-touch $FILES
##############################################
fakeroot-1.25.3/.pc/eglibc-fts-without-LFS/libfakeroot.c-1418-  const char *suffix;
fakeroot-1.25.3/.pc/eglibc-fts-without-LFS/libfakeroot.c:1419:  if (fakeroot_disabled || !dladdr(retaddr, &info))
fakeroot-1.25.3/.pc/eglibc-fts-without-LFS/libfakeroot.c-1420-    return fakeroot_disabled;
##############################################
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-47-if test "$?" -eq 4; then # GNU getopt
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:48:    FAKE_TEMP=`getopt -l lib: -l faked: -l unknown-is-real -l fd-base: -l version -l help -- +l:f:i:s:ub:vh "$@"`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-49-else
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:50:    FAKE_TEMP=`getopt l:f:i:s:ub:vh "$@"`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-51-fi
##############################################
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-66-       shift
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:67:       FAKEROOT_LIB=`eval echo "$1"`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-68-       PATHS=
##############################################
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-112-then
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:113:    for dir in `echo $PATHS | sed 's/:/ /g'`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-114-    do
##############################################
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-140-unset FAKEROOTKEY
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:141:KEY_PID=`eval $FAKED $FAKEDOPTS $PIPEIN`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:142:FAKEROOTKEY=`echo $KEY_PID|cut -d: -f1`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in:143:PID=`echo $KEY_PID|cut -d: -f2`
fakeroot-1.25.3/.pc/fix-shell-in-fakeroot/scripts/fakeroot.in-144-
##############################################
fakeroot-1.25.3/libfakeroot.c-1418-  const char *suffix;
fakeroot-1.25.3/libfakeroot.c:1419:  if (fakeroot_disabled || !dladdr(retaddr, &info))
fakeroot-1.25.3/libfakeroot.c-1420-    return fakeroot_disabled;