| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFFProperties.td | 13 … 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 D | cgen.sh | 69 lowercase='abcdefghijklmnopqrstuvwxyz' 71 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | cgen.sh | 69 lowercase='abcdefghijklmnopqrstuvwxyz' 71 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
|
| /openbsd-src/regress/sys/dev/video/ |
| H A D | videotest.c | 646 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 D | charset.exp | 445 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 D | uuencode | 9 # 'M'. (xxencoding uses lowercase letters in place of most of uuencode's
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | import-bigfloat.t | 57 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | import-bigint.t | 57 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | import-bignum.t | 57 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | import-bigrat.t | 57 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | option_l-bigfloat.t | 66 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | option_l-bignum.t | 66 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | option_l-bigint.t | 66 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| H A D | option_l-bigrat.t | 66 # test that options are only lowercase (don't see a reason why allow UPPER)
|
| /openbsd-src/regress/usr.sbin/ldapd/ |
| H A D | common.pl | 125 my $ldif = Net::LDAP::LDIF->new("$TEMPDIR/${test}-out.ldif","w", lowercase => 1);
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | match.c | 138 * 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 D | misc.h | 100 void lowercase(char *s);
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMDistributionSupport.cmake | 179 # 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 D | util.c | 634 lowercase(char *buf, const char *s, size_t len) in lowercase() function 673 if (!lowercase(buf, s, len)) in xlowercase()
|
| H A D | table_static.c | 88 if (!lowercase(lkey, key, sizeof lkey)) { in table_static_priv_add()
|
| H A D | mda_variables.c | 326 if (!lowercase(tmp, buf, sizeof tmp)) in mod_lowercase()
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| H A D | spell.ok | 214 lowercase
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BuildingADistribution.rst | 104 ``${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 D | perlrecharclass.pod | 360 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 D | perlstyle.pod | 198 reserves lowercase module names for "pragma" modules like C<integer> and 213 Function and method names seem to work best as all lowercase.
|