===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-374-
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:375:The location of the knowledge base is :file:`$prefix/share/gprconfig`,
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:376:where :file:`$prefix` is the directory in which GPRconfig was
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-377-installed. Any file with extension :file:`.xml` in this directory will
##############################################
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-709-
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:710:A variable is referenced by `${name}` where `name` is either
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-711-a user variable or a predefined variable.  An alternate reference is
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:712:`$name` where `name` is a sequence of alpha numeric characters or
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:713:underscores.  Finally `$$` is replaced by a simple `$`.
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-714-
##############################################
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-744-like C and Ada, both compilers will match the "negate" part, and therefore
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst:745:there is an ambiguity for the value of `${PATH}`. To prevent such
gprbuild-2021.0.0.0778b109/doc/gprbuild_ug/companion_tools.rst-746-issues, you need to use the following syntax instead when inside a
##############################################
gprbuild-2021.0.0.0778b109/src/gprmunch.sh-44-           case $line in
gprbuild-2021.0.0.0778b109/src/gprmunch.sh:45:              --nm=*) nm=`echo $line | sed -e "s/^--nm=//"` ;;
gprbuild-2021.0.0.0778b109/src/gprmunch.sh:46:              --cc=*) cc=`echo $line | sed -e "s/^--cc=//"` ;;
gprbuild-2021.0.0.0778b109/src/gprmunch.sh-47-              *) echo "Unknown binder option ($line)" ;;
##############################################
gprbuild-2021.0.0.0778b109/src/gprmunch.sh-59-# Convert dependancy files to object files.
gprbuild-2021.0.0.0778b109/src/gprmunch.sh:60:object_files=`echo $dep_files | sed -e 's/\\.d\$/.o/'`
gprbuild-2021.0.0.0778b109/src/gprmunch.sh-61-
##############################################
gprbuild-2021.0.0.0778b109/doinstall-25-    IFS="$saved_IFS"
gprbuild-2021.0.0.0778b109/doinstall:26:    machine=`$prefix/gcc -dumpmachine || true`
gprbuild-2021.0.0.0778b109/doinstall-27-fi
##############################################
gprbuild-2021.0.0.0778b109/doinstall-31-# remove last 'bin' from prefix as it's not expected
gprbuild-2021.0.0.0778b109/doinstall:32:prefix=`echo $prefix | sed 's/\/bin$//'`
gprbuild-2021.0.0.0778b109/doinstall-33-
##############################################
gprbuild-2021.0.0.0778b109/doinstall-112-    while [ true ]; do
gprbuild-2021.0.0.0778b109/doinstall:113:      if [ "X" = "X`echo $basedir|sed -n -e 's%^/.*%/%p'`" ]; then
gprbuild-2021.0.0.0778b109/doinstall-114-          basedir=`pwd`/$basedir
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-72-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:73:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-74-      V.Synch := Synch;
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-92-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:93:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-94-      V.Synch := Synch;
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-114-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:115:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-116-      V.Synch := Synch;
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-138-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:139:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-140-      V.Synch := Synch;
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-164-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:165:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-166-      V.Synch := Synch;
##############################################
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-192-   begin
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb:193:      V.Ptr := To_Addr (Subr);
gprbuild-2021.0.0.0778b109/examples/ada_f77/src/fm-interfac.adb-194-      V.Synch := Synch;