===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
intel-hdcp-20.3.0/CMakeLists.txt-106-
intel-hdcp-20.3.0/CMakeLists.txt:107:include(${CMAKE_SOURCE_DIR}/config/systemdservice.cmake)
intel-hdcp-20.3.0/CMakeLists.txt-108-
##############################################
intel-hdcp-20.3.0/common/clientsock.cpp-49-    struct sockaddr_un addr = {};
intel-hdcp-20.3.0/common/clientsock.cpp:50:    int32_t ret = InitSockAddr(&addr, path);
intel-hdcp-20.3.0/common/clientsock.cpp-51-    if (SUCCESS != ret)
##############################################
intel-hdcp-20.3.0/common/gensock.cpp-83-
intel-hdcp-20.3.0/common/gensock.cpp:84:    ret = InitSockAddr(&addr, path);
intel-hdcp-20.3.0/common/gensock.cpp-85-    if (SUCCESS != ret)
##############################################
intel-hdcp-20.3.0/common/gensock.cpp-150-
intel-hdcp-20.3.0/common/gensock.cpp:151:int32_t GenericStreamSocket::InitSockAddr(
intel-hdcp-20.3.0/common/gensock.cpp-152-                                struct sockaddr_un* addr,
##############################################
intel-hdcp-20.3.0/common/gensock.h-77-    ///////////////////////////////////////////////////////////////////////////
intel-hdcp-20.3.0/common/gensock.h:78:    int32_t InitSockAddr(struct sockaddr_un* addr, const std::string& path);
intel-hdcp-20.3.0/common/gensock.h-79-