Home
last modified time | relevance | path

Searched full:lowercase (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h38 inline char hexdigit(unsigned X, bool LowerCase = false) {
41 const uint8_t Offset = LowerCase ? 32 : 0;
111 /// Checks if character \p C is a lowercase letter as classified by "C" locale.
121 /// lowercase letter as classified by "C" locale.
163 /// Returns the corresponding lowercase character if \p x is uppercase.
170 /// Returns the corresponding uppercase character if \p x is lowercase.
177 inline std::string utohexstr(uint64_t X, bool LowerCase = false,
187 *--BufPtr = hexdigit(Mod, LowerCase);
196 inline void toHex(ArrayRef<uint8_t> Input, bool LowerCase, argument
203 Output[i * 2 ] = hexdigit(c >> 4, LowerCase);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst24 * Lowercase characters: [a-z]
30 * Lowercase characters: [a-z]
34 3. Unless a bus defines differently, unit addresses shall use lowercase
37 4. Hex values in properties, e.g. "reg", shall use lowercase hex. The address
H A Dxilinx.txt37 directive in system.mhs). Should be in lowercase
42 to lowercase and all underscore '_' characters are
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp126 // Scan for *lowercase* 'reate' or 'opy', followed by no lowercase in followsCreateRule()
141 // If we matched a lowercase character, it isn't the end of the in followsCreateRule()
/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-expand.mk218 later= lowercase-value
226 # be the lowercase version of the variable 'INDIRECT'.
232 # lowercase, which turns 'S' into 's', thus producing an unknown modifier.
280 later= lowercase-value
H A Dvarmod-to-lower.mk4 # to lowercase.
H A Dvarmod-to-title.mk4 # to lowercase.
H A Dvar-op-expand.exp5 while evaluating variable "later" with value "lowercase-value"
/freebsd/crypto/openssl/
H A Dconfig.com17 $ arch = f$edit( f$getsyi( "arch_name"), "lowercase")
28 $ P = F$EDIT(P1,"TRIM,LOWERCASE")
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_options.3402 .It Cm allow-lowercase
403 If enabled, allows filenames to contain lowercase characters.
417 .It Cm allow-pvd-lowercase
418 If enabled, the Primary Volume Descriptor may contain lowercase ASCII characters, in violation of t…
474 (except lowercase characters unless
475 .Cm allow-lowercase
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_misc.c345 TEST_START("lowercase mixed"); in test_lowercase()
347 lowercase(s); in test_lowercase()
352 TEST_START("lowercase empty"); in test_lowercase()
354 lowercase(s); in test_lowercase()
/freebsd/sys/sys/
H A Dttydefaults.h59 * XXX: A lot of code uses lowercase characters, but control-character
61 * characters. We just treat lowercase characters as if they were
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.187 prefix and lowercase.
134 prefix and lowercase.
/freebsd/contrib/flex/src/
H A Dccl.c269 * scanner. Specifically, if a lowercase or uppercase character, x, is in the
270 * range [c1-c2], then we require that UPPERCASE(x) and LOWERCASE(x) must also
301 /** Return true if c is uppercase or lowercase. */
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp72 llvm::toHex(BuildID[0], /*LowerCase=*/true), in fetch()
73 llvm::toHex(BuildID.slice(1), /*LowerCase=*/true)); in fetch()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt409 to have the same digit-value; for example, uppercase and lowercase
429 have both uppercase and lowercase forms.
473 A decoder MUST recognize the letters in both uppercase and lowercase
475 only uppercase forms or only lowercase forms, unless it uses mixed-
1194 copies them verbatim, leaving lowercase code points lowercase, and
1199 uppercase (if possible); if it is lowercase, it is a suggestion to
1200 map the non-basic code point to lowercase (if possible).
1206 uppercase/lowercase form of ASCII letters.
1300 /* it be forced to lowercase (if possible). ASCII code points */
1302 /* to uppercase or lowercase according to the corresponding */
[all …]
/freebsd/crypto/openssh/
H A Dmatch.c140 * subpattern to lowercase. in match_pattern_list()
188 * Tries to match the host name (which must be in all lowercase) against the
199 lowercase(hostcopy); in match_hostname()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h119 /// Return true if this character is a lowercase ASCII letter: [a-z]
221 /// Converts the given ASCII character to its lowercase equivalent.
232 /// If the character is not a lowercase character, it is returned as is.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp28 // - all characters to lowercase.
44 // Convert the given 'Path' to lowercase and change any matching character
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h28 #define IUCLC 0001000 // Map uppercase characters to lowercase on input
37 #define OLCUC 0000002 // Map lowercase characters to uppercase on output
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-pde-data.m415 AC_MSG_CHECKING([whether pde_data() is lowercase])
/freebsd/contrib/libarchive/unzip/test/
H A Dtest_L.c9 /* Test L arg - make names lowercase */
/freebsd/contrib/ldns/ldns/
H A Ddname.h130 * Put a dname into canonical fmt - ie. lowercase it
131 * \param[in] rdf the dname to lowercase
/freebsd/sys/contrib/openzfs/man/man7/
H A Dvdevprops.762 The values of non-numeric properties are case sensitive and must be lowercase.
248 They may contain lowercase letters, numbers, and the following punctuation
/freebsd/libexec/atrun/
H A Datrun.man31 starts all the jobs in the lowercase queues whose start

12345678910>>...13