Home
last modified time | relevance | path

Searched refs:lowercase (Results 1 – 25 of 180) sorted by relevance

12345678

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFFProperties.td13 … These versions are checked in sequence: exact, lowercase, exact with '.debug' suffix stripped, lo…
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen.sh69 lowercase='abcdefghijklmnopqrstuvwxyz'
71 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen.sh69 lowercase='abcdefghijklmnopqrstuvwxyz'
71 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
/openbsd-src/regress/sys/dev/video/
H A Dvideotest.c646 print_pixelformat(uint32_t pixelformat, int lowercase) in print_pixelformat() argument
654 if (lowercase) in print_pixelformat()
660 if (lowercase) in print_pixelformat()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcharset.exp445 set lowercase "abcdefghijklmnopqrstuvwxyz"
452 …a|x)(\\\\b|x)(\\\\f|x)(\\\\n|x)(\\\\r|x)(\\\\t|x)(\\\\v|x)${uppercase}${lowercase}${digits}(\\\\\[…
/openbsd-src/usr.bin/file/magdir/
H A Duuencode9 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dimport-bigfloat.t57 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Dimport-bigint.t57 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Dimport-bignum.t57 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Dimport-bigrat.t57 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Doption_l-bigfloat.t66 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Doption_l-bignum.t66 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Doption_l-bigint.t66 # test that options are only lowercase (don't see a reason why allow UPPER)
H A Doption_l-bigrat.t66 # test that options are only lowercase (don't see a reason why allow UPPER)
/openbsd-src/regress/usr.sbin/ldapd/
H A Dcommon.pl125 my $ldif = Net::LDAP::LDIF->new("$TEMPDIR/${test}-out.ldif","w", lowercase => 1);
/openbsd-src/usr.bin/ssh/
H A Dmatch.c138 * subpattern to lowercase. in match_pattern_list()
181 * Tries to match the host name (which must be in all lowercase) against the
192 lowercase(hostcopy); in match_hostname()
H A Dmisc.h100 void lowercase(char *s);
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake179 # in lowercase and ${distribution} is the distribution name in lowercase, except
223 # where ${distribution} is the distribution name in lowercase, or "distribution"
/openbsd-src/usr.sbin/smtpd/
H A Dutil.c634 lowercase(char *buf, const char *s, size_t len) in lowercase() function
673 if (!lowercase(buf, s, len)) in xlowercase()
H A Dtable_static.c88 if (!lowercase(lkey, key, sizeof lkey)) { in table_static_priv_add()
H A Dmda_variables.c326 if (!lowercase(tmp, buf, sizeof tmp)) in mod_lowercase()
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok214 lowercase
/openbsd-src/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst104 ``${distribution}`` is the name of the distribution in lowercase, to install
110 of the project in lowercase and ``${distribution}`` is the name of the
111 distribution in lowercase, unless the project is LLVM, in which case the target
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlrecharclass.pod360 followed by a lowercase C<l>.
449 instance, C<[aeiou]+> matches one or more lowercase English vowels.
621 matches any lowercase letter from the first half of the ASCII alphabet.
675 C<[a-z]> matches the 26 lowercase letters; and C<[0-9]> matches the 10
686 lowercase, and digit ranges, AND each end of the range is expressed
708 lowercase ASCII letter, which therefore includes more than a million
734 "x" =~ /[^aeiou]/ # Match, as 'x' isn't a lowercase vowel.
744 of the lowercase letters between 'a' and 'f' inclusive.
803 lower Any lowercase character (e.g., [a-z]).
1017 # lowercase lette
[all...]
H A Dperlstyle.pod198 reserves lowercase module names for "pragma" modules like C<integer> and
213 Function and method names seem to work best as all lowercase.

12345678