===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apt-2.1.12/doc/acquire-additional-files.md-181-
apt-2.1.12/doc/acquire-additional-files.md:182:* `$(RELEASE)`: This is usually an archive- or codename, e.g. *stable* or
apt-2.1.12/doc/acquire-additional-files.md-183-  *stretch*.  Note that flat-style repositories do not have an archive-
apt-2.1.12/doc/acquire-additional-files.md-184-  or codename per-se, so the value might very well be just "/" or so.
apt-2.1.12/doc/acquire-additional-files.md:185:* `$(COMPONENT)`: as given in the sources.list, e.g. *main*, *non-free* or
apt-2.1.12/doc/acquire-additional-files.md-186-  *universe*.  Note that flat-style repositories again do not really
apt-2.1.12/doc/acquire-additional-files.md-187-  have a meaningful value here.
apt-2.1.12/doc/acquire-additional-files.md:188:* `$(LANGUAGE)`: Values are all entries (expect *none*) of configuration
apt-2.1.12/doc/acquire-additional-files.md-189-  option `Acquire::Languages`, e.g. *en*, *de* or *de_AT*.
apt-2.1.12/doc/acquire-additional-files.md:190:* `$(ARCHITECTURE)`: Values are all entries of configuration option
apt-2.1.12/doc/acquire-additional-files.md-191-  `APT::Architectures` (potentially modified by sources.list options),
##############################################
apt-2.1.12/doc/acquire-additional-files.md-193-  this variable has the value *source*.
apt-2.1.12/doc/acquire-additional-files.md:194:* `$(NATIVE_ARCHITECTURE)`: The architecture apt treats as the native
apt-2.1.12/doc/acquire-additional-files.md-195-  architecture for this system configured as `APT::Architecture`
##############################################
apt-2.1.12/doc/acquire-additional-files.md-216-own output style. The variables are what you see in the output, just all
apt-2.1.12/doc/acquire-additional-files.md:217:uppercase and wrapped in `$()`, as in the configuration file.
apt-2.1.12/doc/acquire-additional-files.md-218-
##############################################
apt-2.1.12/doc/json-hooks-protocol.md-8-APT communicates with hooks via a UNIX domain socket in file descriptor
apt-2.1.12/doc/json-hooks-protocol.md:9:`$APT_HOOK_SOCKET`. The transport is a byte stream (SOCK_STREAM).
apt-2.1.12/doc/json-hooks-protocol.md-10-
##############################################
apt-2.1.12/doc/srv-records-support.md-7-Before connecting to the requested server APT will send a SRV
apt-2.1.12/doc/srv-records-support.md:8:record request of the form `_$protocol._tcp._$host`, e.g.
apt-2.1.12/doc/srv-records-support.md-9-`_http._tcp.ftp.debian.org` or `_http._tcp.security.debian.org`.
##############################################
apt-2.1.12/dselect/update-24-# It looks slightly ugly to have a double / in the dpkg output
apt-2.1.12/dselect/update:25:CACHEDIR=`echo $CACHEDIR | sed -e "s|/$||"`
apt-2.1.12/dselect/update-26-
##############################################
apt-2.1.12/methods/connect.cc-124-
apt-2.1.12/methods/connect.cc:125:   Connection(struct addrinfo *Addr, std::string const &Host, aptMethod *Owner) : Addr(Addr), Host(Host), Owner(Owner), Fd(new FdFd()), Name{0}, Service{0}
apt-2.1.12/methods/connect.cc-126-   {
##############################################
apt-2.1.12/methods/rfc2553emu.cc-185-      {
apt-2.1.12/methods/rfc2553emu.cc:186:	 struct hostent *Ent = gethostbyaddr((char *)&sin->sin_addr,sizeof(sin->sin_addr),
apt-2.1.12/methods/rfc2553emu.cc-187-					     AF_INET);
##############################################
apt-2.1.12/test/thread-safety/thread-check.txt-33-getgrnam()
apt-2.1.12/test/thread-safety/thread-check.txt:34:gethostbyaddr() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
apt-2.1.12/test/thread-safety/thread-check.txt-35-gethostbyname() [POSIX.1-2001 only (function removed in POSIX.1-2008)]
##############################################
apt-2.1.12/test/thread-safety/thread-check.txt-37-getlogin()
apt-2.1.12/test/thread-safety/thread-check.txt:38:getnetbyaddr()
apt-2.1.12/test/thread-safety/thread-check.txt-39-getnetbyname()