===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nvidia-xconfig-450.66/XF86Config-parser/Generate.c-302-#if defined(NV_SUNOS)
nvidia-xconfig-450.66/XF86Config-parser/Generate.c:303:    ret = system("ps -e -o fname | grep -v grep | egrep \"^xfs$\" > /dev/null");
nvidia-xconfig-450.66/XF86Config-parser/Generate.c-304-#elif defined(NV_BSD)
nvidia-xconfig-450.66/XF86Config-parser/Generate.c:305:    ret = system("ps -e -o comm | grep -v grep | egrep \"^xfs$\" > /dev/null");
nvidia-xconfig-450.66/XF86Config-parser/Generate.c-306-#else
##############################################
nvidia-xconfig-450.66/.pc/clean.patch/Makefile-158-	  -D__VERSION__=$(NVIDIA_VERSION) \
nvidia-xconfig-450.66/.pc/clean.patch/Makefile:159:	  -D__DATE__="`$(DATE) +%F`" \
nvidia-xconfig-450.66/.pc/clean.patch/Makefile-160-	  -D__BUILD_OS__=$(TARGET_OS) \
##############################################
nvidia-xconfig-450.66/.pc/xorg.patch/XF86Config-parser/Generate.c-296-#if defined(NV_SUNOS)
nvidia-xconfig-450.66/.pc/xorg.patch/XF86Config-parser/Generate.c:297:    ret = system("ps -e -o fname | grep -v grep | egrep \"^xfs$\" > /dev/null");
nvidia-xconfig-450.66/.pc/xorg.patch/XF86Config-parser/Generate.c-298-#elif defined(NV_BSD)
nvidia-xconfig-450.66/.pc/xorg.patch/XF86Config-parser/Generate.c:299:    ret = system("ps -e -o comm | grep -v grep | egrep \"^xfs$\" > /dev/null");
nvidia-xconfig-450.66/.pc/xorg.patch/XF86Config-parser/Generate.c-300-#else
##############################################
nvidia-xconfig-450.66/Makefile-159-	  -D__VERSION__=$(NVIDIA_VERSION) \
nvidia-xconfig-450.66/Makefile:160:	  -D__DATE__="`$(DATE) +%F`" \
nvidia-xconfig-450.66/Makefile-161-	  -D__BUILD_OS__=$(TARGET_OS) \