Home
last modified time | relevance | path

Searched refs:uppercase (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/jemalloc/src/
H A Dmalloc_io.c58 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 Dsanitizer_printf.cpp43 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 Dopttbl.c792 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 Dmain.c365 public int sprefix(char *ps, char *s, int uppercase) in sprefix() argument
374 if (uppercase) in sprefix()
/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-expand.mk217 LATER= uppercase-value
280 LATER= uppercase-value
/freebsd/crypto/openssl/include/openssl/
H A Dcore.h196 # pragma names uppercase,truncated
/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-
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 Dcpus.txt21 name with all uppercase letters converted to lowercase, indicates that
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.cppm
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc190 *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 Dios45 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 Dmain.scss33 text-transform: uppercase;
/freebsd/crypto/heimdal/lib/ntlm/
H A DChangeLog46 * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
/freebsd/tools/tools/nanobsd/rescue/
H A Dcommon108 #makefs converts labels to uppercase anyways
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dcnxt,cx92755-pinctrl.txt60 is an uppercase character from 'A' to 'R', and y is a digit from 0 to 7.
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0123 \ 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 Dcommon.c318 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 Ddllexports410 # 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 Dopenssl-format-options.pod56 Both uppercase and lowercase are accepted.
/freebsd/contrib/file/magic/Magdir/
H A Dscientific124 # uppercase letters. However, examples have been seen without the date string,
/freebsd/contrib/expat/doc/
H A Dok.min.css2uppercase;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 DREADME.timecodes29 In the following uppercase letters, punctuation marks and spaces <SP>
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp78 const ios_base::fmtflags ios_base::uppercase; member in ios_base
/freebsd/crypto/openssl/doc/man3/
H A DERR_put_error.pod147 Reason codes should consist of uppercase characters, numbers and underscores
/freebsd/contrib/tcsh/
H A DNewThings82 * $a:u uppercase the first character in $a, $a:l downcases the first

123