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

/httpd/support/SHA1/
H A Dhtpasswd-sha1.pl19 if ($#ARGV!=1) { die "Usage $0: user password\n" }
21 print $ARGV[0], ':{SHA}', encode_base64( Digest::SHA1::sha1($ARGV[1]) );
/httpd/build/
H A Dmkdep.perl29 if ($#ARGV < 1);
31 $cmdl = shift(@ARGV);
33 $cmdl = "$cmdl " . shift (@ARGV) while ($ARGV[0] =~ /^-[A-Z]/);
35 while ($file = shift(@ARGV))
H A Dnw_ver.awk19 while ((getline < ARGV[1]) > 0) {
21 if (((getline < ARGV[1]) > 0) && (split($0, c, "\"") == 3)) {
41 if (ARGV[2]) {
42 while ((getline < ARGV[2]) > 0) {
H A Dinstallwinconf.awk6 # Note that we -don't- want the ARGV file list, so no additional {} blocks
8 # that ARGV[] params are -not- '\' escaped to process the C:\Foo\Bar Win32
15 domainname = ARGV[1];
16 servername = ARGV[2];
17 serveradmin = ARGV[3];
18 serverport = ARGV[4];
19 serversslport = ARGV[5];
20 serverroot = ARGV[6];
21 sourceroot = ARGV[7];
23 delete ARGV[
[all...]
H A DcpR_noreplace.pl56 if (scalar(@ARGV) > 0) {
H A DmkconfNW.awk151 if ((ARGV[1] ~ /httpd.conf.in/) && !BSDSKT) {
H A Dmake_exports.awk28 file = ARGV[i]
/httpd/support/
H A Dapachectl.in39 ARGV="$@"
75 if [ "x$ARGV" = "x" ] ; then
76 ARGV="-h"
81 $HTTPD -k $ARGV
H A Ddbmmanage.in111 if (@ARGV[0] eq "-d") {
112 shift @ARGV;
120 if (@ARGV[0] eq "-m") {
121 shift @ARGV;
125 if (@ARGV[0] eq "-p") {
126 shift @ARGV;
134 if (@ARGV[0] eq "-s") {
135 shift @ARGV;
144 my($file,$command,$key,$crypted_pwd,$groups,$comment) = @ARGV;
H A Dapxs.in86 my ($argumentative, @ARGV) = @_;
91 while (@ARGV && ($_ = $ARGV[0]) =~ /^-(.)(.*)/) {
94 shift @ARGV;
100 shift @ARGV;
102 unless (@ARGV) {
106 $rest = shift(@ARGV);
111 shift @ARGV;
113 unless (@ARGV) {
117 $rest = shift(@ARGV);
[all...]
/httpd/test/
H A Dcheck_chunked53 read(ARGV, $data, $chunklen) == $chunklen || die "short read!\n";
/httpd/docs/log-message-tags/
H A Dupdate-log-msg-tags12 foreach my $file (@ARGV) {

Completed in 55 milliseconds