Searched refs:uppercase (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc87 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e';
89 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g';
H A Dios.cc55 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h46 using std::uppercase;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp43 bool negative, bool uppercase) {
76 digit = (digit < 10) ? '0' + digit : (uppercase ? 'A' : 'a') + digit - 10;
84 bool uppercase) {
86 pad_with_zero, false /* negative */, uppercase);
94 false /* uppercase */);
124 true /* pad_with_zero */, false /* uppercase */);
186 bool uppercase = (*cur == 'X'); local
188 width, pad_with_zero, uppercase);
41 AppendNumber(char **buff, const char *buff_end, u64 absolute_value, u8 base, u8 minimal_num_length, bool pad_with_zero, bool negative, bool uppercase) argument
82 AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, u8 minimal_num_length, bool pad_with_zero, bool uppercase) argument
/freebsd-11-stable/contrib/jemalloc/src/
H A Dutil.c35 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
42 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
240 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) argument
255 const char *digits = (uppercase)
266 const char *digits = (uppercase)
322 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) argument
325 s = u2s(x, 16, uppercase, s, slen_p);
329 memcpy(s, uppercase ? "0X" : "0x", 2);
/freebsd-11-stable/contrib/less/
H A Dmain.c366 * If uppercase is true, the first string must begin with an uppercase
370 sprefix(ps, s, uppercase)
373 int uppercase;
382 if (uppercase)
H A Dopttbl.c644 int uppercase; local
662 * Try normal match first (uppercase == 0),
664 * try uppercase match (uppercase == 1).
666 for (uppercase = 0; uppercase <= 1; uppercase++)
668 len = sprefix(optname, oname->oname, uppercase);
H A Dfuncs.h4 public int sprefix LESSPARAMS ((char *ps, char *s, int uppercase));
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h248 * - uppercase
303 /// Replaces certain lowercase letters with their uppercase equivalents
305 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
866 /// Calls base.setf(ios_base::uppercase).
868 uppercase(ios_base& __base) function
870 __base.setf(ios_base::uppercase);
874 /// Calls base.unsetf(ios_base::uppercase).
878 __base.unsetf(ios_base::uppercase);
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h126 void uppercase(const char *ptr, const char *end, string &result);
H A Dlabel.y229 /* uppercase or lowercase letter */
330 $$ = new map_expr($1, uppercase);
H A Dref.cpp724 void uppercase(const char *start, const char *end, string &result) function
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcgen.sh66 # $ARCH is the same argument but in all uppercase.
70 uppercase='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
71 ARCH=`echo ${arch} | tr "${lowercase}" "${uppercase}"`
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp93 Stream << std::setfill('0') << std::setw(2) << std::uppercase << std::hex
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c317 size_t len, int uppercase)
325 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x",
316 _wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len, int uppercase) argument
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp107 const ios_base::fmtflags ios_base::uppercase; member in class:ios_base
H A Dlocale.cpp4424 if (__flags & ios_base::uppercase)
4445 bool uppercase = (__flags & ios_base::uppercase) != 0; local
4457 if (uppercase)
4464 if (uppercase)
4471 if (uppercase)
4478 if (uppercase)
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile558 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_] macro
562 -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
569 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
574 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
576 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
581 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
583 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
588 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
590 -e 's/\(${uppercase}*USE_WEA
[all...]
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am1019 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
1023 -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
1031 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1037 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1039 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1045 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1047 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1053 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1055 -e 's/\(${uppercase}*USE_WEA
[all...]
H A DMakefile.in1026 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
1397 -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
1405 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1411 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1413 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1419 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1421 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1427 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1429 -e 's/\(${uppercase}*USE_WEA
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1845 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
2050 % all-uppercase.
2580 % Allow an optional argument of an uppercase letter, lowercase letter,
2599 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
2613 \uppercaseenumerate % uppercase letter
2643 % The starting (uppercase) letter is in \thearg.
2649 \errmessage{No more uppercase letters in @enumerate; get a bigger
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1772 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
1949 % all-uppercase.
2479 % Allow an optional argument of an uppercase letter, lowercase letter,
2498 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
2512 \uppercaseenumerate % uppercase letter
2542 % The starting (uppercase) letter is in \thearg.
2548 \errmessage{No more uppercase letters in @enumerate; get a bigger
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2770 % all-uppercase.
3683 % Allow an optional argument of an uppercase letter, lowercase letter,
3702 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3716 \uppercaseenumerate % uppercase letter
3746 % The starting (uppercase) letter is in \thearg.
3752 \errmessage{No more uppercase letters in @enumerate; get a bigger
9171 \uppercase\expandafter{\UTFviiiTmp}%
9253 \uppercase{\gdef\UTFviiiTmp{#2#3#4}}}

Completed in 387 milliseconds