Searched refs:ARGV (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/util/build-tools/
H A Dxmake40 for (my $i = 0; $i <= $#ARGV; $i++ ) {
41 if ($ARGV[$i] eq '-s') {
46 elsif ($ARGV[$i] eq '-v') {
51 if ($i < $#ARGV) { # more than one arg left
52 if ($ARGV[$i] eq '-j') {
53 $max_jobs = $ARGV[++$i];
56 if ($ARGV[$i] eq '-C') {
57 chdir($ARGV[++$i])
58 or die "$0: Can't chdir $ARGV[$i]: $OS_ERROR";
65 push @pass_args, $ARGV[
[all...]
H A Dfind-build-errors47 if (defined $ARGV[0] && $ARGV[0] eq '-s') {
49 shift @ARGV;
52 if (defined $ARGV[0]) {
53 if (-d $ARGV[0]) {
54 $logfile = $ARGV[0] . '/' . $default_logpath;
55 } elsif ($ARGV[0] =~ m{/make-pkgs$}ms) {
56 $pkglog = $ARGV[0];
58 } elsif ($ARGV[0] =~ m{/check-pkgs$}ms) {
59 $pkglog = $ARGV[
[all...]
/solaris-x11-s11/open-src/common/
H A Dset-elf-comments.pl148 find(\&scan_file, @ARGV);
H A Dpkg-manifest-generate.pl41 foreach my $arg (@ARGV) {
H A Ddelibtoolize.pl319 find(\&scan_file, @ARGV);

Completed in 16 milliseconds