===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
watchman-4.9.0/arcanist/lib/WatchmanInstance.php-647-      echo "Didn't stop after $timeout seconds, sending signal\n";
watchman-4.9.0/arcanist/lib/WatchmanInstance.php:648:      system("gstack " . $st['pid']);
watchman-4.9.0/arcanist/lib/WatchmanInstance.php-649-      proc_terminate($this->proc);
##############################################
watchman-4.9.0/arcanist/lib/WatchmanInstance.php-748-  }
watchman-4.9.0/arcanist/lib/WatchmanInstance.php:749:  exec($cmd, $output, $status);
watchman-4.9.0/arcanist/lib/WatchmanInstance.php-750-  if ($status != 0) {
##############################################
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-400-      $where = debug_backtrace();
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php:401:      $where = array_shift($where);
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-402-      $where = sprintf("at line %d in file %s",
##############################################
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-468-        $where = debug_backtrace();
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php:469:        $where = array_shift($where);
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-470-        $where = sprintf("at line %d in file %s",
##############################################
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-496-      $where = debug_backtrace();
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php:497:      $where = array_shift($where);
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-498-      $where = sprintf("at line %d in file %s",
##############################################
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-511-      $where = debug_backtrace();
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php:512:      $where = array_shift($where);
watchman-4.9.0/arcanist/lib/WatchmanTestCase.php-513-      $where = sprintf("at line %d in file %s",
##############################################
watchman-4.9.0/configure.ac-175-  AC_MSG_CHECKING(for PCRE using $PCRE_CONFIG_PATH)
watchman-4.9.0/configure.ac:176:  pcre_version=`"$PCRE_CONFIG_PATH" --version 2>/dev/null`
watchman-4.9.0/configure.ac-177-  if test $? -ne 0; then
##############################################
watchman-4.9.0/configure.ac-183-  if test -n "$pcre_version"; then
watchman-4.9.0/configure.ac:184:    PCRE_LIBS=`$PCRE_CONFIG_PATH --libs`
watchman-4.9.0/configure.ac-185-    LIBS="$LIBS $PCRE_LIBS"
watchman-4.9.0/configure.ac:186:    PCRE_CFLAGS=`$PCRE_CONFIG_PATH --cflags`
watchman-4.9.0/configure.ac-187-    CFLAGS="$CFLAGS $PCRE_CFLAGS"
##############################################
watchman-4.9.0/configure.ac-239-      dnl resolve real path to bin dir
watchman-4.9.0/configure.ac:240:      MONITOR_PATH="`cd $gimli_dir/../bin ; echo \$PWD`/monitor"
watchman-4.9.0/configure.ac-241-      break
##############################################
watchman-4.9.0/tests/integration/remove.php-46-      // This looks so fugly
watchman-4.9.0/tests/integration/remove.php:47:      system("rd /s /q $root");
watchman-4.9.0/tests/integration/remove.php-48-      for ($i = 0; $i < 10; $i++) {
##############################################
watchman-4.9.0/tests/integration/remove.php-61-    } else {
watchman-4.9.0/tests/integration/remove.php:62:      system("rm -rf $root ; mkdir -p $root/notme");
watchman-4.9.0/tests/integration/remove.php-63-    }
##############################################
watchman-4.9.0/website/_docs/cli-options.markdown-22-
watchman-4.9.0/website/_docs/cli-options.markdown:23:Watchman will prefer to resolve your user name from the `$USER` environmental
watchman-4.9.0/website/_docs/cli-options.markdown:24:variable, or `$LOGNAME` if `$USER` was not set.  If neither are set watchman
watchman-4.9.0/website/_docs/cli-options.markdown-25-will look it up from the system using `getpwuid(getuid())`.  When we refer to
##############################################
watchman-4.9.0/website/_docs/cli-options.markdown-28-In some cases Watchman will need to create files in a temporary location.
watchman-4.9.0/website/_docs/cli-options.markdown:29:Watchman will resolve this temporary location by looking at the `$TMPDIR`
watchman-4.9.0/website/_docs/cli-options.markdown:30:environmental variable, or `$TMP` if `$TMPDIR` was not set.  If neither are set
watchman-4.9.0/website/_docs/cli-options.markdown-31-watchman will use `/tmp`.  When we refer to `<TMPDIR>` in this documentation we
##############################################
watchman-4.9.0/website/_docs/cmd.trigger.markdown-85-  values; this will form the argv array of the trigger process.  When
watchman-4.9.0/website/_docs/cmd.trigger.markdown:86:  the trigger is spawned, the `$PATH` of the Watchman process will be used
watchman-4.9.0/website/_docs/cmd.trigger.markdown:87:  to locate the command.  If you have changed your `$PATH` since the Watchman
watchman-4.9.0/website/_docs/cmd.trigger.markdown:88:  process was started, Watchman won't be able to see your new `$PATH`.
watchman-4.9.0/website/_docs/cmd.trigger.markdown-89-  If you are registering trigger that runs something from an unusual or
##############################################
watchman-4.9.0/website/_docs/cmd.trigger.markdown-164-  will *always* be relative to the watched root.  The path to the root can
watchman-4.9.0/website/_docs/cmd.trigger.markdown:165:  be found in the `$WATCHMAN_ROOT` environmental variable.
watchman-4.9.0/website/_docs/cmd.trigger.markdown-166-
##############################################
watchman-4.9.0/website/_docs/configuration.markdown-21-that your particular installation may locate it elsewhere.   In addition,
watchman-4.9.0/website/_docs/configuration.markdown:22:the environmental variable `$WATCHMAN_CONFIG_FILE` will override the
watchman-4.9.0/website/_docs/configuration.markdown-23-default location.
##############################################
watchman-4.9.0/website/_docs/socket-interface.markdown-19-the location, or if you are being invoked via a trigger (since version 2.9.7)
watchman-4.9.0/website/_docs/socket-interface.markdown:20:you will find the location in the `$WATCHMAN_SOCK` environmental variable.
watchman-4.9.0/website/_docs/socket-interface.markdown-21-
##############################################
watchman-4.9.0/winbuild/backtrace.cpp-53-
watchman-4.9.0/winbuild/backtrace.cpp:54:    if (!SymFromAddr(proc, addr, 0, &sym.info)) {
watchman-4.9.0/winbuild/backtrace.cpp-55-      snprintf(