Searched refs:lc (Results 1 - 3 of 3) sorted by relevance

/httpd/support/
H A Dsplit-logfile.in47 $vhost = lc ($vhost) || "access";
H A Dapxs.in217 if (exists $config_vars{$arg} or exists $config_vars{lc $arg}) {
220 : $config_vars{lc $arg};
227 if (exists $internal_vars{$arg} or exists $internal_vars{lc $arg}) {
228 my $val = exists $internal_vars{$arg} ? $arg : lc $arg;
/httpd/modules/filters/
H A Dregexp.c142 int lc; local
202 lc = 0;
224 if (c == '-' && lc != 0) {
237 while (lc < c) {
238 PLACE(lc);
239 lc++;
242 lc = c;

Completed in 1210 milliseconds