Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h37 inline char hexdigit(unsigned X, bool LowerCase = false) {
40 const uint8_t Offset = LowerCase ? 32 : 0;
110 /// Checks if character \p C is a lowercase letter as classified by "C" locale.
120 /// lowercase letter as classified by "C" locale.
151 /// Returns the corresponding lowercase character if \p x is uppercase.
158 /// Returns the corresponding uppercase character if \p x is lowercase.
165 inline std::string utohexstr(uint64_t X, bool LowerCase = false,
174 *--BufPtr = hexdigit(Mod, LowerCase);
183 inline void toHex(ArrayRef<uint8_t> Input, bool LowerCase, in toHex() argument
190 Output[i * 2 ] = hexdigit(c >> 4, LowerCase); in toHex()
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp127 // Scan for *lowercase* 'reate' or 'opy', followed by no lowercase in followsCreateRule()
142 // If we matched a lowercase character, it isn't the end of the in followsCreateRule()
/freebsd-src/crypto/openssl/
H A Dconfig.com17 $ arch = f$edit( f$getsyi( "arch_name"), "lowercase")
28 $ P = F$EDIT(P1,"TRIM,LOWERCASE")
/freebsd-src/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.
281 later= lowercase-value
282 # expect+1: while evaluating variable "indirect" with value "${later:s,value,replaced,} ok ${later:value=sysv}": while evaluating variable "later" with value "lowercase-value": Unknown modifier "s,value,replaced,"
H A Dvarmod-to-lower.mk4 # to lowercase.
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_options.3394 .It Cm allow-lowercase
395 If enabled, allows filenames to contain lowercase characters.
409 .It Cm allow-pvd-lowercase
410 If enabled, the Primary Volume Descriptor may contain lowercase ASCII characters, in violation of t…
466 (except lowercase characters unless
467 .Cm allow-lowercase
/freebsd-src/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-src/usr.bin/getaddrinfo/
H A Dgetaddrinfo.187 prefix and lowercase.
134 prefix and lowercase.
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h119 /// Return true if this character is a lowercase ASCII letter: [a-z] in isLetter()
221 /// Converts the given ASCII character to its lowercase equivalent. in toUppercase()
232 /// If the character is not a lowercase character, it is returned as is.
/freebsd-src/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-src/sys/contrib/openzfs/man/man7/
H A Dvdevprops.761 The values of non-numeric properties are case sensitive and must be lowercase.
169 They may contain lowercase letters, numbers, and the following punctuation
/freebsd-src/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-src/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-src/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-src/sys/contrib/openzfs/config/
H A Dkernel-pde-data.m414 AC_MSG_CHECKING([whether pde_data() is lowercase])
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp30 // - all characters to lowercase.
46 // Convert the given 'Path' to lowercase and change any matching character
/freebsd-src/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-src/libexec/atrun/
H A Datrun.man31 starts all the jobs in the lowercase queues whose start
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/freebsd-src/contrib/file/magic/Magdir/
H A Duuencode9 # (xxencoding uses lowercase letters in place of most of uuencode's
/freebsd-src/contrib/libarchive/unzip/test/
H A Dtest_L.c9 /* Test L arg - make names lowercase */
/freebsd-src/lib/libsm/
H A DMakefile34 ilenx.c xleni.c utf8_valid.c uxtext_unquote.c lowercase.c strcaseeq.c
/freebsd-src/contrib/xz/src/common/
H A Dtuklib_progname.c41 // Make it lowercase. in tuklib_progname_init()

12345678910>>...12