HomeSort by: relevance | last modified time | path
    Searched refs:execwhat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
dglib.pm 162 my($exectype, $execwhat) = ($1, $2);
163 next if $execwhat =~ /^dsymutil/;
164 $execwhat =~
173 if($execwhat =~ / /) {
177 $execwhat = dirname($lastrun) . "/" . basename($execwhat) if $lastrun and $execwhat;
178 $execwhat =~ s/\s.*//;
182 if($execwhat =~ m!/(gcc|c\+\+)$!) {
191 $execwhat =~ s!/[^/]*/\.\.!!; # foo/bar/../baz -> foo/ba
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
dglib.pm 162 my($exectype, $execwhat) = ($1, $2);
163 next if $execwhat =~ /^dsymutil/;
164 $execwhat =~
173 if($execwhat =~ / /) {
177 $execwhat = dirname($lastrun) . "/" . basename($execwhat) if $lastrun and $execwhat;
178 $execwhat =~ s/\s.*//;
182 if($execwhat =~ m!/(gcc|c\+\+)$!) {
191 $execwhat =~ s!/[^/]*/\.\.!!; # foo/bar/../baz -> foo/ba
    [all...]

Completed in 59 milliseconds