/freebsd/contrib/jemalloc/src/ |
H A D | malloc_io.c | 58 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s, 65 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, 249 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) { in u2s() argument 263 const char *digits = (uppercase) in u2s() 274 const char *digits = (uppercase) in u2s() 330 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) { in x2s() argument 331 s = u2s(x, 16, uppercase, s, slen_p); in x2s() 335 memcpy(s, uppercase ? "0X" : "0x", 2); in x2s()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 43 bool negative, bool uppercase) { in AppendNumber() argument 76 digit = (digit < 10) ? '0' + digit : (uppercase ? 'A' : 'a') + digit - 10; in AppendNumber() 84 bool uppercase) { in AppendUnsigned() argument 86 pad_with_zero, false /* negative */, uppercase); in AppendUnsigned() 188 bool uppercase = (*cur == 'X'); in VSNPrintf() local 190 width, pad_with_zero, uppercase); in VSNPrintf()
|
/freebsd/contrib/less/ |
H A D | opttbl.c | 792 int uppercase; in findopt_name() local 814 for (uppercase = 0; uppercase <= 1; uppercase++) in findopt_name() 816 len = sprefix(optname, oname->oname, uppercase); in findopt_name()
|
H A D | main.c | 365 public int sprefix(char *ps, char *s, int uppercase) in sprefix() argument 374 if (uppercase) in sprefix()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-expand.mk | 217 LATER= uppercase-value 280 LATER= uppercase-value
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core.h | 196 # pragma names uppercase,truncated
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 409 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- 1195 leaving uppercase code points uppercase. Each non-basic code point 1198 is uppercase, it is a suggestion to map the non-basic code point to 1199 uppercase (if possible); if it is lowercase, it is a suggestion to 1206 uppercase/lowercase form of ASCII letters. 1298 /* the corresponding Unicode character be forced to uppercase */ 1302 /* to uppercase or lowercase according to the corresponding */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ios.cppm |
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-printers.cc | 190 *os << "\\x" << std::hex << std::uppercase << static_cast<int>(u_c); in PrintAsCharLiteralTo() 285 *os << std::hex << "U+" << std::uppercase << std::setfill('0') << std::setw(4) in PrintTo()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ios | 45 static constexpr fmtflags uppercase; 178 ios_base& uppercase (ios_base& str); 268 static const fmtflags uppercase = 0x4000; 797 _LIBCPP_HIDE_FROM_ABI inline ios_base& uppercase(ios_base& __str) { 798 __str.setf(ios_base::uppercase); 803 __str.unsetf(ios_base::uppercase);
|
/freebsd/contrib/googletest/docs/_sass/ |
H A D | main.scss | 33 text-transform: uppercase;
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ChangeLog | 46 * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
|
/freebsd/tools/tools/nanobsd/rescue/ |
H A D | common | 108 #makefs converts labels to uppercase anyways
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | cnxt,cx92755-pinctrl.txt | 60 is an uppercase character from 'A' to 'R', and y is a digit from 0 to 7.
|
/freebsd/contrib/bearssl/src/codec/ |
H A D | pemdec.t0 | 123 \ Normalise a byte to uppercase (ASCII only). 140 \ was exceeded. All bytes are normalised to uppercase (ASCII only).
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.c | 318 size_t len, int uppercase) in _wpa_snprintf_hex() argument 326 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | dllexports | 410 # Number for lowercase version is indicated. Number for uppercase is obtained by adding 1000. 600 # for user-callable uppercase Fortran entries.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-format-options.pod | 56 Both uppercase and lowercase are accepted.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | scientific | 124 # uppercase letters. However, examples have been seen without the date string,
|
/freebsd/contrib/expat/doc/ |
H A D | ok.min.css | 2 …uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{line-height:var(--ok-lh-heading);font-weigh…
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.timecodes | 29 In the following uppercase letters, punctuation marks and spaces <SP>
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 78 const ios_base::fmtflags ios_base::uppercase; member in ios_base
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_put_error.pod | 147 Reason codes should consist of uppercase characters, numbers and underscores
|
/freebsd/contrib/tcsh/ |
H A D | NewThings | 82 * $a:u uppercase the first character in $a, $a:l downcases the first
|