===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
api-sanity-checker-1.98.7/Makefile.pl-106-    
api-sanity-checker-1.98.7/Makefile.pl:107:    if(my $Version = `$ABICC -dumpversion`)
api-sanity-checker-1.98.7/Makefile.pl-108-    {
##############################################
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm-455-    {
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm:456:        system("cd $LibName && $_");
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm-457-        if($?) {
##############################################
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm-471-    }
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm:472:    system($Cmd);
api-sanity-checker-1.98.7/modules/Internals/RegTests.pm-473-    
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-834-    { # try these display numbers only
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:835:        system("xprop -display :$DNUM".".0 -root >$TMP_DIR/null 2>&1");
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-836-        if($? ne 0)
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-854-        printMsg("INFO", "starting X Virtual Frame Buffer on the display $TEST_DISPLAY");
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:855:        system("Xvfb -screen 0 1024x768x24 $TEST_DISPLAY -ac +bs +kb -fp /usr/share/fonts/misc/ >$TMP_DIR/null 2>&1 & sleep 1");
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-856-        if($?) {
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-865-        # Xvfb is running, determine the display number
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:866:        my $CMD_XVFB = `ps -p "$running" -f | tail -n 1`;
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-867-        chomp($CMD_XVFB);
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-1999-        }
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:2000:        my @Files = split(/\n/, `$Cmd 2>\"$TMP_DIR/null\"`);
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-2001-        if($Name)
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-2046-        }
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:2047:        my $Res = `$Cmd 2>\"$TMP_DIR/null\"`;
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-2048-        if($? and $!) {
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-11121-            $ProcCmd=~s/[\/\\]/\\/g;
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:11122:            system($ProcCmd);
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-11123-        }
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-13422-        }
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:13423:        writeFile("$TEST_SUITE_PATH/$TargetLibraryName-t2c/$TargetLibraryName.cfg", "# Custom compiler options\nCOMPILER_FLAGS = -DCHECK_EXT_REQS `pkg-config --cflags $TargetLibraryName` -D_GNU_SOURCE\n\n# Custom linker options\nLINKER_FLAGS = `pkg-config --libs $TargetLibraryName`\n\n# Maximum time (in seconds) each test is allowed to run\nWAIT_TIME = $HANGED_EXECUTION_TIME\n\n# Copyright holder\nCOPYRIGHT_HOLDER = COMPANY\n");
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-13424-    }
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-13904-    # check ACC
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:13905:    if(my $Version = `$ABI_CC -dumpversion`)
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-13906-    {
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14000-    
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:14001:    if(my $RInc = eval(readFile($Extra_Dir."/recursive-includes")))
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14002-    {
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14056-    
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:14057:    if(my $DInc = eval(readFile($Extra_Dir."/direct-includes"))) {
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14058-        %DirectIncludes = %{$DInc};
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14070-    
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:14071:    my $ABI = eval($ABI_Dump);
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14072-    
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14771-    { # allocated memory for tests generation should be returned to OS
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:14772:        system("perl", $0, @INPUT_OPTIONS); # build + run
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14773-        exit($?>>8);
##############################################
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14834-    { # tests running requires creation of two processes, so allocated memory must be returned to the system
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl:14835:        system("perl", $0, @INPUT_OPTIONS);
api-sanity-checker-1.98.7/.pc/typos.patch/api-sanity-checker.pl-14836-        exit($ResultCounter{"Build"}{"Fail"}!=0 or $?>>8);
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-834-    { # try these display numbers only
api-sanity-checker-1.98.7/api-sanity-checker.pl:835:        system("xprop -display :$DNUM".".0 -root >$TMP_DIR/null 2>&1");
api-sanity-checker-1.98.7/api-sanity-checker.pl-836-        if($? ne 0)
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-854-        printMsg("INFO", "starting X Virtual Frame Buffer on the display $TEST_DISPLAY");
api-sanity-checker-1.98.7/api-sanity-checker.pl:855:        system("Xvfb -screen 0 1024x768x24 $TEST_DISPLAY -ac +bs +kb -fp /usr/share/fonts/misc/ >$TMP_DIR/null 2>&1 & sleep 1");
api-sanity-checker-1.98.7/api-sanity-checker.pl-856-        if($?) {
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-865-        # Xvfb is running, determine the display number
api-sanity-checker-1.98.7/api-sanity-checker.pl:866:        my $CMD_XVFB = `ps -p "$running" -f | tail -n 1`;
api-sanity-checker-1.98.7/api-sanity-checker.pl-867-        chomp($CMD_XVFB);
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-1999-        }
api-sanity-checker-1.98.7/api-sanity-checker.pl:2000:        my @Files = split(/\n/, `$Cmd 2>\"$TMP_DIR/null\"`);
api-sanity-checker-1.98.7/api-sanity-checker.pl-2001-        if($Name)
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-2046-        }
api-sanity-checker-1.98.7/api-sanity-checker.pl:2047:        my $Res = `$Cmd 2>\"$TMP_DIR/null\"`;
api-sanity-checker-1.98.7/api-sanity-checker.pl-2048-        if($? and $!) {
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-11121-            $ProcCmd=~s/[\/\\]/\\/g;
api-sanity-checker-1.98.7/api-sanity-checker.pl:11122:            system($ProcCmd);
api-sanity-checker-1.98.7/api-sanity-checker.pl-11123-        }
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-13422-        }
api-sanity-checker-1.98.7/api-sanity-checker.pl:13423:        writeFile("$TEST_SUITE_PATH/$TargetLibraryName-t2c/$TargetLibraryName.cfg", "# Custom compiler options\nCOMPILER_FLAGS = -DCHECK_EXT_REQS `pkg-config --cflags $TargetLibraryName` -D_GNU_SOURCE\n\n# Custom linker options\nLINKER_FLAGS = `pkg-config --libs $TargetLibraryName`\n\n# Maximum time (in seconds) each test is allowed to run\nWAIT_TIME = $HANGED_EXECUTION_TIME\n\n# Copyright holder\nCOPYRIGHT_HOLDER = COMPANY\n");
api-sanity-checker-1.98.7/api-sanity-checker.pl-13424-    }
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-13904-    # check ACC
api-sanity-checker-1.98.7/api-sanity-checker.pl:13905:    if(my $Version = `$ABI_CC -dumpversion`)
api-sanity-checker-1.98.7/api-sanity-checker.pl-13906-    {
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-14000-    
api-sanity-checker-1.98.7/api-sanity-checker.pl:14001:    if(my $RInc = eval(readFile($Extra_Dir."/recursive-includes")))
api-sanity-checker-1.98.7/api-sanity-checker.pl-14002-    {
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-14056-    
api-sanity-checker-1.98.7/api-sanity-checker.pl:14057:    if(my $DInc = eval(readFile($Extra_Dir."/direct-includes"))) {
api-sanity-checker-1.98.7/api-sanity-checker.pl-14058-        %DirectIncludes = %{$DInc};
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-14070-    
api-sanity-checker-1.98.7/api-sanity-checker.pl:14071:    my $ABI = eval($ABI_Dump);
api-sanity-checker-1.98.7/api-sanity-checker.pl-14072-    
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-14771-    { # allocated memory for tests generation should be returned to OS
api-sanity-checker-1.98.7/api-sanity-checker.pl:14772:        system("perl", $0, @INPUT_OPTIONS); # build + run
api-sanity-checker-1.98.7/api-sanity-checker.pl-14773-        exit($?>>8);
##############################################
api-sanity-checker-1.98.7/api-sanity-checker.pl-14834-    { # tests running requires creation of two processes, so allocated memory must be returned to the system
api-sanity-checker-1.98.7/api-sanity-checker.pl:14835:        system("perl", $0, @INPUT_OPTIONS);
api-sanity-checker-1.98.7/api-sanity-checker.pl-14836-        exit($ResultCounter{"Build"}{"Fail"}!=0 or $?>>8);